From 4eba57f4e787bf97fe7dcb0e1702723aa08de01d Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Sun, 2 Aug 2026 22:05:46 +0700 Subject: . --- doom/.config/doom/themes/noctalia-theme.el | 128 ++++++++++++++--------------- 1 file changed, 64 insertions(+), 64 deletions(-) (limited to 'doom/.config') diff --git a/doom/.config/doom/themes/noctalia-theme.el b/doom/.config/doom/themes/noctalia-theme.el index 40af247..ed309c1 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 "#fff8f0") - (err "#ba1a1a") - (err-container "#ffdad6") - (on-background "#1e1b13") - (on-err "#ffffff") - (on-err-container "#93000a") - (on-primary "#ffffff") - (on-primary-container "#fffbff") - (on-secondary "#ffffff") - (on-secondary-container "#706134") - (on-surface "#1e1b13") - (on-surface-variant "#4d4636") - (on-tertiary "#ffffff") - (on-tertiary-container "#faffe9") - (outline-color "#7e7664") - (outline-variant "#cfc6b0") - (primary "#6f5a00") - (primary-container "#8d7200") - (secondary "#6c5d31") - (secondary-container "#f3dea6") +(let* ((bg "#13140f") + (err "#ffb4ab") + (err-container "#93000a") + (on-background "#e4e3db") + (on-err "#690005") + (on-err-container "#ffdad6") + (on-primary "#243603") + (on-primary-container "#fffff4") + (on-secondary "#2b331c") + (on-secondary-container "#afb999") + (on-surface "#e4e3db") + (on-surface-variant "#c5c8b9") + (on-tertiary "#003826") + (on-tertiary-container "#ffffff") + (outline-color "#8f9284") + (outline-variant "#45483d") + (primary "#b7cf8b") + (primary-container "#677d42") + (secondary "#c1cbaa") + (secondary-container "#414a31") (shadow "#000000") - (surface "#fff8f0") - (surface-container "#f5ede0") - (surface-container-high "#efe7da") - (surface-container-highest "#e9e2d5") - (surface-container-low "#fbf3e5") - (surface-container-lowest "#ffffff") - (surface-variant "#ece2cb") - (tertiary "#456512") - (tertiary-container "#5d7f2a") + (surface "#13140f") + (surface-container "#1f201b") + (surface-container-high "#292a25") + (surface-container-highest "#343530") + (surface-container-low "#1b1c17") + (surface-container-lowest "#0d0f0a") + (surface-variant "#45483d") + (tertiary "#92d4b5") + (tertiary-container "#418267") ;; Map success colors to tertiary (as used in other templates) - (success "#456512") - (on-success "#ffffff") - (success-container "#5d7f2a") - (on-success-container "#faffe9") + (success "#92d4b5") + (on-success "#003826") + (success-container "#418267") + (on-success-container "#ffffff") ;; Map fixed colors to regular colors - (primary-fixed "#6f5a00") - (primary-fixed-dim "#8d7200") - (secondary-fixed "#6c5d31") - (secondary-fixed-dim "#f3dea6") - (tertiary-fixed "#456512") - (tertiary-fixed-dim "#5d7f2a") - (on-primary-fixed "#ffffff") - (on-primary-fixed-variant "#fffbff") - (on-secondary-fixed "#ffffff") - (on-secondary-fixed-variant "#706134") - (on-tertiary-fixed "#ffffff") - (on-tertiary-fixed-variant "#faffe9") + (primary-fixed "#b7cf8b") + (primary-fixed-dim "#677d42") + (secondary-fixed "#c1cbaa") + (secondary-fixed-dim "#414a31") + (tertiary-fixed "#92d4b5") + (tertiary-fixed-dim "#418267") + (on-primary-fixed "#243603") + (on-primary-fixed-variant "#fffff4") + (on-secondary-fixed "#2b331c") + (on-secondary-fixed-variant "#afb999") + (on-tertiary-fixed "#003826") + (on-tertiary-fixed-variant "#ffffff") ;; Map inverse colors to surface variants - (inverse-on-surface "#1e1b13") - (inverse-primary "#6f5a00") - (inverse-surface "#fff8f0") + (inverse-on-surface "#e4e3db") + (inverse-primary "#b7cf8b") + (inverse-surface "#13140f") ;; ANSI terminal colors - (term0 "#ece2cb") - (term1 "#ba1a1a") - (term2 "#6f5a00") - (term3 "#6c5d31") - (term4 "#456512") - (term5 "#8b7000") - (term6 "#83713e") - (term7 "#1e1b13") - (term8 "#7e7664") - (term9 "#ba1a1a") - (term10 "#6f5a00") - (term11 "#6c5d31") - (term12 "#456512") - (term13 "#8b7000") - (term14 "#83713e") - (term15 "#1e1b13")) + (term0 "#45483d") + (term1 "#ffb4ab") + (term2 "#b7cf8b") + (term3 "#c1cbaa") + (term4 "#92d4b5") + (term5 "#b7cf8b") + (term6 "#c1cbaa") + (term7 "#e4e3db") + (term8 "#8f9284") + (term9 "#ffb4ab") + (term10 "#b7cf8b") + (term11 "#c1cbaa") + (term12 "#92d4b5") + (term13 "#b7cf8b") + (term14 "#c1cbaa") + (term15 "#e4e3db")) (custom-theme-set-faces 'noctalia -- cgit v1.2.3