blob: 973b2d1b610aa14c4ccc79dc47edb80f943fdfdd (
plain)
1
2
3
4
5
6
7
8
9
10
  | 
/* See LICENSE file for copyright and license details. */
/* appearance */
#define FONT			"-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
#define NORMBGCOLOR		"#000"
#define NORMFGCOLOR		"#ccc"
#define SELBGCOLOR		"#00f"
#define SELFGCOLOR		"#fff"
/* next macro defines the space between menu items */
#define SPACE			30 /* px */
  |