summaryrefslogtreecommitdiff
path: root/starship/.config
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-08-04 22:19:53 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-08-04 22:19:53 +0700
commitd6e1ca0d0f1a98cdc74d2bed65c5445304aa55ac (patch)
tree7b882a386c5b52063f7f79d85cef99ee202ef807 /starship/.config
parent4138dfae4e1cfd788046460b669483137bae5869 (diff)
mpv cookies fix
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 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 <<<