feat(starship): Improve configuration for starship.rs

This commit is contained in:
2026-08-19 21:34:11 +02:00
parent 48d328ea27
commit e57f78c957
+8 -8
View File
@@ -97,15 +97,15 @@ style = "fg:#769ff0 bg:#394260"
format = '[$all_status$ahead_behind]($style)' format = '[$all_status$ahead_behind]($style)'
ahead = '⇡${count}' ahead = '⇡${count}'
behind = '⇣${count}' behind = '⇣${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}' diverged = '[⇕⇡${ahead_count}⇣${behind_count}](fg:#FFA500 bg:#394260)'
up_to_date = '' up_to_date = ''
modified = '[$count󰷉 ](fg:yellow bg:#394260)' modified = '[$count󰷉 ](fg:#FFFF00 bg:#394260)'
staged = '[$count ](fg:green bg:#394260)' staged = '[$count ](fg:#00D000 bg:#394260)'
deleted = '[$count ](fg:red bg:#394260)' deleted = '[$count ](fg:#FF0000 bg:#394260)'
renamed = '[$count󱀱 ](fg:blue bg:#394260)' renamed = '[$count󱀱 ](fg:#87CEEB bg:#394260)'
untracked = '[$count󱀶 ](fg:gray bg:#394260)' untracked = '[$count󱀶 ](fg:#CCCCCC bg:#394260)'
conflicted = '[$count󱪘 ](fg:red bg:#394260)' conflicted = '[$count󱪘 ](fg:#FF0000 bg:#394260)'
stashed = '$count📦' # 󱁺  stashed = '[$count](fg:#FFA500 bg:#394260)' # 󱁺 
[direnv] [direnv]
disabled = false disabled = false