Fix colour of loading text when new shell opened
This commit is contained in:
parent
77bfbe5e11
commit
977362b096
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ console_title_template = '{{ .Folder }}'
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
type = "text"
|
type = "text"
|
||||||
style = "plain"
|
style = "plain"
|
||||||
foreground = "black"
|
foreground = "default"
|
||||||
background = "transparent"
|
background = "transparent"
|
||||||
template = "{{ if .Env.SHELL_LOADING }} loading {{ end }}"
|
template = "{{ if .Env.SHELL_LOADING }} loading {{ end }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue