diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2017-03-03 21:31:42 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2017-03-03 21:31:42 +0100 |
commit | c0044eba31cdf3d575cdf8ae43aff1e7dc7a6529 (patch) | |
tree | 20aa47d4c1535f2fc89ea018f007069723c7ebd4 /tabbed | |
parent | 0c371663f5bb5ea6f3e12318e9321bb0815e24a5 (diff) |
Update the configuration
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"; |