Update config.def.h

This commit is contained in:
Konstantin 2024-02-19 02:30:20 +00:00 committed by GitHub
parent 1412a80584
commit 5e0ddd125f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
static const char *background_color = "#2E3440"; static const char *background_color = "#2E3440";
static const char *border_color = "#ececec"; static const char *border_color = "#ececec";
static const char *font_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 line_spacing = 5;
static const unsigned int padding = 15; static const unsigned int padding = 15;