addet more red for ssh

This commit is contained in:
pika 2024-08-18 00:48:22 +02:00
parent 425522ab72
commit fb80425c24

View file

@ -6,6 +6,7 @@ console_title_template = " {{ .Folder }} :: {{if .Root}}Admin{{end}}"
[palette] [palette]
main-bg = "transparent" main-bg = "transparent"
terminal-red = "#f7768e" terminal-red = "#f7768e"
cherry-red = "#4f1625"
pistachio-green = "#9ece6a" pistachio-green = "#9ece6a"
terminal-green = "#73daca" terminal-green = "#73daca"
terminal-yellow = "#e0af68" terminal-yellow = "#e0af68"
@ -58,6 +59,9 @@ type = "prompt"
[[blocks.segments]] [[blocks.segments]]
foreground = "p:blue-black" foreground = "p:blue-black"
foreground_templates = [
"{{if .SSHSession }}p:cherry-red{{end}}",
]
style = "plain" style = "plain"
template = " {{ .Path }} " template = " {{ .Path }} "
type = "path" type = "path"