1
0
mirror of git://git.suckless.org/svkbd synced 2025-02-16 18:46:55 +00:00
svkbd/config.def.h
2011-10-09 17:25:43 +02:00

10 lines
395 B
C

static const Bool wmborder = True;
static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
static const char normbgcolor[] = "#cccccc";
static const char normfgcolor[] = "#000000";
static const char pressbgcolor[] = "#0000cc";
static const char pressfgcolor[] = "#ffffff";
static const char highlightbgcolor[] = "#0000cc";
static const char highlightfgcolor[] = "#ffffff";