From 5f73829bb9304507fc4321be819f6b9293480da0 Mon Sep 17 00:00:00 2001 From: LIghty Date: Mon, 19 Mar 2018 22:53:48 +0100 Subject: [PATCH] lets ripoff NCC entirely xd --- src/menu/GUI.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {