some changes for the colors in git

This commit is contained in:
pika 2024-10-29 09:53:46 +01:00
parent b8e8caa1d6
commit c68ba88ae0

View file

@ -57,7 +57,11 @@ foreground_templates = [
"{{ if gt .Ahead 0 }}#e3dd47{{ end }}",
"{{ if gt .Behind 0 }}#1e62a5{{ end }}"
]
template = '({{ .HEAD }}{{ if or (.Working.Changed) (.Staging.Changed) }}*{{ end }} <p:pistachio-green>{{ if gt .Behind 0 }}⇣{{ end }}{{ if gt .Ahead 0 }}⇡{{ end }}</>)'
template = '({{ .HEAD }}{{ if or (.Working.Changed) (.Staging.Changed) }}*{{ end }} <#1ea54c>{{ if gt .Behind 0 }}⇣{{ end }}{{ if gt .Ahead 0 }}⇡{{ end }}</>)'
[blocks.segments.properties]
fetch_status = true
branch_icon = " "
[[blocks]]
alignment = "left"