From f1760622ec4708decfe34e268a63a9d83d2978a7 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sat, 1 Aug 2020 11:55:48 +0200 Subject: Added BrightNight --- src/gui/cheatMenu.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/gui/cheatMenu.h') diff --git a/src/gui/cheatMenu.h b/src/gui/cheatMenu.h index 9d1263980..a2c8a2856 100644 --- a/src/gui/cheatMenu.h +++ b/src/gui/cheatMenu.h @@ -57,13 +57,12 @@ private: int m_head_height = 50; int m_entry_height = 40; int m_entry_width = 200; - int m_gap = 2; + int m_gap = 3; video::SColor m_bg_color = video::SColor(192, 255, 175, 191); video::SColor m_active_bg_color = video::SColor(192, 255, 32, 76); - //video::SColor m_font_color = video::SColor(255, 89, 0, 65); video::SColor m_font_color = video::SColor(255, 0, 0, 0); - video::SColor m_selected_font_color = video::SColor(255, 87, 0, 242); + video::SColor m_selected_font_color = video::SColor(255, 250, 32, 129); Client *m_client; -- cgit v1.2.3