Actualiser .config/starship.toml
This commit is contained in:
@@ -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) '
|
||||
|
||||
Reference in New Issue
Block a user