diff options
Diffstat (limited to 'starship')
| -rw-r--r-- | starship/.config/starship.toml | 64 |
1 files changed, 29 insertions, 35 deletions
diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 201392b..009b3fa 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -45,53 +45,47 @@ stashed = "" staged = "" renamed = "" deleted = "" + # >>> NOCTALIA STARSHIP PALETTE >>> # Noctalia Starship Palette # Generated by Noctalia - do not edit manually -[palettes.noctalia] +[palettes.noctalia] # Standard colors -blue = "#d1c2d2" +blue = "#92d4b5" red = "#ffb4ab" -green = "#bbc8d0" -yellow = "#c3c7ca" -cyan = "#c3c7ca" -magenta = "#bbc8d0" -white = "#e4e2e2" -black = "#43474a" - - +green = "#b7cf8b" +yellow = "#c1cbaa" +cyan = "#c1cbaa" +magenta = "#b7cf8b" +white = "#e4e3db" +black = "#45483d" # Extended palette (Catppuccin-compatible names) -rosewater = "#c3c7ca" +rosewater = "#c1cbaa" flamingo = "#ffb4ab" -pink = "#bbc8d0" -mauve = "#bbc8d0" +pink = "#b7cf8b" +mauve = "#b7cf8b" maroon = "#ffb4ab" -peach = "#c3c7ca" -teal = "#c3c7ca" -sky = "#c3c7ca" -sapphire = "#d1c2d2" -lavender = "#bbc8d0" +peach = "#c1cbaa" +teal = "#c1cbaa" +sky = "#c1cbaa" +sapphire = "#92d4b5" +lavender = "#b7cf8b" # Text shades -text = "#e4e2e2" -subtext1 = "#e4e2e2" -subtext0 = "#8d9194" +text = "#e4e3db" +subtext1 = "#e4e3db" +subtext0 = "#8f9284" # Surface shades -overlay2 = "#8d9194" -overlay1 = "#8d9194" -overlay0 = "#43474a" -surface2 = "#43474a" -surface1 = "#43474a" -surface0 = "#131314" -base = "#131314" -mantle = "#131314" -crust = "#131314" - +overlay2 = "#8f9284" +overlay1 = "#8f9284" +overlay0 = "#45483d" +surface2 = "#45483d" +surface1 = "#45483d" +surface0 = "#13140f" +base = "#13140f" +mantle = "#13140f" +crust = "#13140f" # <<< NOCTALIA STARSHIP PALETTE <<< - - - - |
