Actualiser .config/starship.toml

This commit is contained in:
2026-08-04 10:18:27 +00:00
parent d6f88d2c6b
commit 792b73ea43
+3 -3
View File
@@ -63,9 +63,9 @@ style = 'bold fg:#6F78FF'
conflicted = '[󰽉 conflicted=${count}](fg:#FF6FAE) ' conflicted = '[󰽉 conflicted=${count}](fg:#FF6FAE) '
up_to_date = '[󰘽 up-to-date](fg:#6F78FF) ' up_to_date = '[󰘽 up-to-date](fg:#6F78FF) '
untracked = '[󰋘 untracked=${count}](fg:#FF6FAE) ' untracked = '[󰋘 untracked=${count}](fg:#FF6FAE) '
ahead = '[󰜷 ahead=${count}]' ahead = '[󰜷 ahead=${count}](fg:#6F78FF) '
diverged = '[󰜷 ahead=${ahead_count} 󰜮 behind=${behind_count}]' diverged = '[󰜷 ahead=${ahead_count} 󰜮 behind=${behind_count}](fg:#6F78FF) '
behind = '[󰜮 behind=${count}]' behind = '[󰜮 behind=${count}](fg:#6F78FF) '
stashed = '[󱀇 stashed=${count}](fg:#C58FFF) ' stashed = '[󱀇 stashed=${count}](fg:#C58FFF) '
modified = '[󰷈 modified=${count}](fg:#E297DB) ' modified = '[󰷈 modified=${count}](fg:#E297DB) '
staged = '[󰐗 staged=${count}](fg:#6F78FF) ' staged = '[󰐗 staged=${count}](fg:#6F78FF) '