fix: colors
This commit is contained in:
parent
5eaf571161
commit
997d8307c8
1 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@ final_space = true
|
|||
version = 3
|
||||
|
||||
[transient_prompt]
|
||||
template = ''
|
||||
template = '❯ '
|
||||
background = 'transparent'
|
||||
type = 'status'
|
||||
foreground_templates = ['{{if gt .Code 0}}terminal-red{{end}}', '{{if eq .Code 0}}p:pistachio-green{{end}}']
|
||||
foreground_templates = ['{{if gt .Code 0}}red{{end}}', '{{if eq .Code 0}}#629a55{{end}}']
|
||||
|
||||
|
||||
[[blocks]]
|
||||
alignment = "left"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue