color: made it white again
This commit is contained in:
parent
d61e8489a0
commit
9a6accbb32
1 changed files with 2 additions and 2 deletions
|
@ -18,12 +18,12 @@ type = "prompt"
|
||||||
|
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
background = "#2e2e4e" # Muted indigo blue
|
background = "#2e2e4e" # Muted indigo blue
|
||||||
foreground = "green"
|
foreground = "#e4e4e4"
|
||||||
leading_diamond = "╭─"
|
leading_diamond = "╭─"
|
||||||
style = "diamond"
|
style = "diamond"
|
||||||
type = "session"
|
type = "session"
|
||||||
template = '{{ .UserName }}{{if .SSHSession }}@{{ .HostName }}{{ end }}'
|
template = '{{ .UserName }}{{if .SSHSession }}@{{ .HostName }}{{ end }}'
|
||||||
foreground_templates = ['{{if .SSHSession }}#e4e4e4{{end}}']
|
# foreground_templates = ['{{if .SSHSession }}#e4e4e4{{end}}']
|
||||||
background_templates = ['{{if .SSHSession }}#522a27{{end}}']
|
background_templates = ['{{if .SSHSession }}#522a27{{end}}']
|
||||||
|
|
||||||
# template = " {{ if .WSL }}WSL {{ end }}{{.Icon}} "
|
# template = " {{ if .WSL }}WSL {{ end }}{{.Icon}} "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue