doing stuff
[ld42_outofspace] / src / uitheme.cc
index 28c497c..9a98ef8 100644 (file)
@@ -45,12 +45,12 @@ static bool initialized;
 static std::map<std::string, DrawFunc> 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)