diff options
Diffstat (limited to 'doom')
| -rw-r--r-- | doom/.config/doom/themes/noctalia-theme.el | 100 |
1 files changed, 50 insertions, 50 deletions
diff --git a/doom/.config/doom/themes/noctalia-theme.el b/doom/.config/doom/themes/noctalia-theme.el index 0db0f1b..610ba53 100644 --- a/doom/.config/doom/themes/noctalia-theme.el +++ b/doom/.config/doom/themes/noctalia-theme.el @@ -21,75 +21,75 @@ (deftheme noctalia "Theme using Template variables with quality of life improvements.") ;; Define all the color variables (replaced by template processor) -(let* ((bg "#fbf9f9") - (err "#ba1a1a") - (err-container "#ffdad6") - (on-background "#1b1c1c") - (on-err "#ffffff") - (on-err-container "#93000a") - (on-primary "#ffffff") +(let* ((bg "#131314") + (err "#ffb4ab") + (err-container "#93000a") + (on-background "#e4e2e2") + (on-err "#690005") + (on-err-container "#ffdad6") + (on-primary "#263238") (on-primary-container "#7f8c93") - (on-secondary "#ffffff") - (on-secondary-container "#606568") - (on-surface "#1b1c1c") - (on-surface-variant "#43474a") - (on-tertiary "#ffffff") + (on-secondary "#2c3134") + (on-secondary-container "#b5b9bc") + (on-surface "#e4e2e2") + (on-surface-variant "#c3c7ca") + (on-tertiary "#372d3a") (on-tertiary-container "#928594") - (outline-color "#73787a") - (outline-variant "#c3c7ca") - (primary "#030e13") + (outline-color "#8d9194") + (outline-variant "#43474a") + (primary "#bbc8d0") (primary-container "#18242a") - (secondary "#5a5f62") - (secondary-container "#dfe3e6") + (secondary "#c3c7ca") + (secondary-container "#454a4d") (shadow "#000000") - (surface "#fbf9f9") - (surface-container "#f0eded") - (surface-container-high "#eae7e8") - (surface-container-highest "#e4e2e2") - (surface-container-low "#f5f3f3") - (surface-container-lowest "#ffffff") - (surface-variant "#dfe3e6") - (tertiary "#110914") + (surface "#131314") + (surface-container "#1f2020") + (surface-container-high "#2a2a2a") + (surface-container-highest "#353535") + (surface-container-low "#1b1c1c") + (surface-container-lowest "#0e0e0f") + (surface-variant "#43474a") + (tertiary "#d1c2d2") (tertiary-container "#281f2b") ;; Map success colors to tertiary (as used in other templates) - (success "#110914") - (on-success "#ffffff") + (success "#d1c2d2") + (on-success "#372d3a") (success-container "#281f2b") (on-success-container "#928594") ;; Map fixed colors to regular colors - (primary-fixed "#030e13") + (primary-fixed "#bbc8d0") (primary-fixed-dim "#18242a") - (secondary-fixed "#5a5f62") - (secondary-fixed-dim "#dfe3e6") - (tertiary-fixed "#110914") + (secondary-fixed "#c3c7ca") + (secondary-fixed-dim "#454a4d") + (tertiary-fixed "#d1c2d2") (tertiary-fixed-dim "#281f2b") - (on-primary-fixed "#ffffff") + (on-primary-fixed "#263238") (on-primary-fixed-variant "#7f8c93") - (on-secondary-fixed "#ffffff") - (on-secondary-fixed-variant "#606568") - (on-tertiary-fixed "#ffffff") + (on-secondary-fixed "#2c3134") + (on-secondary-fixed-variant "#b5b9bc") + (on-tertiary-fixed "#372d3a") (on-tertiary-fixed-variant "#928594") ;; Map inverse colors to surface variants - (inverse-on-surface "#1b1c1c") - (inverse-primary "#030e13") - (inverse-surface "#fbf9f9") + (inverse-on-surface "#e4e2e2") + (inverse-primary "#bbc8d0") + (inverse-surface "#131314") ;; ANSI terminal colors - (term0 "#dfe3e6") - (term1 "#ba1a1a") - (term2 "#030e13") - (term3 "#5a5f62") - (term4 "#110914") + (term0 "#43474a") + (term1 "#ffb4ab") + (term2 "#bbc8d0") + (term3 "#c3c7ca") + (term4 "#d1c2d2") (term5 "#bbc8d0") (term6 "#c3c7ca") - (term7 "#1b1c1c") - (term8 "#73787a") - (term9 "#ba1a1a") - (term10 "#030e13") - (term11 "#5a5f62") - (term12 "#110914") + (term7 "#e4e2e2") + (term8 "#8d9194") + (term9 "#ffb4ab") + (term10 "#bbc8d0") + (term11 "#c3c7ca") + (term12 "#d1c2d2") (term13 "#bbc8d0") (term14 "#c3c7ca") - (term15 "#1b1c1c")) + (term15 "#e4e2e2")) (custom-theme-set-faces 'noctalia |
