diff --git a/private_dot_config/starship-zsh.toml b/private_dot_config/starship-zsh.toml index 9bd0508..b67db32 100644 --- a/private_dot_config/starship-zsh.toml +++ b/private_dot_config/starship-zsh.toml @@ -97,15 +97,15 @@ style = "fg:#769ff0 bg:#394260" format = '[$all_status$ahead_behind]($style)' ahead = '⇡${count}' behind = '⇣${count}' -diverged = '⇕⇡${ahead_count}⇣${behind_count}' +diverged = '[⇕⇡${ahead_count}⇣${behind_count}](fg:#FFA500 bg:#394260)' up_to_date = '' -modified = '[$count󰷉 ](fg:yellow bg:#394260)' -staged = '[$count ](fg:green bg:#394260)' -deleted = '[$count ](fg:red bg:#394260)' -renamed = '[$count󱀱 ](fg:blue bg:#394260)' -untracked = '[$count󱀶 ](fg:gray bg:#394260)' -conflicted = '[$count󱪘 ](fg:red bg:#394260)' -stashed = '$count📦' # 󱁺  +modified = '[$count󰷉 ](fg:#FFFF00 bg:#394260)' +staged = '[$count ](fg:#00D000 bg:#394260)' +deleted = '[$count ](fg:#FF0000 bg:#394260)' +renamed = '[$count󱀱 ](fg:#87CEEB bg:#394260)' +untracked = '[$count󱀶 ](fg:#CCCCCC bg:#394260)' +conflicted = '[$count󱪘 ](fg:#FF0000 bg:#394260)' +stashed = '[$count](fg:#FFA500 bg:#394260)' # 󱁺  [direnv] disabled = false