blob: 90623c54f2e69a090891c267fb27bd28fdba2f46 (
plain)
1
2
3
4
5
6
|
static const char* selbgcolor = "{color0}";
static const char* selfgcolor = "{color15}";
static const char* normbgcolor = "{color2}";
static const char* normfgcolor = "{color15}";
static const char* urgbgcolor = "{color1}";
static const char* urgfgcolor = "{color15}";
|