70 lines
1.5 KiB
TOML
70 lines
1.5 KiB
TOML
# Get editor completions based on the config schema
|
|
"$schema" = 'https://starship.rs/config-schema.json'
|
|
|
|
palette = "catppuccin_macchiato"
|
|
|
|
format = "$directory\n$container$character"
|
|
right_format = "$all"
|
|
|
|
# Inserts a blank line between shell prompts
|
|
add_newline = false
|
|
|
|
[character] # The name of the module we are configuring is 'character'
|
|
success_symbol = '[➜](bold green)'
|
|
error_symbol = '[➜](bold red)'
|
|
|
|
[container]
|
|
symbol = ""
|
|
style = 'mauve'
|
|
format = '[$symbol \[$name\]]($style) '
|
|
|
|
[git_branch]
|
|
symbol = " "
|
|
format = '[$symbol$branch(:$remote_branch)]($style) '
|
|
|
|
[git_status]
|
|
style = ''
|
|
format = '([\[${all_status}${ahead_behind}\]]($style))'
|
|
|
|
conflicted = ' '
|
|
ahead = ' '
|
|
behind = ' '
|
|
diverged = ' '
|
|
up_to_date = '[ ](green)'
|
|
untracked = ' '
|
|
stashed = ' '
|
|
modified = '[ \($count\)](peach) '
|
|
staged = '[ \($count\)](green) '
|
|
renamed = ' '
|
|
deleted = '[ \($count\)](red) '
|
|
|
|
[golang]
|
|
symbol = " "
|
|
|
|
[palettes.catppuccin_macchiato]
|
|
rosewater = "#f4dbd6"
|
|
flamingo = "#f0c6c6"
|
|
pink = "#f5bde6"
|
|
mauve = "#c6a0f6"
|
|
red = "#ed8796"
|
|
maroon = "#ee99a0"
|
|
peach = "#f5a97f"
|
|
yellow = "#eed49f"
|
|
green = "#a6da95"
|
|
teal = "#8bd5ca"
|
|
sky = "#91d7e3"
|
|
sapphire = "#7dc4e4"
|
|
blue = "#8aadf4"
|
|
lavender = "#b7bdf8"
|
|
text = "#cad3f5"
|
|
subtext1 = "#b8c0e0"
|
|
subtext0 = "#a5adcb"
|
|
overlay2 = "#939ab7"
|
|
overlay1 = "#8087a2"
|
|
overlay0 = "#6e738d"
|
|
surface2 = "#5b6078"
|
|
surface1 = "#494d64"
|
|
surface0 = "#363a4f"
|
|
base = "#24273a"
|
|
mantle = "#1e2030"
|
|
crust = "#181926"
|