addet stuff
This commit is contained in:
parent
07c5042559
commit
967e1ee570
1 changed files with 2 additions and 2 deletions
|
@ -61,9 +61,9 @@ style = "plain"
|
||||||
foreground = "p:light-sky-blue"
|
foreground = "p:light-sky-blue"
|
||||||
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:light-sky-blue {{ end }}",
|
"{{ if and (gt .Ahead 0) (gt .Behind 0)}}p:terminal-yellow {{ end }}",
|
||||||
"{{ if gt .Ahead 0 }}p:terminal-blue{{ end }}",
|
"{{ if gt .Ahead 0 }}p:terminal-blue{{ end }}",
|
||||||
"{{ if gt .Behind 0 }}p:terminal-yellow{{ end }}"
|
"{{ if gt .Behind 0 }}p:celeste-blue{{ end }}"
|
||||||
]
|
]
|
||||||
template = "({{ .HEAD}})"
|
template = "({{ .HEAD}})"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue