Minor refactoring before first release

This commit is contained in:
Samuel Dudik 2020-08-23 13:35:19 +02:00
parent c896d21ab2
commit 8b455d4ced
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
static const char *background_color = "#3e3e3e";
static const char *border_color = "#ececec";
static const char *font_color = "#ececec";
static const char *font_pattern = "Inconsolata:style=Medium:size=12";
static const char *font_pattern = "monospace:size=10";
static const unsigned line_spacing = 5;
static const unsigned int padding = 15;