summaryrefslogtreecommitdiff
path: root/starship/.config/starship.toml
diff options
context:
space:
mode:
Diffstat (limited to 'starship/.config/starship.toml')
-rw-r--r--starship/.config/starship.toml46
1 files changed, 23 insertions, 23 deletions
diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml
index 4036280..e33ccb4 100644
--- a/starship/.config/starship.toml
+++ b/starship/.config/starship.toml
@@ -50,40 +50,40 @@ deleted = ""
[palettes.noctalia]
# Standard colors
-blue = "#d1c2d2"
-red = "#ffb4ab"
-green = "#bbc8d0"
-yellow = "#c3c7ca"
+blue = "#110914"
+red = "#ba1a1a"
+green = "#030e13"
+yellow = "#5a5f62"
cyan = "#c3c7ca"
magenta = "#bbc8d0"
-white = "#e4e2e2"
-black = "#43474a"
+white = "#1b1c1c"
+black = "#dfe3e6"
# Extended palette (Catppuccin-compatible names)
-rosewater = "#c3c7ca"
-flamingo = "#ffb4ab"
+rosewater = "#5a5f62"
+flamingo = "#ba1a1a"
pink = "#bbc8d0"
mauve = "#bbc8d0"
-maroon = "#ffb4ab"
-peach = "#c3c7ca"
+maroon = "#ba1a1a"
+peach = "#5a5f62"
teal = "#c3c7ca"
sky = "#c3c7ca"
-sapphire = "#d1c2d2"
+sapphire = "#110914"
lavender = "#bbc8d0"
# Text shades
-text = "#e4e2e2"
-subtext1 = "#e4e2e2"
-subtext0 = "#8d9194"
+text = "#1b1c1c"
+subtext1 = "#1b1c1c"
+subtext0 = "#73787a"
# Surface shades
-overlay2 = "#8d9194"
-overlay1 = "#8d9194"
-overlay0 = "#43474a"
-surface2 = "#43474a"
-surface1 = "#43474a"
-surface0 = "#131314"
-base = "#131314"
-mantle = "#131314"
-crust = "#131314"
+overlay2 = "#73787a"
+overlay1 = "#73787a"
+overlay0 = "#dfe3e6"
+surface2 = "#dfe3e6"
+surface1 = "#dfe3e6"
+surface0 = "#fbf9f9"
+base = "#fbf9f9"
+mantle = "#fbf9f9"
+crust = "#fbf9f9"
# <<< NOCTALIA STARSHIP PALETTE <<<