addet real colors

This commit is contained in:
pika 2024-08-17 23:12:57 +02:00
parent 90d5fb86cf
commit 97e034e99f

View file

@ -58,7 +58,7 @@ style = "full"
[[blocks.segments]]
type = "git"
style = "plain"
foreground = "p:light-sky-blue"
foreground = "p:pistachio-green"
foreground_templates = [
"{{ if or (.Working.Changed) (.Staging.Changed) }}p:terminal-red{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0)}}p:terminal-yellow {{ end }}",