FIERON default
This commit is contained in:
parent
b2896c3e5f
commit
88662942c6
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile)
|
||||||
_file(stylefile)
|
_file(stylefile)
|
||||||
{
|
{
|
||||||
// pick one..
|
// pick one..
|
||||||
//#define FIERON
|
#define FIERON
|
||||||
#define MERRY
|
//#define MERRY
|
||||||
|
|
||||||
#ifdef FIERON
|
#ifdef FIERON
|
||||||
_root_color = new RenderColor(_screen, 0x272a2f);
|
_root_color = new RenderColor(_screen, 0x272a2f);
|
||||||
|
|
Loading…
Reference in a new issue