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