dmenu/config.h

11 lines
346 B
C
Raw Normal View History

2007-09-16 20:14:09 +02:00
/* See LICENSE file for copyright and license details. */
/* appearance */
#define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
2007-09-23 18:49:24 +02:00
#define NORMBGCOLOR "#ffffff"
#define NORMFGCOLOR "#000000"
#define SELBGCOLOR "#0000ff"
#define SELFGCOLOR "#ffffff"
2007-09-16 20:14:09 +02:00
/* next macro defines the space between menu items */
#define SPACE 30 /* px */