Better colors in VCS status.
This commit is contained in:
parent
d249c96f14
commit
5bba098e1e
@ -43,7 +43,7 @@ alignment = 'left'
|
||||
style = 'plain'
|
||||
background = 'transparent'
|
||||
foreground = '246'
|
||||
template = '{{ .HEAD }}<red>{{ if or (.Working.Changed) (.Staging.Changed) }}*{{ end }}</> <green>{{ if gt .Behind 0 }}⇣{{ end }}{{ if gt .Ahead 0 }}⇡{{ end }}{{ if gt .StashCount 0 }}≡ {{ end }}</>'
|
||||
template = '{{ .HEAD }}{{ if or (.Working.Changed) (.Staging.Changed) }}*{{ end }} {{ if gt .Behind 0 }}⇣{{ end }}{{ if gt .Ahead 0 }}⇡{{ end }}{{ if gt .StashCount 0 }}≡ {{ end }}'
|
||||
|
||||
[blocks.segments.properties]
|
||||
branch_icon = ' '
|
||||
|
Loading…
Reference in New Issue
Block a user