gentoo-dots/.config/starship.toml

61 lines
1.1 KiB
TOML
Raw Normal View History

2023-08-23 19:51:32 +02:00
'$schema' = "https://starship.rs/config-schema.json"
2023-04-30 17:36:12 +02:00
# Inserts a blank line between shell prompts
add_newline = false
2023-08-23 19:51:32 +02:00
palette = "catppuccin_frappe"
format = '\[$username[@](bold blue)$hostname\] $all'
2023-04-30 17:36:12 +02:00
2023-08-23 19:51:32 +02:00
[character]
# Note the use of Catppuccin color 'maroon'
success_symbol = "[](green)"
error_symbol = "[](red)"
vimcmd_symbol = "[](green)"
2023-04-30 17:36:12 +02:00
2023-08-23 19:51:32 +02:00
[username]
style_root = "bold red"
style_user = "bold yellow"
format = "[$user]($style)"
show_always = true
2023-04-30 17:36:12 +02:00
disabled = false
2023-08-23 19:51:32 +02:00
[hostname]
ssh_only = false
style = "bold teal"
format = "[$hostname]($style)"
[directory]
truncation_length = 4
style = "bold lavender"
2023-04-30 17:36:12 +02:00
[cmd_duration]
min_time = 500
2023-08-23 19:51:32 +02:00
[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"