diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-07-31 14:03:07 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-07-31 14:03:07 +0700 |
| commit | 4835f660f9435fa64336daaaae1ea3cab1dfbee6 (patch) | |
| tree | 45524b7f7cdb6009fa85558cea44678b2b563a43 /starship/.config/starship.toml | |
| parent | 59226408d8bc950d7ec8c21623f28b5f7de8fce0 (diff) | |
mouse
Diffstat (limited to 'starship/.config/starship.toml')
| -rw-r--r-- | starship/.config/starship.toml | 65 |
1 files changed, 36 insertions, 29 deletions
diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index ba7d768..201392b 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -1,7 +1,7 @@ palette = "noctalia" add_newline = true command_timeout = 200 -format = "$username$hostname [$directory$git_branch$git_status]($style)$character" +format = "$username$hostname$character [$directory$git_branch$git_status]($style)" [username] show_always = true @@ -11,12 +11,13 @@ style_user = "bold #8C00FF" [hostname] disabled = false ssh_only = false -format = "[@$hostname]($style) " +format = "[@$hostname]($style)" style = "bold #8C00FF" [character] -error_symbol = "[✗](bold red)" -success_symbol = "[❯](bold #AA40FF)" +format = "$symbol" # Removes the default trailing space after # +error_symbol = "[:~✗](bold red)" +success_symbol = "[:~#](bold #8C00FF)" [directory] style = "bold #AA40FF" @@ -44,47 +45,53 @@ stashed = "" staged = "" renamed = "" deleted = "" - # >>> NOCTALIA STARSHIP PALETTE >>> # Noctalia Starship Palette # Generated by Noctalia - do not edit manually - [palettes.noctalia] + # Standard colors -blue = "#110914" -red = "#ba1a1a" -green = "#030e13" -yellow = "#5a5f62" +blue = "#d1c2d2" +red = "#ffb4ab" +green = "#bbc8d0" +yellow = "#c3c7ca" cyan = "#c3c7ca" magenta = "#bbc8d0" -white = "#1b1c1c" -black = "#dfe3e6" +white = "#e4e2e2" +black = "#43474a" + + # Extended palette (Catppuccin-compatible names) -rosewater = "#5a5f62" -flamingo = "#ba1a1a" +rosewater = "#c3c7ca" +flamingo = "#ffb4ab" pink = "#bbc8d0" mauve = "#bbc8d0" -maroon = "#ba1a1a" -peach = "#5a5f62" +maroon = "#ffb4ab" +peach = "#c3c7ca" teal = "#c3c7ca" sky = "#c3c7ca" -sapphire = "#110914" +sapphire = "#d1c2d2" lavender = "#bbc8d0" # Text shades -text = "#1b1c1c" -subtext1 = "#1b1c1c" -subtext0 = "#73787a" +text = "#e4e2e2" +subtext1 = "#e4e2e2" +subtext0 = "#8d9194" # Surface shades -overlay2 = "#73787a" -overlay1 = "#73787a" -overlay0 = "#dfe3e6" -surface2 = "#dfe3e6" -surface1 = "#dfe3e6" -surface0 = "#fbf9f9" -base = "#fbf9f9" -mantle = "#fbf9f9" -crust = "#fbf9f9" +overlay2 = "#8d9194" +overlay1 = "#8d9194" +overlay0 = "#43474a" +surface2 = "#43474a" +surface1 = "#43474a" +surface0 = "#131314" +base = "#131314" +mantle = "#131314" +crust = "#131314" + # <<< NOCTALIA STARSHIP PALETTE <<< + + + + |
