addet more red for ssh
This commit is contained in:
parent
425522ab72
commit
fb80425c24
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue