From be1db27940f3612a0b1a10ca17bfd5be670fd850 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Tue, 4 Aug 2026 13:28:39 +0700 Subject: , --- doom/.config/doom/themes/noctalia-theme.el | 108 ++++++++++++++--------------- 1 file changed, 54 insertions(+), 54 deletions(-) (limited to 'doom/.config') diff --git a/doom/.config/doom/themes/noctalia-theme.el b/doom/.config/doom/themes/noctalia-theme.el index ed309c1..4f6b512 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 "#13140f") - (err "#ffb4ab") - (err-container "#93000a") - (on-background "#e4e3db") - (on-err "#690005") - (on-err-container "#ffdad6") - (on-primary "#243603") +(let* ((bg "#fbfaf1") + (err "#ba1a1a") + (err-container "#ffdad6") + (on-background "#1b1c17") + (on-err "#ffffff") + (on-err-container "#93000a") + (on-primary "#ffffff") (on-primary-container "#fffff4") - (on-secondary "#2b331c") - (on-secondary-container "#afb999") - (on-surface "#e4e3db") - (on-surface-variant "#c5c8b9") - (on-tertiary "#003826") + (on-secondary "#ffffff") + (on-secondary-container "#5e684d") + (on-surface "#1b1c17") + (on-surface-variant "#45483d") + (on-tertiary "#ffffff") (on-tertiary-container "#ffffff") - (outline-color "#8f9284") - (outline-variant "#45483d") - (primary "#b7cf8b") + (outline-color "#75786b") + (outline-variant "#c5c8b9") + (primary "#4f642c") (primary-container "#677d42") - (secondary "#c1cbaa") - (secondary-container "#414a31") + (secondary "#586247") + (secondary-container "#dde7c5") (shadow "#000000") - (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") + (surface "#fbfaf1") + (surface-container "#efeee6") + (surface-container-high "#e9e8e0") + (surface-container-highest "#e4e3db") + (surface-container-low "#f5f4ec") + (surface-container-lowest "#ffffff") + (surface-variant "#e1e4d4") + (tertiary "#26694f") (tertiary-container "#418267") ;; Map success colors to tertiary (as used in other templates) - (success "#92d4b5") - (on-success "#003826") + (success "#26694f") + (on-success "#ffffff") (success-container "#418267") (on-success-container "#ffffff") ;; Map fixed colors to regular colors - (primary-fixed "#b7cf8b") + (primary-fixed "#4f642c") (primary-fixed-dim "#677d42") - (secondary-fixed "#c1cbaa") - (secondary-fixed-dim "#414a31") - (tertiary-fixed "#92d4b5") + (secondary-fixed "#586247") + (secondary-fixed-dim "#dde7c5") + (tertiary-fixed "#26694f") (tertiary-fixed-dim "#418267") - (on-primary-fixed "#243603") + (on-primary-fixed "#ffffff") (on-primary-fixed-variant "#fffff4") - (on-secondary-fixed "#2b331c") - (on-secondary-fixed-variant "#afb999") - (on-tertiary-fixed "#003826") + (on-secondary-fixed "#ffffff") + (on-secondary-fixed-variant "#5e684d") + (on-tertiary-fixed "#ffffff") (on-tertiary-fixed-variant "#ffffff") ;; Map inverse colors to surface variants - (inverse-on-surface "#e4e3db") - (inverse-primary "#b7cf8b") - (inverse-surface "#13140f") + (inverse-on-surface "#1b1c17") + (inverse-primary "#4f642c") + (inverse-surface "#fbfaf1") ;; ANSI terminal colors - (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")) + (term0 "#e1e4d4") + (term1 "#ba1a1a") + (term2 "#4f642c") + (term3 "#586247") + (term4 "#26694f") + (term5 "#667a3a") + (term6 "#6e7759") + (term7 "#1b1c17") + (term8 "#75786b") + (term9 "#ba1a1a") + (term10 "#4f642c") + (term11 "#586247") + (term12 "#26694f") + (term13 "#667a3a") + (term14 "#6e7759") + (term15 "#1b1c17")) (custom-theme-set-faces 'noctalia -- cgit v1.2.3