fix: colors

This commit is contained in:
pika 2025-03-20 11:05:09 +01:00
parent 5eaf571161
commit 997d8307c8

View file

@ -4,10 +4,10 @@ final_space = true
version = 3 version = 3
[transient_prompt] [transient_prompt]
template = '' template = ' '
background = 'transparent' background = 'transparent'
type = 'status' foreground_templates = ['{{if gt .Code 0}}red{{end}}', '{{if eq .Code 0}}#629a55{{end}}']
foreground_templates = ['{{if gt .Code 0}}terminal-red{{end}}', '{{if eq .Code 0}}p:pistachio-green{{end}}']
[[blocks]] [[blocks]]
alignment = "left" alignment = "left"