2011-03-25 15:14:12 +01:00
|
|
|
static const Bool wmborder = True;
|
2008-07-15 18:53:38 +02:00
|
|
|
static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
|
|
|
|
static const char normbgcolor[] = "#cccccc";
|
|
|
|
static const char normfgcolor[] = "#000000";
|
2008-07-15 22:12:55 +02:00
|
|
|
static const char hovbgcolor[] = "#ffffff";
|
|
|
|
static const char hovfgcolor[] = "#000000";
|
|
|
|
static const char pressbgcolor[] = "#0000cc";
|
|
|
|
static const char pressfgcolor[] = "#ffffff";
|