🎨 ux(starship): change git icon colors
This commit is contained in:
parent
5e0c540252
commit
9fb693d72e
1 changed files with 2 additions and 2 deletions
|
@ -18,12 +18,12 @@ format = '(\([+$added]($added_style)/[-$deleted]($deleted_style)\)) '
|
|||
[git_status]
|
||||
ahead = '[ $count](bold green) '
|
||||
conflicted = '[ ](bold red) '
|
||||
untracked = '[ $count](bold yellow) '
|
||||
untracked = '[ $count](bold purple) '
|
||||
staged = '[ $count](bold green) '
|
||||
stashed = '[ $count](cyan) '
|
||||
deleted = '[ $count](bold red) '
|
||||
modified = '[ $count](bold yellow) '
|
||||
behind = '[ $count](bold purple) '
|
||||
behind = '[ $count](bold yellow) '
|
||||
renamed = '[ $count](bold blue) '
|
||||
up_to_date = '[ ](bold green) '
|
||||
diverged = '[ $ahead_count $behind_count ](bold red) '
|
||||
|
|
Loading…
Add table
Reference in a new issue