feat(starship): Improve configuration for starship.rs
This commit is contained in:
@@ -97,15 +97,15 @@ style = "fg:#769ff0 bg:#394260"
|
|||||||
format = '[$all_status$ahead_behind]($style)'
|
format = '[$all_status$ahead_behind]($style)'
|
||||||
ahead = '⇡${count}'
|
ahead = '⇡${count}'
|
||||||
behind = '⇣${count}'
|
behind = '⇣${count}'
|
||||||
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
|
diverged = '[⇕⇡${ahead_count}⇣${behind_count}](fg:#FFA500 bg:#394260)'
|
||||||
up_to_date = ''
|
up_to_date = ''
|
||||||
modified = '[$count ](fg:yellow bg:#394260)'
|
modified = '[$count ](fg:#FFFF00 bg:#394260)'
|
||||||
staged = '[$count ](fg:green bg:#394260)'
|
staged = '[$count ](fg:#00D000 bg:#394260)'
|
||||||
deleted = '[$count ](fg:red bg:#394260)'
|
deleted = '[$count ](fg:#FF0000 bg:#394260)'
|
||||||
renamed = '[$count ](fg:blue bg:#394260)'
|
renamed = '[$count ](fg:#87CEEB bg:#394260)'
|
||||||
untracked = '[$count ](fg:gray bg:#394260)'
|
untracked = '[$count ](fg:#CCCCCC bg:#394260)'
|
||||||
conflicted = '[$count ](fg:red bg:#394260)'
|
conflicted = '[$count ](fg:#FF0000 bg:#394260)'
|
||||||
stashed = '$count📦' #
|
stashed = '[$count](fg:#FFA500 bg:#394260)' #
|
||||||
|
|
||||||
[direnv]
|
[direnv]
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|||||||
Reference in New Issue
Block a user