From af7eb6a0d77fc9917b4ce2c1a28f2ab4c4f43bba Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Sun, 14 Nov 2021 21:52:03 +0100 Subject: [PATCH] Tweaks --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 56a1e11..0673508 100644 --- a/src/config.h +++ b/src/config.h @@ -20,7 +20,7 @@ static const char *fonts[] = { "Hack:size=10" }; static const char dmenufont[] = "Hack:size=12"; static const char bg_color[] = "#272a34"; -static const char text_color[] = "#ffffff"; +static const char text_color[] = "#efefef"; static const char selected_color[] = "#81a2be"; static const char border_color[] = "#aaaaaa";