dmenu/config.default.h

11 lines
257 B
C
Raw Normal View History

2006-08-04 09:35:27 +02:00
/*
* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
* See LICENSE file for license details.
*/
#define FONT "fixed"
#define NORMBGCOLOR "#666699"
#define NORMFGCOLOR "#eeeeee"
#define SELBGCOLOR "#eeeeee"
2006-08-24 12:03:40 +02:00
#define SELFGCOLOR "#666699"