From ea52aa622ff5c4c522ccd159da38a957f88f46eb Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Mon, 10 Aug 2026 22:51:25 +0700 Subject: upd --- starship/.config/starship.toml | 60 +++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'starship') 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 <<< -- cgit v1.2.3