Stick to color

This commit is contained in:
David Heinemeier Hansson 2025-08-18 17:24:45 +02:00
parent 7b93bace81
commit 9e4078d7da

View File

@ -18,15 +18,15 @@ style = "italic cyan"
[git_status]
format = '[$all_status]($style)'
style = ""
ahead = '⇡${count} '
diverged = '⇕⇡${ahead_count}⇣${behind_count} '
behind = '⇣${count} '
conflicted = ' '
up_to_date = ' '
untracked = '? '
modified = ' '
stashed = ''
staged = ''
renamed = ''
deleted = ''
style = "cyan"
ahead = "⇡${count} "
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
behind = "⇣${count} "
conflicted = " "
up_to_date = " "
untracked = "? "
modified = " "
stashed = ""
staged = ""
renamed = ""
deleted = ""