dotfiles/starship.toml
nicolas 3718df1096
🎉 Create dotfiles repo
Initial dotfiles commit
2025-10-16 20:30:52 -05:00

76 lines
1.4 KiB
TOML

format = """
$directory\
[](fg:bg_green bg:bg_yellow)\
$git_branch\
$git_status\
[](bg:bg_blue fg:bg_yellow)\
$time\
[](fg:bg_blue)\
\n$character"""
add_newline = false
palette = "everforest"
command_timeout = 1000
[directory]
style = "bg:bg_green fg:fg"
read_only_style = "bg:bg_green fg:fg"
truncation_length = 3
truncation_symbol = "…/"
format = "[ $path]($style)[$read_only]($read_only_style)"
[directory.substitutions]
"Documents" = "󰈙 "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
[git_branch]
style = "bg:bg_yellow fg:fg"
symbol = " "
format = "[$symbol$branch(:$remote_branch)]($style)"
[git_status]
style = "bg:bg_yellow fg:red"
format = '[$all_status$ahead_behind]($style)'
[character]
success_symbol = '[](bold green)'
error_symbol = '[](bold red)'
[time]
disabled = false
time_format = "%T"
style = "bg:bg_blue fg:fg"
format = '[ $time]($style)'
[palettes.everforest]
bg_dim = "#232a2e"
bg0 = "#2d353b"
bg1 = "#343f44"
bg2 = "#3d484d"
bg3 = "#475258"
bg4 = "#4f585e"
bg5 = "#56635f"
bg_visual = "#543a48"
bg_red = "#514045"
bg_green = "#425047"
bg_blue = "#3a515d"
bg_yellow = "#4d4c43"
fg = "#d3c6aa"
red = "#e67e80"
orange = "#e69875"
yellow = "#dbbc7f"
green = "#a7c080"
aqua = "#83c092"
blue = "#7fbbb3"
purple = "#d699b6"
grey0 = "#7a8478"
grey1 = "#859289"
grey2 = "#9da9a0"
statusline1 = "#a7c080"
statusline2 = "#d3c6aa"
statusline3 = "#e67e80"