some changes for the colors in git
This commit is contained in:
parent
b8e8caa1d6
commit
c68ba88ae0
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue