Created
December 4, 2024 04:54
-
-
Save jshwlkr/6b6fa000b945de39af3a591f49648fd7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "$schema" = 'https://starship.rs/config-schema.json' | |
| format = """ | |
| [\uE0B6](fg:blue)[$directory](bg:blue)\ | |
| [\uE0B0](fg:blue bg:red)$git_branch\ | |
| [\uE0B0](fg:red bg:green)$git_status\ | |
| [\uE0B0](fg:green bg:none) $all $character\ | |
| """ | |
| palette = 'catppuccin_frappe' | |
| [palettes.catppuccin_frappe] | |
| rosewater = "#f2d5cf" | |
| flamingo = "#eebebe" | |
| pink = "#f4b8e4" | |
| mauve = "#ca9ee6" | |
| red = "#e78284" | |
| maroon = "#ea999c" | |
| peach = "#ef9f76" | |
| yellow = "#e5c890" | |
| green = "#a6d189" | |
| teal = "#81c8be" | |
| sky = "#99d1db" | |
| sapphire = "#85c1dc" | |
| blue = "#8caaee" | |
| lavender = "#babbf1" | |
| text = "#c6d0f5" | |
| subtext1 = "#b5bfe2" | |
| subtext0 = "#a5adce" | |
| overlay2 = "#949cbb" | |
| overlay1 = "#838ba7" | |
| overlay0 = "#737994" | |
| surface2 = "#626880" | |
| surface1 = "#51576d" | |
| surface0 = "#414559" | |
| base = "#303446" | |
| mantle = "#292c3c" | |
| crust = "#232634" | |
| [directory] | |
| style = "fg:base bg:blue" | |
| format = "[ $path ]($style)" | |
| truncation_length = 3 | |
| truncation_symbol = "…/" | |
| [git_branch] | |
| symbol = "" | |
| style = "bg:red" | |
| format = '[[ $symbol $branch ](fg:base bg:red)]($style)' | |
| [git_status] | |
| style = "bg:color_aqua" | |
| format = '[[($all_status$ahead_behind )](fg:base bg:green)]($style)' | |
| [nodejs] | |
| symbol = "" | |
| style = "bg:color_blue" | |
| format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)' | |
| [php] | |
| symbol = "" | |
| style = "bg:color_blue" | |
| format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)' | |
| [python] | |
| symbol = "" | |
| style = "bg:color_blue" | |
| format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)' | |
| [line_break] | |
| disabled = false | |
| [character] | |
| disabled = false | |
| success_symbol = '[](bold fg:green)' | |
| error_symbol = '[](bold fg:red)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment