reverting to plain X11 fonts in order to implement draw.c default

This commit is contained in:
anselm@garbe.us
2012-11-18 10:56:54 +01:00
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";