From 792b73ea43458f1a91ed672028f35995041217f9 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Tue, 4 Aug 2026 10:18:27 +0000 Subject: [PATCH] Actualiser .config/starship.toml --- .config/starship.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 3f9dbdc..9e13da5 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -63,9 +63,9 @@ style = 'bold fg:#6F78FF' conflicted = '[󰽉 conflicted=${count}](fg:#FF6FAE) ' up_to_date = '[󰘽 up-to-date](fg:#6F78FF) ' untracked = '[󰋘 untracked=${count}](fg:#FF6FAE) ' -ahead = '[󰜷 ahead=${count}]' -diverged = '[󰜷 ahead=${ahead_count} 󰜮 behind=${behind_count}]' -behind = '[󰜮 behind=${count}]' +ahead = '[󰜷 ahead=${count}](fg:#6F78FF) ' +diverged = '[󰜷 ahead=${ahead_count} 󰜮 behind=${behind_count}](fg:#6F78FF) ' +behind = '[󰜮 behind=${count}](fg:#6F78FF) ' stashed = '[󱀇 stashed=${count}](fg:#C58FFF) ' modified = '[󰷈 modified=${count}](fg:#E297DB) ' staged = '[󰐗 staged=${count}](fg:#6F78FF) '