From d6dce2d91ee77464cbb4884181c269b8a3533e51 Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Wed, 15 Apr 2026 16:08:34 +0200 Subject: [PATCH] bugfix --- profile.d/themes/default.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile.d/themes/default.theme b/profile.d/themes/default.theme index 3fbafed..798c300 100755 --- a/profile.d/themes/default.theme +++ b/profile.d/themes/default.theme @@ -17,7 +17,7 @@ # ------------------------------------------------------------------------------ PROMPT_COLOR_TIME_FG="$Blue" # Clock text -PROMPT_COLOR_TIME_BG="$On_IBlack" # Clock background (dark grey) +PROMPT_COLOR_TIME_BG="$On_White" # Clock background (dark grey) PROMPT_COLOR_BAR_BG="$On_Blue" # Main bar background PROMPT_COLOR_OK_FG="$White" # Exit-code text on success