Stick to color
This commit is contained in:
parent
7b93bace81
commit
9e4078d7da
@ -18,15 +18,15 @@ style = "italic cyan"
|
|||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
format = '[$all_status]($style)'
|
format = '[$all_status]($style)'
|
||||||
style = ""
|
style = "cyan"
|
||||||
ahead = '⇡${count} '
|
ahead = "⇡${count} "
|
||||||
diverged = '⇕⇡${ahead_count}⇣${behind_count} '
|
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
|
||||||
behind = '⇣${count} '
|
behind = "⇣${count} "
|
||||||
conflicted = ' '
|
conflicted = " "
|
||||||
up_to_date = ' '
|
up_to_date = " "
|
||||||
untracked = '? '
|
untracked = "? "
|
||||||
modified = ' '
|
modified = " "
|
||||||
stashed = ''
|
stashed = ""
|
||||||
staged = ''
|
staged = ""
|
||||||
renamed = ''
|
renamed = ""
|
||||||
deleted = ''
|
deleted = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user