aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/right_panel/editor/EditorCanvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_tab/right_panel/editor/EditorCanvas.hpp')
-rw-r--r--src/game_tab/right_panel/editor/EditorCanvas.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game_tab/right_panel/editor/EditorCanvas.hpp b/src/game_tab/right_panel/editor/EditorCanvas.hpp
index 0858dbb..05d6258 100644
--- a/src/game_tab/right_panel/editor/EditorCanvas.hpp
+++ b/src/game_tab/right_panel/editor/EditorCanvas.hpp
@@ -21,6 +21,13 @@ class EditorCanvas : public wxPanel, public cgeditor::CGEditor {
Theme t;
wxFont default_font;
+ wxColour color_scrollbar_bg;
+ wxColour color_scrollbar;
+ wxColour color_margin;
+ wxColour color_comments_bg;
+ wxColour color_current_move_bg;
+ wxColour color_menu_item_bg;
+
public:
EditorCanvas(wxFrame *parent);
void OnPaint(wxPaintEvent &event);