diff options
| author | Mouad Alami <moadalami40@gmail.com> | 2023-04-26 22:16:59 +0100 |
|---|---|---|
| committer | Mouad Alami <moadalami40@gmail.com> | 2023-04-26 22:16:59 +0100 |
| commit | 658b979ca06e3d8b6b715a72884895f9bd6f3338 (patch) | |
| tree | 87795fe775210915ffeee8fb7f299f7e041a2000 /config.h | |
| parent | 3aa7793cd1b1afe76af9b7fcfed5926015fa716f (diff) | |
Updated statusbae fg color
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |
