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