fixed with colors

This commit is contained in:
pika 2025-03-21 20:21:40 +01:00
parent c58eb2df1d
commit a3cdccff04

View file

@ -20,6 +20,7 @@ type = "prompt"
foreground = "#e8e8e8"
leading_diamond = "╭─"
style = "diamond"
foreground_templates = ['{{if .SSHSession }}#e04e29{{end}}']
template = " {{ if .WSL }}WSL󰁥 {{ end }}{{.Icon}} "
type = "os"
@ -196,6 +197,7 @@ type = "prompt"
[[blocks.segments]]
foreground = "#2e2e4e"
foreground_templates = ['{{if .SSHSession }}#e04e29{{end}}']
style = "plain"
template = "╰─"
type = "text"