aboutsummaryrefslogtreecommitdiff
path: root/include/ColorScheme.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ColorScheme.hpp')
-rw-r--r--include/ColorScheme.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ColorScheme.hpp b/include/ColorScheme.hpp
index 64dbeec..93aa640 100644
--- a/include/ColorScheme.hpp
+++ b/include/ColorScheme.hpp
@@ -19,5 +19,9 @@ namespace dchat
static sf::Color getBackgroundColor();
static sf::Color getPanelColor();
static sf::Color getTextRegularColor();
+
+ static sf::Color getContextMenuBackgroundColor();
+ static sf::Color getContextMenuTextColor();
+ static sf::Color getContextMenuSelectedItemBackgroundColor();
};
}