Xinqi Bao's Git

fa4068637fbf6ba895cd78a257ad16b91c0394ce
[dmenu.git] / config.h
1 /* See LICENSE file for copyright and license details. */
2
3 /* appearance */
4 #define FONT "-*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*"
5 #define NORMBGCOLOR "#ffffff"
6 #define NORMFGCOLOR "#333333"
7 #define SELBGCOLOR "#3366ff"
8 #define SELFGCOLOR "#ffffff"
9 /* next macro defines the space between menu items */
10 #define SPACE 30 /* px */