summaryrefslogtreecommitdiff
path: root/starship/.config/starship.toml
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-08-10 16:10:27 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-08-10 16:10:27 +0700
commitb592a7d0e626dbd328a2731ed061322f86669047 (patch)
treec7d4dc02954a815cdd556bf0b05ead6611ca202b /starship/.config/starship.toml
parent82a9fb7b0631f148d53b2786ae07374394d973ac (diff)
upd
Diffstat (limited to 'starship/.config/starship.toml')
-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 <<<