diff options
Diffstat (limited to 'tabbed')
-rw-r--r-- | tabbed/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tabbed/config.h b/tabbed/config.h index 1a5e933..f319f97 100644 --- a/tabbed/config.h +++ b/tabbed/config.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const char font[] = "monospace:size=9"; +static const char font[] = "monospace:size=8"; static const char* normbgcolor = "#222222"; static const char* normfgcolor = "#cccccc"; static const char* selbgcolor = "#555555"; |