From 658b979ca06e3d8b6b715a72884895f9bd6f3338 Mon Sep 17 00:00:00 2001 From: Mouad Alami Date: Wed, 26 Apr 2023 22:16:59 +0100 Subject: Updated statusbae fg color --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index e7ad75f..442053f 100644 --- a/config.h +++ b/config.h @@ -12,7 +12,7 @@ static const char *fonts[] = { "monospace:size=11", static const char dmenufont[] = "monospace:size=12"; static const char normbgcolor[] = "#222222"; static const char normbordercolor[] = "#444444"; -static const char normfgcolor[] = "#bbbbbb"; +static const char normfgcolor[] = "#FFFFFF"; static const char selfgcolor[] = "#eeeeee"; static const char selbordercolor[] = "#005577"; static const char selbgcolor[] = "#005577"; -- cgit v1.2.3