diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-07-25 00:02:44 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-07-25 00:02:44 +0700 |
| commit | 92dad15727eb0ebdfd260447c8df6a25411f4962 (patch) | |
| tree | 1b33bbe20fc521cd59447e5a4a361c7fe49a1230 /doom | |
| parent | 9b0c6fdb8781d0edeeb26fc3e10309052cf3ea30 (diff) | |
niri upd
Diffstat (limited to 'doom')
| -rw-r--r-- | doom/.config/doom/themes/noctalia-theme.el | 116 |
1 files changed, 58 insertions, 58 deletions
diff --git a/doom/.config/doom/themes/noctalia-theme.el b/doom/.config/doom/themes/noctalia-theme.el index 194f2a6..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 "#141318") +(let* ((bg "#16130c") (err "#ffb4ab") (err-container "#93000a") - (on-background "#e5e1e9") + (on-background "#e9e2d5") (on-err "#690005") (on-err-container "#ffdad6") - (on-primary "#312077") - (on-primary-container "#8f81dc") - (on-secondary "#312c4d") - (on-secondary-container "#b8b0d9") - (on-surface "#e5e1e9") - (on-surface-variant "#c9c4d3") - (on-tertiary "#541157") - (on-tertiary-container "#be73bc") - (outline-color "#938f9c") - (outline-variant "#484551") - (primary "#c9beff") - (primary-container "#26126d") - (secondary "#c9c1eb") - (secondary-container "#484265") + (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 "#141318") - (surface-container "#201f25") - (surface-container-high "#2b292f") - (surface-container-highest "#36343a") - (surface-container-low "#1c1b21") - (surface-container-lowest "#0e0d13") - (surface-variant "#484551") - (tertiary "#fdabf8") - (tertiary-container "#48034c") + (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 "#fdabf8") - (on-success "#541157") - (success-container "#48034c") - (on-success-container "#be73bc") + (success "#add374") + (on-success "#213600") + (success-container "#789c44") + (on-success-container "#162600") ;; Map fixed colors to regular colors - (primary-fixed "#c9beff") - (primary-fixed-dim "#26126d") - (secondary-fixed "#c9c1eb") - (secondary-fixed-dim "#484265") - (tertiary-fixed "#fdabf8") - (tertiary-fixed-dim "#48034c") - (on-primary-fixed "#312077") - (on-primary-fixed-variant "#8f81dc") - (on-secondary-fixed "#312c4d") - (on-secondary-fixed-variant "#b8b0d9") - (on-tertiary-fixed "#541157") - (on-tertiary-fixed-variant "#be73bc") + (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 "#e5e1e9") - (inverse-primary "#c9beff") - (inverse-surface "#141318") + (inverse-on-surface "#e9e2d5") + (inverse-primary "#e6c34f") + (inverse-surface "#16130c") ;; ANSI terminal colors - (term0 "#484551") + (term0 "#4d4636") (term1 "#ffb4ab") - (term2 "#c9beff") - (term3 "#c9c1eb") - (term4 "#fdabf8") - (term5 "#c9beff") - (term6 "#c9c1eb") - (term7 "#e5e1e9") - (term8 "#938f9c") + (term2 "#e6c34f") + (term3 "#d8c58f") + (term4 "#add374") + (term5 "#e6c34f") + (term6 "#d8c58f") + (term7 "#e9e2d5") + (term8 "#98907c") (term9 "#ffb4ab") - (term10 "#c9beff") - (term11 "#c9c1eb") - (term12 "#fdabf8") - (term13 "#c9beff") - (term14 "#c9c1eb") - (term15 "#e5e1e9")) + (term10 "#e6c34f") + (term11 "#d8c58f") + (term12 "#add374") + (term13 "#e6c34f") + (term14 "#d8c58f") + (term15 "#e9e2d5")) (custom-theme-set-faces 'noctalia |
