Fix colour of loading text when new shell opened

This commit is contained in:
Jonny Barnes 2024-07-21 12:37:55 +01:00
parent 77bfbe5e11
commit 977362b096
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -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 }}"