diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-12 16:38:28 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-12 16:38:28 +0700 |
| commit | 883f59f473c8577e39ab4142e55c27d678a60d33 (patch) | |
| tree | 33296bdf584ef165ff3adbc753318e56f4709dab /starship/.config | |
| parent | ea52aa622ff5c4c522ccd159da38a957f88f46eb (diff) | |
upd
Diffstat (limited to 'starship/.config')
| -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 085f94d..ab9064a 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -52,40 +52,40 @@ deleted = "" [palettes.noctalia] # Standard colors -blue = "#becbb0" -red = "#ffb4ab" -green = "#d2c6a3" -yellow = "#cdc6b5" -cyan = "#cdc6b5" -magenta = "#d2c6a3" -white = "#e6e2dd" -black = "#4a463d" +blue = "#54604a" +red = "#ba1a1a" +green = "#645c3f" +yellow = "#635e50" +cyan = "#797263" +magenta = "#7e7252" +white = "#1d1b19" +black = "#e9e2d4" # Extended palette (Catppuccin-compatible names) -rosewater = "#cdc6b5" -flamingo = "#ffb4ab" -pink = "#d2c6a3" -mauve = "#d2c6a3" -maroon = "#ffb4ab" -peach = "#cdc6b5" -teal = "#cdc6b5" -sky = "#cdc6b5" -sapphire = "#becbb0" -lavender = "#d2c6a3" +rosewater = "#635e50" +flamingo = "#ba1a1a" +pink = "#7e7252" +mauve = "#7e7252" +maroon = "#ba1a1a" +peach = "#635e50" +teal = "#797263" +sky = "#797263" +sapphire = "#54604a" +lavender = "#7e7252" # Text shades -text = "#e6e2dd" -subtext1 = "#e6e2dd" -subtext0 = "#969084" +text = "#1d1b19" +subtext1 = "#1d1b19" +subtext0 = "#7b776c" # Surface shades -overlay2 = "#969084" -overlay1 = "#969084" -overlay0 = "#4a463d" -surface2 = "#4a463d" -surface1 = "#4a463d" -surface0 = "#141311" -base = "#141311" -mantle = "#141311" -crust = "#141311" +overlay2 = "#7b776c" +overlay1 = "#7b776c" +overlay0 = "#e9e2d4" +surface2 = "#e9e2d4" +surface1 = "#e9e2d4" +surface0 = "#fef8f4" +base = "#fef8f4" +mantle = "#fef8f4" +crust = "#fef8f4" # <<< NOCTALIA STARSHIP PALETTE <<< |
