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]]
|
||||
type = "text"
|
||||
style = "plain"
|
||||
foreground = "black"
|
||||
foreground = "default"
|
||||
background = "transparent"
|
||||
template = "{{ if .Env.SHELL_LOADING }} loading {{ end }}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue