diff --git a/src/GUI/ColorScheme/Default.hpp b/src/GUI/ColorScheme/Default.hpp index 47fd951e6..69b7e0a98 100644 --- a/src/GUI/ColorScheme/Default.hpp +++ b/src/GUI/ColorScheme/Default.hpp @@ -8,17 +8,17 @@ public: const std::string name() const { return "Default"; } const bool SOLID_BACKGROUNDCOLOR() const { return false; }; const wxColour SELECTED_COLOR() const { return wxColour(0, 1, 0); }; - const wxColour HOVER_COLOR() const { return wxColour(0.4, 0.9, 0); }; //