some colors

This commit is contained in:
pika 2024-08-17 23:13:34 +02:00
parent 97e034e99f
commit a542be408c

View file

@ -61,9 +61,9 @@ style = "plain"
foreground = "p:pistachio-green" foreground = "p:pistachio-green"
foreground_templates = [ foreground_templates = [
"{{ if or (.Working.Changed) (.Staging.Changed) }}p:terminal-red{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}p:terminal-red{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0)}}p:terminal-yellow {{ end }}", "{{ if and (gt .Ahead 0) (gt .Behind 0)}}p:light-sky-blue {{ end }}",
"{{ if gt .Ahead 0 }}p:terminal-blue{{ end }}", "{{ if gt .Ahead 0 }}p:terminal-yellow{{ end }}",
"{{ if gt .Behind 0 }}p:pistachio-green{{ end }}" "{{ if gt .Behind 0 }}p:celeste-blue{{ end }}"
] ]
template = "({{ .HEAD}})" template = "({{ .HEAD}})"