diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-06 23:33:42 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-06 23:33:42 +0700 |
| commit | e3f90f0362007e01a11addc1cd049c44bf00a70e (patch) | |
| tree | fa8399ed5e49e094fb3720e7f00deff9f15924a1 /starship | |
| parent | fbbd81232e3918113386f5343262a224c3bee401 (diff) | |
upd
Diffstat (limited to 'starship')
| -rw-r--r-- | starship/.config/starship.toml | 60 |
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 <<< |
