🔧 chore(starship): change color for modified file
This commit is contained in:
parent
50fb6f50ff
commit
86550542e3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ untracked = '[ $count](bold yellow) '
|
||||||
staged = '[ $count](bold green) '
|
staged = '[ $count](bold green) '
|
||||||
stashed = '[ $count](cyan) '
|
stashed = '[ $count](cyan) '
|
||||||
deleted = '[ $count](bold red) '
|
deleted = '[ $count](bold red) '
|
||||||
modified = '[ $count](bold blue) '
|
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) '
|
||||||
|
|
Loading…
Add table
Reference in a new issue