From 82a9fb7b0631f148d53b2786ae07374394d973ac Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Mon, 10 Aug 2026 00:34:35 +0700 Subject: upd --- doom/.config/doom/themes/noctalia-theme.el | 128 ++++++++++++------------ foot/.config/foot/themes/noctalia | 42 ++++---- ghostty/.config/ghostty/themes/noctalia | 44 ++++---- niri/.config/niri/noctalia.kdl | 24 ++--- nixos/modules/features/desktop-apps/default.nix | 1 + starship/.config/starship.toml | 60 +++++------ 6 files changed, 150 insertions(+), 149 deletions(-) diff --git a/doom/.config/doom/themes/noctalia-theme.el b/doom/.config/doom/themes/noctalia-theme.el index 4f6b512..9883881 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 "#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 "#ffffff") - (on-secondary-container "#5e684d") - (on-surface "#1b1c17") - (on-surface-variant "#45483d") - (on-tertiary "#ffffff") - (on-tertiary-container "#ffffff") - (outline-color "#75786b") - (outline-variant "#c5c8b9") - (primary "#4f642c") - (primary-container "#677d42") - (secondary "#586247") - (secondary-container "#dde7c5") +(let* ((bg "#141311") + (err "#ffb4ab") + (err-container "#93000a") + (on-background "#e6e2dd") + (on-err "#690005") + (on-err-container "#ffdad6") + (on-primary "#373017") + (on-primary-container "#211b05") + (on-secondary "#343024") + (on-secondary-container "#bfb8a7") + (on-surface "#e6e2dd") + (on-surface-variant "#ccc6b9") + (on-tertiary "#293321") + (on-tertiary-container "#141e0d") + (outline-color "#969084") + (outline-variant "#4a463d") + (primary "#d2c6a3") + (primary-container "#9b9070") + (secondary "#cdc6b5") + (secondary-container "#4d493c") (shadow "#000000") - (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") + (surface "#141311") + (surface-container "#211f1d") + (surface-container-high "#2b2a27") + (surface-container-highest "#363432") + (surface-container-low "#1d1b19") + (surface-container-lowest "#0f0e0c") + (surface-variant "#4a463d") + (tertiary "#becbb0") + (tertiary-container "#89957c") ;; Map success colors to tertiary (as used in other templates) - (success "#26694f") - (on-success "#ffffff") - (success-container "#418267") - (on-success-container "#ffffff") + (success "#becbb0") + (on-success "#293321") + (success-container "#89957c") + (on-success-container "#141e0d") ;; Map fixed colors to regular colors - (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 "#fffff4") - (on-secondary-fixed "#ffffff") - (on-secondary-fixed-variant "#5e684d") - (on-tertiary-fixed "#ffffff") - (on-tertiary-fixed-variant "#ffffff") + (primary-fixed "#d2c6a3") + (primary-fixed-dim "#9b9070") + (secondary-fixed "#cdc6b5") + (secondary-fixed-dim "#4d493c") + (tertiary-fixed "#becbb0") + (tertiary-fixed-dim "#89957c") + (on-primary-fixed "#373017") + (on-primary-fixed-variant "#211b05") + (on-secondary-fixed "#343024") + (on-secondary-fixed-variant "#bfb8a7") + (on-tertiary-fixed "#293321") + (on-tertiary-fixed-variant "#141e0d") ;; Map inverse colors to surface variants - (inverse-on-surface "#1b1c17") - (inverse-primary "#4f642c") - (inverse-surface "#fbfaf1") + (inverse-on-surface "#e6e2dd") + (inverse-primary "#d2c6a3") + (inverse-surface "#141311") ;; ANSI terminal colors - (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")) + (term0 "#4a463d") + (term1 "#ffb4ab") + (term2 "#d2c6a3") + (term3 "#cdc6b5") + (term4 "#becbb0") + (term5 "#d2c6a3") + (term6 "#cdc6b5") + (term7 "#e6e2dd") + (term8 "#969084") + (term9 "#ffb4ab") + (term10 "#d2c6a3") + (term11 "#cdc6b5") + (term12 "#becbb0") + (term13 "#d2c6a3") + (term14 "#cdc6b5") + (term15 "#e6e2dd")) (custom-theme-set-faces 'noctalia diff --git a/foot/.config/foot/themes/noctalia b/foot/.config/foot/themes/noctalia index e4d9608..a8c38c5 100644 --- a/foot/.config/foot/themes/noctalia +++ b/foot/.config/foot/themes/noctalia @@ -1,22 +1,22 @@ [colors-dark] -foreground=1b1c17 -background=fbfaf1 -regular0=e1e4d4 -regular1=ba1a1a -regular2=4f642c -regular3=586247 -regular4=26694f -regular5=667a3a -regular6=6e7759 -regular7=1b1c17 -bright0=75786b -bright1=ba1a1a -bright2=4f642c -bright3=586247 -bright4=26694f -bright5=667a3a -bright6=6e7759 -bright7=1b1c17 -selection-foreground=45483d -selection-background=e1e4d4 -cursor=fbfaf1 1b1c17 +foreground=e6e2dd +background=141311 +regular0=4a463d +regular1=ffb4ab +regular2=d2c6a3 +regular3=cdc6b5 +regular4=becbb0 +regular5=d2c6a3 +regular6=cdc6b5 +regular7=e6e2dd +bright0=969084 +bright1=ffb4ab +bright2=d2c6a3 +bright3=cdc6b5 +bright4=becbb0 +bright5=d2c6a3 +bright6=cdc6b5 +bright7=e6e2dd +selection-foreground=ccc6b9 +selection-background=4a463d +cursor=141311 e6e2dd diff --git a/ghostty/.config/ghostty/themes/noctalia b/ghostty/.config/ghostty/themes/noctalia index 78e1c33..a5aeff8 100644 --- a/ghostty/.config/ghostty/themes/noctalia +++ b/ghostty/.config/ghostty/themes/noctalia @@ -1,22 +1,22 @@ -palette = 0=#e1e4d4 -palette = 1=#ba1a1a -palette = 2=#4f642c -palette = 3=#586247 -palette = 4=#26694f -palette = 5=#667a3a -palette = 6=#6e7759 -palette = 7=#1b1c17 -palette = 8=#75786b -palette = 9=#ba1a1a -palette = 10=#4f642c -palette = 11=#586247 -palette = 12=#26694f -palette = 13=#667a3a -palette = 14=#6e7759 -palette = 15=#1b1c17 -background = #fbfaf1 -foreground = #1b1c17 -cursor-color = #1b1c17 -cursor-text = #fbfaf1 -selection-background = #e1e4d4 -selection-foreground = #45483d +palette = 0=#4a463d +palette = 1=#ffb4ab +palette = 2=#d2c6a3 +palette = 3=#cdc6b5 +palette = 4=#becbb0 +palette = 5=#d2c6a3 +palette = 6=#cdc6b5 +palette = 7=#e6e2dd +palette = 8=#969084 +palette = 9=#ffb4ab +palette = 10=#d2c6a3 +palette = 11=#cdc6b5 +palette = 12=#becbb0 +palette = 13=#d2c6a3 +palette = 14=#cdc6b5 +palette = 15=#e6e2dd +background = #141311 +foreground = #e6e2dd +cursor-color = #e6e2dd +cursor-text = #141311 +selection-background = #4a463d +selection-foreground = #ccc6b9 diff --git a/niri/.config/niri/noctalia.kdl b/niri/.config/niri/noctalia.kdl index 29c9247..cdcca71 100644 --- a/niri/.config/niri/noctalia.kdl +++ b/niri/.config/niri/noctalia.kdl @@ -1,15 +1,15 @@ layout { focus-ring { - active-color "#4f642c" - inactive-color "#fbfaf1" - urgent-color "#ba1a1a" + active-color "#d2c6a3" + inactive-color "#141311" + urgent-color "#ffb4ab" } border { - active-color "#4f642c" - inactive-color "#fbfaf1" - urgent-color "#ba1a1a" + active-color "#d2c6a3" + inactive-color "#141311" + urgent-color "#ffb4ab" } shadow { @@ -17,19 +17,19 @@ layout { } tab-indicator { - active-color "#4f642c" - inactive-color "#677d42" - urgent-color "#ba1a1a" + active-color "#d2c6a3" + inactive-color "#9b9070" + urgent-color "#ffb4ab" } insert-hint { - color "#4f642c80" + color "#d2c6a380" } } recent-windows { highlight { - active-color "#4f642c" - urgent-color "#ba1a1a" + active-color "#d2c6a3" + urgent-color "#ffb4ab" } } diff --git a/nixos/modules/features/desktop-apps/default.nix b/nixos/modules/features/desktop-apps/default.nix index bbc7683..e4fcd05 100644 --- a/nixos/modules/features/desktop-apps/default.nix +++ b/nixos/modules/features/desktop-apps/default.nix @@ -22,5 +22,6 @@ pkgs.masterpdfeditor librewolf chromium + anytype ]; } diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index ab1d1a7..085f94d 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -52,40 +52,40 @@ deleted = "" [palettes.noctalia] # Standard colors -blue = "#26694f" -red = "#ba1a1a" -green = "#4f642c" -yellow = "#586247" -cyan = "#6e7759" -magenta = "#667a3a" -white = "#1b1c17" -black = "#e1e4d4" +blue = "#becbb0" +red = "#ffb4ab" +green = "#d2c6a3" +yellow = "#cdc6b5" +cyan = "#cdc6b5" +magenta = "#d2c6a3" +white = "#e6e2dd" +black = "#4a463d" # Extended palette (Catppuccin-compatible names) -rosewater = "#586247" -flamingo = "#ba1a1a" -pink = "#667a3a" -mauve = "#667a3a" -maroon = "#ba1a1a" -peach = "#586247" -teal = "#6e7759" -sky = "#6e7759" -sapphire = "#26694f" -lavender = "#667a3a" +rosewater = "#cdc6b5" +flamingo = "#ffb4ab" +pink = "#d2c6a3" +mauve = "#d2c6a3" +maroon = "#ffb4ab" +peach = "#cdc6b5" +teal = "#cdc6b5" +sky = "#cdc6b5" +sapphire = "#becbb0" +lavender = "#d2c6a3" # Text shades -text = "#1b1c17" -subtext1 = "#1b1c17" -subtext0 = "#75786b" +text = "#e6e2dd" +subtext1 = "#e6e2dd" +subtext0 = "#969084" # Surface shades -overlay2 = "#75786b" -overlay1 = "#75786b" -overlay0 = "#e1e4d4" -surface2 = "#e1e4d4" -surface1 = "#e1e4d4" -surface0 = "#fbfaf1" -base = "#fbfaf1" -mantle = "#fbfaf1" -crust = "#fbfaf1" +overlay2 = "#969084" +overlay1 = "#969084" +overlay0 = "#4a463d" +surface2 = "#4a463d" +surface1 = "#4a463d" +surface0 = "#141311" +base = "#141311" +mantle = "#141311" +crust = "#141311" # <<< NOCTALIA STARSHIP PALETTE <<< -- cgit v1.2.3