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