aboutsummaryrefslogtreecommitdiff
path: root/include/ColorScheme.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-08 18:06:43 +0200
committerdec05eba <dec05eba@protonmail.com>2018-05-08 18:06:51 +0200
commit15c4434de0c2cd12e09c2f41e898c0b124194a97 (patch)
tree0bf01cd49a22b7aa79304ed0e9d34ac265d8393c /include/ColorScheme.hpp
parent4f6c843523f45708d8bbed25b3677f69c4208a38 (diff)
Add context menu, add context menu to delete message
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();
};
}