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