Better colors in VCS status.

This commit is contained in:
Bartek Stalewski 2024-11-01 00:17:25 +01:00
parent d249c96f14
commit 5bba098e1e
Signed by: ftpd
SSH Key Fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo

View File

@ -43,7 +43,7 @@ alignment = 'left'
style = 'plain' style = 'plain'
background = 'transparent' background = 'transparent'
foreground = '246' 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] [blocks.segments.properties]
branch_icon = ' ' branch_icon = ' '