From 5e0ddd125f6a6c98fd699bac76731aaf0bb3aead Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 19 Feb 2024 02:30:20 +0000 Subject: [PATCH] Update config.def.h --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index c22dace..660e896 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,7 @@ static const char *background_color = "#2E3440"; static const char *border_color = "#ececec"; static const char *font_color = "#ececec"; -static const char *font_pattern = "Noto Sans Mono CJK JP:size=12"; +static const char *font_pattern = "Noto Sans Mono CJK JP:size=10"; static const unsigned line_spacing = 5; static const unsigned int padding = 15;