diff --git a/src/menu/GUI.cpp b/src/menu/GUI.cpp index b52e927d..09cc05f4 100644 --- a/src/menu/GUI.cpp +++ b/src/menu/GUI.cpp @@ -49,9 +49,9 @@ bool CatGUI::Visible() { return gui_visible; } -CatVar gui_color_r(CV_INT, "gui_color_r", "255", "Main GUI color (red)", "Defines red component of main gui color", 0, 255); -CatVar gui_color_g(CV_INT, "gui_color_g", "105", "Main GUI color (green)", "Defines green component of main gui color", 0, 255); -CatVar gui_color_b(CV_INT, "gui_color_b", "180", "Main GUI color (blue)", "Defines blue component of main gui color", 0, 255); +CatVar gui_color_r(CV_INT, "gui_color_r", "15", "Main GUI color (red)", "Defines red component of main gui color", 0, 255); +CatVar gui_color_g(CV_INT, "gui_color_g", "150", "Main GUI color (green)", "Defines green component of main gui color", 0, 255); +CatVar gui_color_b(CV_INT, "gui_color_b", "150", "Main GUI color (blue)", "Defines blue component of main gui color", 0, 255); static CatVar gui_rainbow(CV_SWITCH, "gui_rainbow", "0", "Rainbow GUI", "RGB all the things!!!"); int NCGUIColor() {