🎨 ux(starship): changed behind icon style to the same one as ahead
This commit is contained in:
parent
f862378fac
commit
1db749a6a7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ staged = '[ $count](bold green) '
|
||||||
stashed = '[ $count](cyan) '
|
stashed = '[ $count](cyan) '
|
||||||
deleted = '[ $count](bold red) '
|
deleted = '[ $count](bold red) '
|
||||||
modified = '[ $count](bold yellow) '
|
modified = '[ $count](bold yellow) '
|
||||||
behind = '[ $count](bold purple) '
|
behind = '[ $count](bold purple) '
|
||||||
renamed = '[ $count](bold blue) '
|
renamed = '[ $count](bold blue) '
|
||||||
up_to_date = '[ ](bold green) '
|
up_to_date = '[ ](bold green) '
|
||||||
diverged = '[ $ahead_count $behind_count ](bold red) '
|
diverged = '[ $ahead_count $behind_count ](bold red) '
|
||||||
|
|
Loading…
Add table
Reference in a new issue