summaryrefslogtreecommitdiff
path: root/starship/.config/starship.toml
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-08-04 13:28:39 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-08-04 13:28:39 +0700
commitbe1db27940f3612a0b1a10ca17bfd5be670fd850 (patch)
tree4c179819d89a7d842cd9b78fd54c11e06922c3c8 /starship/.config/starship.toml
parent4eba57f4e787bf97fe7dcb0e1702723aa08de01d (diff)
,
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 009b3fa..8073008 100644
--- a/starship/.config/starship.toml
+++ b/starship/.config/starship.toml
@@ -52,40 +52,40 @@ deleted = ""
[palettes.noctalia]
# Standard colors
-blue = "#92d4b5"
-red = "#ffb4ab"
-green = "#b7cf8b"
-yellow = "#c1cbaa"
-cyan = "#c1cbaa"
-magenta = "#b7cf8b"
-white = "#e4e3db"
-black = "#45483d"
+blue = "#26694f"
+red = "#ba1a1a"
+green = "#4f642c"
+yellow = "#586247"
+cyan = "#6e7759"
+magenta = "#667a3a"
+white = "#1b1c17"
+black = "#e1e4d4"
# Extended palette (Catppuccin-compatible names)
-rosewater = "#c1cbaa"
-flamingo = "#ffb4ab"
-pink = "#b7cf8b"
-mauve = "#b7cf8b"
-maroon = "#ffb4ab"
-peach = "#c1cbaa"
-teal = "#c1cbaa"
-sky = "#c1cbaa"
-sapphire = "#92d4b5"
-lavender = "#b7cf8b"
+rosewater = "#586247"
+flamingo = "#ba1a1a"
+pink = "#667a3a"
+mauve = "#667a3a"
+maroon = "#ba1a1a"
+peach = "#586247"
+teal = "#6e7759"
+sky = "#6e7759"
+sapphire = "#26694f"
+lavender = "#667a3a"
# Text shades
-text = "#e4e3db"
-subtext1 = "#e4e3db"
-subtext0 = "#8f9284"
+text = "#1b1c17"
+subtext1 = "#1b1c17"
+subtext0 = "#75786b"
# Surface shades
-overlay2 = "#8f9284"
-overlay1 = "#8f9284"
-overlay0 = "#45483d"
-surface2 = "#45483d"
-surface1 = "#45483d"
-surface0 = "#13140f"
-base = "#13140f"
-mantle = "#13140f"
-crust = "#13140f"
+overlay2 = "#75786b"
+overlay1 = "#75786b"
+overlay0 = "#e1e4d4"
+surface2 = "#e1e4d4"
+surface1 = "#e1e4d4"
+surface0 = "#fbfaf1"
+base = "#fbfaf1"
+mantle = "#fbfaf1"
+crust = "#fbfaf1"
# <<< NOCTALIA STARSHIP PALETTE <<<