From 9259a44ab2d79d9e25770745d0279b69cf3188b8 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Wed, 22 Sep 2021 13:26:49 +0400 Subject: Added alpha patch and changed color scheme --- config.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 9787344..6492daa 100644 --- a/config.h +++ b/config.h @@ -2,10 +2,11 @@ /* appearance */ static const char font[] = "monospace-10"; -static const char* normbgcolor = "#222222"; -static const char* normfgcolor = "#cccccc"; -static const char* selbgcolor = "#555555"; -static const char* selfgcolor = "#ffffff"; +static const char* normbgcolor = "#111416"; +static const char* normfgcolor = "#5f5f54"; +static const char* selbgcolor = "#111416"; +static const char* selfgcolor = "#eeeeec"; + static const char before[] = "<"; static const char after[] = ">"; static const int tabwidth = 200; -- cgit v1.2.3