aboutsummaryrefslogtreecommitdiff
path: root/src/gui/cheatMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/cheatMenu.h')
-rw-r--r--src/gui/cheatMenu.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/cheatMenu.h b/src/gui/cheatMenu.h
index a2c8a2856..aaa433ceb 100644
--- a/src/gui/cheatMenu.h
+++ b/src/gui/cheatMenu.h
@@ -59,10 +59,11 @@ private:
int m_entry_width = 200;
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_bg_color = video::SColor(192, 255, 145, 88);
+ video::SColor m_active_bg_color = video::SColor(192, 255, 87, 53);
video::SColor m_font_color = video::SColor(255, 0, 0, 0);
- video::SColor m_selected_font_color = video::SColor(255, 250, 32, 129);
+ video::SColor m_selected_font_color = video::SColor(255, 255, 252, 88);
+
Client *m_client;