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) '