reverting to plain X11 fonts in order to implement draw.c default
This commit is contained in:
parent
917e281634
commit
61fe833a06
3 changed files with 68 additions and 38 deletions
|
@ -1,7 +1,7 @@
|
|||
/* See LICENSE file for copyright and license details. */
|
||||
|
||||
/* appearance */
|
||||
static const char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
|
||||
static const char font[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*";
|
||||
static const char normbordercolor[] = "#444444";
|
||||
static const char normbgcolor[] = "#222222";
|
||||
static const char normfgcolor[] = "#bbbbbb";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue