From faaf3f0498268883c780dafec9e3aea2adbe1eca Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Thu, 26 Aug 2021 23:35:28 +0200 Subject: [PATCH] slightly smaller default font --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */