1 static const Bool wmborder
= True
;
2 static const char *font
= "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*";
3 static const char *normbgcolor
= "#222222";
4 static const char *normfgcolor
= "#cccccc";
5 static const char *pressbgcolor
= "#ffffff";
6 static const char *pressfgcolor
= "#000000";
7 static const char *highlightbgcolor
= "#bbbbbb";
8 static const char *highlightfgcolor
= "#000000";
10 static float widthscaling
= 1.5;
11 static float heightscaling
= 2.0;