🔧 chore(starship): change color for modified file

This commit is contained in:
Sergio Laín 2023-12-10 00:18:15 +01:00
parent 50fb6f50ff
commit 86550542e3
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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) '