From e57f78c957157b06259f9adb89afadd3fd956180 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Fri, 24 Jul 2026 19:44:27 +0200 Subject: [PATCH] feat(starship): Improve configuration for starship.rs --- private_dot_config/starship-zsh.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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