addet a different color
This commit is contained in:
parent
221591a994
commit
07c5042559
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ foreground_templates = [
|
|||
"{{ if or (.Working.Changed) (.Staging.Changed) }}p:terminal-red{{ end }}",
|
||||
"{{ if and (gt .Ahead 0) (gt .Behind 0)}}p:light-sky-blue {{ end }}",
|
||||
"{{ if gt .Ahead 0 }}p:terminal-blue{{ end }}",
|
||||
"{{ if gt .Behind 0 }}p:celeste-blue{{ end }}"
|
||||
"{{ if gt .Behind 0 }}p:terminal-yellow{{ end }}"
|
||||
]
|
||||
template = "({{ .HEAD}})"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue