diff options
Diffstat (limited to 'doom')
| -rw-r--r-- | doom/.config/doom/themes/noctalia-theme.el | 128 |
1 files changed, 64 insertions, 64 deletions
diff --git a/doom/.config/doom/themes/noctalia-theme.el b/doom/.config/doom/themes/noctalia-theme.el index 99e6d3e..0db0f1b 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 "#16130c") - (err "#ffb4ab") - (err-container "#93000a") - (on-background "#e9e2d5") - (on-err "#690005") - (on-err-container "#ffdad6") - (on-primary "#3c2f00") - (on-primary-container "#2a2000") - (on-secondary "#3b2f07") - (on-secondary-container "#c6b47f") - (on-surface "#e9e2d5") - (on-surface-variant "#cfc6b0") - (on-tertiary "#213600") - (on-tertiary-container "#162600") - (outline-color "#98907c") - (outline-variant "#4d4636") - (primary "#e6c34f") - (primary-container "#ac8e1b") - (secondary "#d8c58f") - (secondary-container "#53461b") +(let* ((bg "#fbf9f9") + (err "#ba1a1a") + (err-container "#ffdad6") + (on-background "#1b1c1c") + (on-err "#ffffff") + (on-err-container "#93000a") + (on-primary "#ffffff") + (on-primary-container "#7f8c93") + (on-secondary "#ffffff") + (on-secondary-container "#606568") + (on-surface "#1b1c1c") + (on-surface-variant "#43474a") + (on-tertiary "#ffffff") + (on-tertiary-container "#928594") + (outline-color "#73787a") + (outline-variant "#c3c7ca") + (primary "#030e13") + (primary-container "#18242a") + (secondary "#5a5f62") + (secondary-container "#dfe3e6") (shadow "#000000") - (surface "#16130c") - (surface-container "#221f17") - (surface-container-high "#2d2a21") - (surface-container-highest "#38342c") - (surface-container-low "#1e1b13") - (surface-container-lowest "#110e07") - (surface-variant "#4d4636") - (tertiary "#add374") - (tertiary-container "#789c44") + (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") + (tertiary-container "#281f2b") ;; Map success colors to tertiary (as used in other templates) - (success "#add374") - (on-success "#213600") - (success-container "#789c44") - (on-success-container "#162600") + (success "#110914") + (on-success "#ffffff") + (success-container "#281f2b") + (on-success-container "#928594") ;; Map fixed colors to regular colors - (primary-fixed "#e6c34f") - (primary-fixed-dim "#ac8e1b") - (secondary-fixed "#d8c58f") - (secondary-fixed-dim "#53461b") - (tertiary-fixed "#add374") - (tertiary-fixed-dim "#789c44") - (on-primary-fixed "#3c2f00") - (on-primary-fixed-variant "#2a2000") - (on-secondary-fixed "#3b2f07") - (on-secondary-fixed-variant "#c6b47f") - (on-tertiary-fixed "#213600") - (on-tertiary-fixed-variant "#162600") + (primary-fixed "#030e13") + (primary-fixed-dim "#18242a") + (secondary-fixed "#5a5f62") + (secondary-fixed-dim "#dfe3e6") + (tertiary-fixed "#110914") + (tertiary-fixed-dim "#281f2b") + (on-primary-fixed "#ffffff") + (on-primary-fixed-variant "#7f8c93") + (on-secondary-fixed "#ffffff") + (on-secondary-fixed-variant "#606568") + (on-tertiary-fixed "#ffffff") + (on-tertiary-fixed-variant "#928594") ;; Map inverse colors to surface variants - (inverse-on-surface "#e9e2d5") - (inverse-primary "#e6c34f") - (inverse-surface "#16130c") + (inverse-on-surface "#1b1c1c") + (inverse-primary "#030e13") + (inverse-surface "#fbf9f9") ;; ANSI terminal colors - (term0 "#4d4636") - (term1 "#ffb4ab") - (term2 "#e6c34f") - (term3 "#d8c58f") - (term4 "#add374") - (term5 "#e6c34f") - (term6 "#d8c58f") - (term7 "#e9e2d5") - (term8 "#98907c") - (term9 "#ffb4ab") - (term10 "#e6c34f") - (term11 "#d8c58f") - (term12 "#add374") - (term13 "#e6c34f") - (term14 "#d8c58f") - (term15 "#e9e2d5")) + (term0 "#dfe3e6") + (term1 "#ba1a1a") + (term2 "#030e13") + (term3 "#5a5f62") + (term4 "#110914") + (term5 "#bbc8d0") + (term6 "#c3c7ca") + (term7 "#1b1c1c") + (term8 "#73787a") + (term9 "#ba1a1a") + (term10 "#030e13") + (term11 "#5a5f62") + (term12 "#110914") + (term13 "#bbc8d0") + (term14 "#c3c7ca") + (term15 "#1b1c1c")) (custom-theme-set-faces 'noctalia |
