diff options
Diffstat (limited to 'doom/.config')
| -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..8a7cbf8 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") +(let* ((bg "#fbfaf1") (err "#ba1a1a") (err-container "#ffdad6") - (on-background "#1b1c1c") + (on-background "#1b1c17") (on-err "#ffffff") (on-err-container "#93000a") (on-primary "#ffffff") - (on-primary-container "#7f8c93") + (on-primary-container "#fffff4") (on-secondary "#ffffff") - (on-secondary-container "#606568") - (on-surface "#1b1c1c") - (on-surface-variant "#43474a") + (on-secondary-container "#5e684d") + (on-surface "#1b1c17") + (on-surface-variant "#45483d") (on-tertiary "#ffffff") - (on-tertiary-container "#928594") - (outline-color "#73787a") - (outline-variant "#c3c7ca") - (primary "#030e13") - (primary-container "#18242a") - (secondary "#5a5f62") - (secondary-container "#dfe3e6") + (on-tertiary-container "#ffffff") + (outline-color "#75786b") + (outline-variant "#c5c8b9") + (primary "#4f642c") + (primary-container "#677d42") + (secondary "#586247") + (secondary-container "#dde7c5") (shadow "#000000") - (surface "#fbf9f9") - (surface-container "#f0eded") - (surface-container-high "#eae7e8") - (surface-container-highest "#e4e2e2") - (surface-container-low "#f5f3f3") + (surface "#fbfaf1") + (surface-container "#efeee6") + (surface-container-high "#e9e8e0") + (surface-container-highest "#e4e3db") + (surface-container-low "#f5f4ec") (surface-container-lowest "#ffffff") - (surface-variant "#dfe3e6") - (tertiary "#110914") - (tertiary-container "#281f2b") + (surface-variant "#e1e4d4") + (tertiary "#26694f") + (tertiary-container "#418267") ;; Map success colors to tertiary (as used in other templates) - (success "#110914") + (success "#26694f") (on-success "#ffffff") - (success-container "#281f2b") - (on-success-container "#928594") + (success-container "#418267") + (on-success-container "#ffffff") ;; Map fixed colors to regular colors - (primary-fixed "#030e13") - (primary-fixed-dim "#18242a") - (secondary-fixed "#5a5f62") - (secondary-fixed-dim "#dfe3e6") - (tertiary-fixed "#110914") - (tertiary-fixed-dim "#281f2b") + (primary-fixed "#4f642c") + (primary-fixed-dim "#677d42") + (secondary-fixed "#586247") + (secondary-fixed-dim "#dde7c5") + (tertiary-fixed "#26694f") + (tertiary-fixed-dim "#418267") (on-primary-fixed "#ffffff") - (on-primary-fixed-variant "#7f8c93") + (on-primary-fixed-variant "#fffff4") (on-secondary-fixed "#ffffff") - (on-secondary-fixed-variant "#606568") + (on-secondary-fixed-variant "#5e684d") (on-tertiary-fixed "#ffffff") - (on-tertiary-fixed-variant "#928594") + (on-tertiary-fixed-variant "#ffffff") ;; Map inverse colors to surface variants - (inverse-on-surface "#1b1c1c") - (inverse-primary "#030e13") - (inverse-surface "#fbf9f9") + (inverse-on-surface "#1b1c17") + (inverse-primary "#4f642c") + (inverse-surface "#fbfaf1") ;; ANSI terminal colors - (term0 "#dfe3e6") + (term0 "#e1e4d4") (term1 "#ba1a1a") - (term2 "#030e13") - (term3 "#5a5f62") - (term4 "#110914") - (term5 "#bbc8d0") - (term6 "#c3c7ca") - (term7 "#1b1c1c") - (term8 "#73787a") + (term2 "#4f642c") + (term3 "#586247") + (term4 "#26694f") + (term5 "#b7cf8b") + (term6 "#c1cbaa") + (term7 "#1b1c17") + (term8 "#75786b") (term9 "#ba1a1a") - (term10 "#030e13") - (term11 "#5a5f62") - (term12 "#110914") - (term13 "#bbc8d0") - (term14 "#c3c7ca") - (term15 "#1b1c1c")) + (term10 "#4f642c") + (term11 "#586247") + (term12 "#26694f") + (term13 "#b7cf8b") + (term14 "#c1cbaa") + (term15 "#1b1c17")) (custom-theme-set-faces 'noctalia |
