dmenu/config.h

11 lines
382 B
C
Raw Normal View History

2007-09-16 20:14:09 +02:00
/* See LICENSE file for copyright and license details. */
/* appearance */
2007-09-26 19:15:47 +02:00
#define FONT "-*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*"
2007-09-27 18:55:05 +02:00
#define NORMBGCOLOR "#dddddd"
2007-09-26 19:15:47 +02:00
#define NORMFGCOLOR "#333333"
2007-09-27 18:55:05 +02:00
#define SELBGCOLOR "#0066cc"
2007-09-26 19:15:47 +02:00
#define SELFGCOLOR "#ffffff"
2007-09-16 20:14:09 +02:00
/* next macro defines the space between menu items */
#define SPACE 30 /* px */