updated dmenu to borderless drawing as well

This commit is contained in:
Anselm R. Garbe
2006-08-25 14:45:17 +02:00
parent 65be999a3f
commit 13ef97e65e
5 changed files with 32 additions and 44 deletions

View File

@ -4,6 +4,7 @@
*/
#define FONT "fixed"
#define BGCOLOR "#666699"
#define FGCOLOR "#eeeeee"
#define BORDERCOLOR "#9999CC"
#define SELBGCOLOR "#666699"
#define SELFGCOLOR "#eeeeee"
#define NORMBGCOLOR "#333366"
#define NORMFGCOLOR "#cccccc"