diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-09-22 13:26:49 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-09-22 13:26:49 +0400 |
| commit | 9259a44ab2d79d9e25770745d0279b69cf3188b8 (patch) | |
| tree | d01e802176d30c5beb8318201721921225c071f4 /config.h | |
| parent | a3497cf7663981359fdc727c4a27eae50098649e (diff) | |
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; |