diff options
| author | Maarten van Gompel <proycon@anaproy.nl> | 2021-08-26 23:35:28 +0200 |
|---|---|---|
| committer | John Sullivan <jsullivan@csumb.edu> | 2021-10-19 23:12:01 -0700 |
| commit | 0d6c0ad9a97a52a2103579140ac4c00b015905f8 (patch) | |
| tree | a9f5b3e47d26376b41741f18780168d170e13114 /config.def.h | |
| parent | 6dffaa6049b3cedbe36822f103379ccc9b13cf1f (diff) | |
| download | suggpicker-0d6c0ad9a97a52a2103579140ac4c00b015905f8.tar.gz | |
slightly smaller default font
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
