summaryrefslogtreecommitdiff
path: root/.config/starship.toml
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-08-25 12:40:31 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-08-25 12:40:31 +0700
commitcc7b61a1496d25a100f012300c1121835a9f8177 (patch)
treee683f7c5fdd604e0a1a4b59df1ca79386c805f81 /.config/starship.toml
parent9d11eefc53441e1f5688545b4b827f7c8dd5090d (diff)
new cursors
Diffstat (limited to '.config/starship.toml')
-rw-r--r--.config/starship.toml81
1 files changed, 42 insertions, 39 deletions
diff --git a/.config/starship.toml b/.config/starship.toml
index ab9064a..8372d2b 100644
--- a/.config/starship.toml
+++ b/.config/starship.toml
@@ -6,30 +6,29 @@ format = "$username$hostname$character [$directory$git_branch$git_status]($style
[username]
show_always = true
format = "[$user]($style)"
-style_user = "#8C00FF"
-# style_user = "bold #8C00FF"
+style_user = "mauve"
[hostname]
disabled = false
ssh_only = false
format = "[@$hostname]($style)"
-style = "#8C00FF"
+style = "mauve"
[character]
format = "$symbol" # Removes the default trailing space after #
error_symbol = "[:~✗](bold red)"
-success_symbol = "[:~#](bold #8C00FF)"
+success_symbol = "[:~#](bold mauve)"
[directory]
-style = "#AA40FF"
+style = "pink"
truncation_length = 2
truncation_symbol = "///"
-repo_root_style = "#AA40FF"
+repo_root_style = "pink"
repo_root_format = "[$repo_root]($repo_root_style)[$path]($style)[$read_only]($read_only_style) "
[git_branch]
symbol = "> "
format = "[$symbol$branch]($style) "
-style = "italic #AA40FF"
+style = "italic pink"
[git_status]
format = '[$all_status]($style)'
@@ -47,45 +46,49 @@ renamed = ""
deleted = ""
# >>> NOCTALIA STARSHIP PALETTE >>>
-# Noctalia Starship Palette
-# Generated by Noctalia - do not edit manually
+# Generated dynamically from wallust. Colors follow the active dark/light mode:
+# wallust sorts color0=darkest / color15=brightest with --palette dark (swapped
+# in light mode), so base/text/etc. auto-adapt — no more dark-on-dark prompt.
+# Source of truth: .config/wallust/templates/starship.toml
[palettes.noctalia]
# Standard colors
-blue = "#54604a"
-red = "#ba1a1a"
-green = "#645c3f"
-yellow = "#635e50"
-cyan = "#797263"
-magenta = "#7e7252"
-white = "#1d1b19"
-black = "#e9e2d4"
+blue = "#798D1F"
+# red/green pinned to fixed visible hues: some wallpapers yield a near-black
+# color9/color10, which would be invisible on the dark terminal.
+red = "#E5484D"
+green = "#7FB069"
+yellow = "#856B58"
+cyan = "#D9B890"
+magenta = "#829FB6"
+white = "#E4D3BF"
+black = "#37393D"
# Extended palette (Catppuccin-compatible names)
-rosewater = "#635e50"
-flamingo = "#ba1a1a"
-pink = "#7e7252"
-mauve = "#7e7252"
-maroon = "#ba1a1a"
-peach = "#635e50"
-teal = "#797263"
-sky = "#797263"
-sapphire = "#54604a"
-lavender = "#7e7252"
+rosewater = "#856B58"
+flamingo = "#374F40"
+pink = "#829FB6"
+mauve = "#829FB6"
+maroon = "#374F40"
+peach = "#856B58"
+teal = "#D9B890"
+sky = "#D9B890"
+sapphire = "#798D1F"
+lavender = "#829FB6"
# Text shades
-text = "#1d1b19"
-subtext1 = "#1d1b19"
-subtext0 = "#7b776c"
+text = "#E4D3BF"
+subtext1 = "#E4D3BF"
+subtext0 = "#9F9486"
# Surface shades
-overlay2 = "#7b776c"
-overlay1 = "#7b776c"
-overlay0 = "#e9e2d4"
-surface2 = "#e9e2d4"
-surface1 = "#e9e2d4"
-surface0 = "#fef8f4"
-base = "#fef8f4"
-mantle = "#fef8f4"
-crust = "#fef8f4"
+overlay2 = "#9F9486"
+overlay1 = "#9F9486"
+overlay0 = "#E4D3BF"
+surface2 = "#37393D"
+surface1 = "#37393D"
+surface0 = "#37393D"
+base = "#0F1115"
+mantle = "#0F1115"
+crust = "#0F1115"
# <<< NOCTALIA STARSHIP PALETTE <<<