diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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; |