addet real colors
This commit is contained in:
parent
90d5fb86cf
commit
97e034e99f
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ style = "full"
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
type = "git"
|
type = "git"
|
||||||
style = "plain"
|
style = "plain"
|
||||||
foreground = "p:light-sky-blue"
|
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:terminal-yellow {{ end }}",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue