From 0d6c0ad9a97a52a2103579140ac4c00b015905f8 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Thu, 26 Aug 2021 23:35:28 +0200 Subject: slightly smaller default font --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index b7d7ad0..6306121 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,7 @@ #ifndef config_def_h_INCLUDED #define config_def_h_INCLUDED -static const char *default_font = "Monospace 15"; +static const char *default_font = "Monospace 14"; struct clr_scheme scheme = { /* colors */ -- cgit 1.4.1