gentoo-dots/.config/starship.toml
2023-08-23 19:51:32 +02:00

61 lines
1.1 KiB
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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