applied new default colors d6bf35ca
Anselm R. Garbe · 2007-01-16 11:24 1 file(s) · +4 −4
dmenu.h +4 −4
5 5
#include <X11/Xlib.h>
6 6
7 7
#define FONT			"-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
8 -
#define NORMBGCOLOR		"#333366"
9 -
#define NORMFGCOLOR		"#cccccc"
10 -
#define SELBGCOLOR		"#666699"
11 -
#define SELFGCOLOR		"#eeeeee"
8 +
#define NORMBGCOLOR		"#eeeeee"
9 +
#define NORMFGCOLOR		"#222222"
10 +
#define SELBGCOLOR		"#006699"
11 +
#define SELFGCOLOR		"#ffffff"
12 12
#define SPACE			30 /* px */
13 13
14 14
/* color */