X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=ld42_outofspace;a=blobdiff_plain;f=src%2Fuitheme.cc;fp=src%2Fuitheme.cc;h=9a98ef8f0e1f8a4764d106a016f070172dc7b82b;hp=28c497cb1905bdd7351306611bee78a4c1589c49;hb=b8200afc389ccca3e86463eb48c0563c0e093552;hpb=cf0e9a55d004e5339adc265b7ea6f41bae5c3cfe diff --git a/src/uitheme.cc b/src/uitheme.cc index 28c497c..9a98ef8 100644 --- a/src/uitheme.cc +++ b/src/uitheme.cc @@ -45,12 +45,12 @@ static bool initialized; static std::map funcmap; /* theme colors */ -static float fgcol[] = {0.8, 0.6, 0.4, 1.0}; -static float fgcol_off[] = {0.65, 0.65, 0.6, 1.0}; +static float fgcol[] = {0.4, 0.5, 0.8, 1.0}; +static float fgcol_off[] = {0.5, 0.6, 0.65, 1.0}; static float fgcol_inact[] = {0.4, 0.4, 0.4, 1.0}; -static float bgcol[] = {0.3, 0.3, 0.3, 1.0}; -static float bgcol_off[] = {0.3, 0.3, 0.3, 1.0}; -static float bgcol_inact[] = {0.3, 0.3, 0.3, 1.0}; +static float bgcol[] = {0.1, 0.1, 0.15, 1.0}; +static float bgcol_off[] = {0.1, 0.1, 0.15, 1.0}; +static float bgcol_inact[] = {0.1, 0.1, 0.15, 1.0}; extern "C" goatkit::WidgetDrawFunc get_widget_func(const char *name)