From a11c417b06c410050181c62d376006d2e7b7efba Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Sun, 2 Aug 2026 01:30:03 +0700 Subject: . --- doom/.config/doom/themes/noctalia-theme.el | 116 ++++++++++++++--------------- 1 file changed, 58 insertions(+), 58 deletions(-) (limited to 'doom') diff --git a/doom/.config/doom/themes/noctalia-theme.el b/doom/.config/doom/themes/noctalia-theme.el index 610ba53..99e6d3e 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 "#131314") +(let* ((bg "#16130c") (err "#ffb4ab") (err-container "#93000a") - (on-background "#e4e2e2") + (on-background "#e9e2d5") (on-err "#690005") (on-err-container "#ffdad6") - (on-primary "#263238") - (on-primary-container "#7f8c93") - (on-secondary "#2c3134") - (on-secondary-container "#b5b9bc") - (on-surface "#e4e2e2") - (on-surface-variant "#c3c7ca") - (on-tertiary "#372d3a") - (on-tertiary-container "#928594") - (outline-color "#8d9194") - (outline-variant "#43474a") - (primary "#bbc8d0") - (primary-container "#18242a") - (secondary "#c3c7ca") - (secondary-container "#454a4d") + (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") (shadow "#000000") - (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") + (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") ;; Map success colors to tertiary (as used in other templates) - (success "#d1c2d2") - (on-success "#372d3a") - (success-container "#281f2b") - (on-success-container "#928594") + (success "#add374") + (on-success "#213600") + (success-container "#789c44") + (on-success-container "#162600") ;; Map fixed colors to regular colors - (primary-fixed "#bbc8d0") - (primary-fixed-dim "#18242a") - (secondary-fixed "#c3c7ca") - (secondary-fixed-dim "#454a4d") - (tertiary-fixed "#d1c2d2") - (tertiary-fixed-dim "#281f2b") - (on-primary-fixed "#263238") - (on-primary-fixed-variant "#7f8c93") - (on-secondary-fixed "#2c3134") - (on-secondary-fixed-variant "#b5b9bc") - (on-tertiary-fixed "#372d3a") - (on-tertiary-fixed-variant "#928594") + (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") ;; Map inverse colors to surface variants - (inverse-on-surface "#e4e2e2") - (inverse-primary "#bbc8d0") - (inverse-surface "#131314") + (inverse-on-surface "#e9e2d5") + (inverse-primary "#e6c34f") + (inverse-surface "#16130c") ;; ANSI terminal colors - (term0 "#43474a") + (term0 "#4d4636") (term1 "#ffb4ab") - (term2 "#bbc8d0") - (term3 "#c3c7ca") - (term4 "#d1c2d2") - (term5 "#bbc8d0") - (term6 "#c3c7ca") - (term7 "#e4e2e2") - (term8 "#8d9194") + (term2 "#e6c34f") + (term3 "#d8c58f") + (term4 "#add374") + (term5 "#e6c34f") + (term6 "#d8c58f") + (term7 "#e9e2d5") + (term8 "#98907c") (term9 "#ffb4ab") - (term10 "#bbc8d0") - (term11 "#c3c7ca") - (term12 "#d1c2d2") - (term13 "#bbc8d0") - (term14 "#c3c7ca") - (term15 "#e4e2e2")) + (term10 "#e6c34f") + (term11 "#d8c58f") + (term12 "#add374") + (term13 "#e6c34f") + (term14 "#d8c58f") + (term15 "#e9e2d5")) (custom-theme-set-faces 'noctalia -- cgit v1.2.3