diff options
| -rw-r--r-- | doom/.config/doom/themes/noctalia-theme.el | 108 | ||||
| -rw-r--r-- | foot/.config/foot/themes/noctalia | 42 | ||||
| -rw-r--r-- | ghostty/.config/ghostty/themes/noctalia | 44 | ||||
| -rw-r--r-- | mpv/.config/mpv/mpv.conf | 4 | ||||
| -rw-r--r-- | niri/.config/niri/noctalia.kdl | 22 | ||||
| -rw-r--r-- | nixos/hosts/opus/default.nix | 2 | ||||
| -rw-r--r-- | starship/.config/starship.toml | 60 |
7 files changed, 141 insertions, 141 deletions
diff --git a/doom/.config/doom/themes/noctalia-theme.el b/doom/.config/doom/themes/noctalia-theme.el index 4f6b512..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 "#fbfaf1") - (err "#ba1a1a") - (err-container "#ffdad6") - (on-background "#1b1c17") - (on-err "#ffffff") - (on-err-container "#93000a") - (on-primary "#ffffff") +(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 "#ffffff") - (on-secondary-container "#5e684d") - (on-surface "#1b1c17") - (on-surface-variant "#45483d") - (on-tertiary "#ffffff") + (on-secondary "#2b331c") + (on-secondary-container "#afb999") + (on-surface "#e4e3db") + (on-surface-variant "#c5c8b9") + (on-tertiary "#003826") (on-tertiary-container "#ffffff") - (outline-color "#75786b") - (outline-variant "#c5c8b9") - (primary "#4f642c") + (outline-color "#8f9284") + (outline-variant "#45483d") + (primary "#b7cf8b") (primary-container "#677d42") - (secondary "#586247") - (secondary-container "#dde7c5") + (secondary "#c1cbaa") + (secondary-container "#414a31") (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") + (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 "#26694f") - (on-success "#ffffff") + (success "#92d4b5") + (on-success "#003826") (success-container "#418267") (on-success-container "#ffffff") ;; Map fixed colors to regular colors - (primary-fixed "#4f642c") + (primary-fixed "#b7cf8b") (primary-fixed-dim "#677d42") - (secondary-fixed "#586247") - (secondary-fixed-dim "#dde7c5") - (tertiary-fixed "#26694f") + (secondary-fixed "#c1cbaa") + (secondary-fixed-dim "#414a31") + (tertiary-fixed "#92d4b5") (tertiary-fixed-dim "#418267") - (on-primary-fixed "#ffffff") + (on-primary-fixed "#243603") (on-primary-fixed-variant "#fffff4") - (on-secondary-fixed "#ffffff") - (on-secondary-fixed-variant "#5e684d") - (on-tertiary-fixed "#ffffff") + (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 "#1b1c17") - (inverse-primary "#4f642c") - (inverse-surface "#fbfaf1") + (inverse-on-surface "#e4e3db") + (inverse-primary "#b7cf8b") + (inverse-surface "#13140f") ;; 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 "#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 diff --git a/foot/.config/foot/themes/noctalia b/foot/.config/foot/themes/noctalia index e4d9608..8917d70 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=e4e3db +background=13140f +regular0=45483d +regular1=ffb4ab +regular2=b7cf8b +regular3=c1cbaa +regular4=92d4b5 +regular5=b7cf8b +regular6=c1cbaa +regular7=e4e3db +bright0=8f9284 +bright1=ffb4ab +bright2=b7cf8b +bright3=c1cbaa +bright4=92d4b5 +bright5=b7cf8b +bright6=c1cbaa +bright7=e4e3db +selection-foreground=c5c8b9 +selection-background=45483d +cursor=13140f e4e3db diff --git a/ghostty/.config/ghostty/themes/noctalia b/ghostty/.config/ghostty/themes/noctalia index 78e1c33..4979304 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=#45483d +palette = 1=#ffb4ab +palette = 2=#b7cf8b +palette = 3=#c1cbaa +palette = 4=#92d4b5 +palette = 5=#b7cf8b +palette = 6=#c1cbaa +palette = 7=#e4e3db +palette = 8=#8f9284 +palette = 9=#ffb4ab +palette = 10=#b7cf8b +palette = 11=#c1cbaa +palette = 12=#92d4b5 +palette = 13=#b7cf8b +palette = 14=#c1cbaa +palette = 15=#e4e3db +background = #13140f +foreground = #e4e3db +cursor-color = #e4e3db +cursor-text = #13140f +selection-background = #45483d +selection-foreground = #c5c8b9 diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index 174711f..8802c79 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -1,7 +1,7 @@ volume=30 #ytdl-raw-options-append=cookies=/home/seraphim/Documents/yt-dlp-things/cookies.txt -ytdl-raw-options-append=cookies-from-browser=chromium +ytdl-raw-options-append=cookies-from-browser=chromium+gnomekeyring ytdl-raw-options-append=write-subs= ytdl-raw-options-append=write-auto-subs= -ytdl-raw-options-append=sub-langs=all,en +ytdl-raw-options-append=sub-langs=en,en-US,en-GB slang=en,eng diff --git a/niri/.config/niri/noctalia.kdl b/niri/.config/niri/noctalia.kdl index 29c9247..f818300 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 "#b7cf8b" + inactive-color "#13140f" + urgent-color "#ffb4ab" } border { - active-color "#4f642c" - inactive-color "#fbfaf1" - urgent-color "#ba1a1a" + active-color "#b7cf8b" + inactive-color "#13140f" + urgent-color "#ffb4ab" } shadow { @@ -17,19 +17,19 @@ layout { } tab-indicator { - active-color "#4f642c" + active-color "#b7cf8b" inactive-color "#677d42" - urgent-color "#ba1a1a" + urgent-color "#ffb4ab" } insert-hint { - color "#4f642c80" + color "#b7cf8b80" } } recent-windows { highlight { - active-color "#4f642c" - urgent-color "#ba1a1a" + active-color "#b7cf8b" + urgent-color "#ffb4ab" } } diff --git a/nixos/hosts/opus/default.nix b/nixos/hosts/opus/default.nix index ef75358..8290866 100644 --- a/nixos/hosts/opus/default.nix +++ b/nixos/hosts/opus/default.nix @@ -88,7 +88,7 @@ enable = true; tunMode.enable = true; }; - + services.gnome.gnome-keyring.enable = true; # Wine-based launchers for Windows games & apps. environment.systemPackages = with pkgs; [ pkgs.lutris diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index ab1d1a7..7906683 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 = "#92d4b5" +red = "#ffb4ab" +green = "#b7cf8b" +yellow = "#c1cbaa" +cyan = "#c1cbaa" +magenta = "#b7cf8b" +white = "#e4e3db" +black = "#45483d" # 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 = "#c1cbaa" +flamingo = "#ffb4ab" +pink = "#b7cf8b" +mauve = "#b7cf8b" +maroon = "#ffb4ab" +peach = "#c1cbaa" +teal = "#c1cbaa" +sky = "#c1cbaa" +sapphire = "#92d4b5" +lavender = "#b7cf8b" # Text shades -text = "#1b1c17" -subtext1 = "#1b1c17" -subtext0 = "#75786b" +text = "#e4e3db" +subtext1 = "#e4e3db" +subtext0 = "#8f9284" # Surface shades -overlay2 = "#75786b" -overlay1 = "#75786b" -overlay0 = "#e1e4d4" -surface2 = "#e1e4d4" -surface1 = "#e1e4d4" -surface0 = "#fbfaf1" -base = "#fbfaf1" -mantle = "#fbfaf1" -crust = "#fbfaf1" +overlay2 = "#8f9284" +overlay1 = "#8f9284" +overlay0 = "#45483d" +surface2 = "#45483d" +surface1 = "#45483d" +surface0 = "#13140f" +base = "#13140f" +mantle = "#13140f" +crust = "#13140f" # <<< NOCTALIA STARSHIP PALETTE <<< |
