aboutsummaryrefslogtreecommitdiff
path: root/tabbed
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2017-03-03 21:31:42 +0100
committerSébastien Dailly <sebastien@chimrod.com>2017-03-03 21:31:42 +0100
commitc0044eba31cdf3d575cdf8ae43aff1e7dc7a6529 (patch)
tree20aa47d4c1535f2fc89ea018f007069723c7ebd4 /tabbed
parent0c371663f5bb5ea6f3e12318e9321bb0815e24a5 (diff)
Update the configuration
Diffstat (limited to 'tabbed')
-rw-r--r--tabbed/config.h2
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";