From 977362b096f72517bc60f58192a6e88d2b924e9e Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 21 Jul 2024 12:37:55 +0100 Subject: [PATCH] Fix colour of loading text when new shell opened --- jmb.omp.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmb.omp.toml b/jmb.omp.toml index 5198a8e..66fc130 100644 --- a/jmb.omp.toml +++ b/jmb.omp.toml @@ -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 }}"