Files
dotfiles/.config/starship.toml
2026-03-15 13:54:50 +02:00

68 lines
1.1 KiB
TOML

format = """
$username\
$hostname\
$directory\
$git_branch\
$git_state\
$git_status\
$cmd_duration\
$line_break\
$python\
$character"""
palette = "gruvbox"
[directory]
style = "bold purple"
[character]
success_symbol = "[>](bold green)"
error_symbol = "[>](bold red)"
vimcmd_symbol = "[<](bold yellow)"
[git_branch]
format = "[$branch]($style) "
style = "bright-black"
[git_status]
style = "red"
stashed = "≡"
[git_state]
format = '\([$state( $progress_current/$progress_total)]($style)\) '
style = "bright-black"
[cmd_duration]
format = "[$duration]($style) "
style = "yellow"
[python]
format = "[$virtualenv]($style) "
style = "bright-black"
[palettes.dracula]
background = "#282a36"
current_line = "#44475a"
foreground = "#f8f8f2"
comment = "#6272a4"
cyan = "#8be9fd"
green = "#50fa7b"
orange = "#ffb86c"
pink = "#ff79c6"
purple = "#bd93f9"
red = "#ff5555"
yellow = "#f1fa8c"
[palettes.gruvbox]
background = "#282828"
current_line = "#928374"
foreground = "#f8f8f2"
comment = "#6272a4"
cyan = "#83a598"
green = "#b8bb26"
orange = "#fe8019"
pink = "#ff79c6"
purple = "#d3869b"
red = "#fb4934"
yellow = "#fabd2f"