summaryrefslogtreecommitdiff
path: root/starship/.config
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-08-14 14:17:32 +0000
committerseraphim <18ycm9tx@anonaddy.me>2026-08-14 14:17:32 +0000
commit7c739fc4ad94ba694cff052c104f0484dbdff56a (patch)
tree99263a520d65a85a0c21e6364656e4fdfa79c377 /starship/.config
parent897a64075806fb46b2d265f07808eb0677e1c19c (diff)
first one
Diffstat (limited to 'starship/.config')
-rw-r--r--starship/.config/starship.toml60
1 files changed, 30 insertions, 30 deletions
diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml
index 085f94d..ab9064a 100644
--- a/starship/.config/starship.toml
+++ b/starship/.config/starship.toml
@@ -52,40 +52,40 @@ deleted = ""
[palettes.noctalia]
# Standard colors
-blue = "#becbb0"
-red = "#ffb4ab"
-green = "#d2c6a3"
-yellow = "#cdc6b5"
-cyan = "#cdc6b5"
-magenta = "#d2c6a3"
-white = "#e6e2dd"
-black = "#4a463d"
+blue = "#54604a"
+red = "#ba1a1a"
+green = "#645c3f"
+yellow = "#635e50"
+cyan = "#797263"
+magenta = "#7e7252"
+white = "#1d1b19"
+black = "#e9e2d4"
# Extended palette (Catppuccin-compatible names)
-rosewater = "#cdc6b5"
-flamingo = "#ffb4ab"
-pink = "#d2c6a3"
-mauve = "#d2c6a3"
-maroon = "#ffb4ab"
-peach = "#cdc6b5"
-teal = "#cdc6b5"
-sky = "#cdc6b5"
-sapphire = "#becbb0"
-lavender = "#d2c6a3"
+rosewater = "#635e50"
+flamingo = "#ba1a1a"
+pink = "#7e7252"
+mauve = "#7e7252"
+maroon = "#ba1a1a"
+peach = "#635e50"
+teal = "#797263"
+sky = "#797263"
+sapphire = "#54604a"
+lavender = "#7e7252"
# Text shades
-text = "#e6e2dd"
-subtext1 = "#e6e2dd"
-subtext0 = "#969084"
+text = "#1d1b19"
+subtext1 = "#1d1b19"
+subtext0 = "#7b776c"
# Surface shades
-overlay2 = "#969084"
-overlay1 = "#969084"
-overlay0 = "#4a463d"
-surface2 = "#4a463d"
-surface1 = "#4a463d"
-surface0 = "#141311"
-base = "#141311"
-mantle = "#141311"
-crust = "#141311"
+overlay2 = "#7b776c"
+overlay1 = "#7b776c"
+overlay0 = "#e9e2d4"
+surface2 = "#e9e2d4"
+surface1 = "#e9e2d4"
+surface0 = "#fef8f4"
+base = "#fef8f4"
+mantle = "#fef8f4"
+crust = "#fef8f4"
# <<< NOCTALIA STARSHIP PALETTE <<<