summaryrefslogtreecommitdiff
path: root/starship
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-08-10 00:34:35 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-08-10 00:34:35 +0700
commit82a9fb7b0631f148d53b2786ae07374394d973ac (patch)
tree2e7603e24bcf4dbf14aba4e5335e52917b6eea2f /starship
parent1e3def5c7832572877a0f41432bab5655ea4f6bf (diff)
upd
Diffstat (limited to 'starship')
-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 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 <<<