mirror of
git://git.suckless.org/svkbd
synced 2025-04-11 03:31:18 +00:00
9 lines
426 B
C
9 lines
426 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 hovbgcolor[] = "#ffffff";
|
|
static const char hovfgcolor[] = "#000000";
|
|
static const char pressbgcolor[] = "#0000cc";
|
|
static const char pressfgcolor[] = "#ffffff";
|