From 9d18345d84b0c294b0fe7743cb263259f8cc9447 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 18 Sep 2014 17:22:00 +0300 Subject: Add skill cooldown color. New color: SKILL_COOLDOWN --- src/gui/theme.cpp | 3 ++- src/gui/theme.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 1d2c1d2b2..03b7b7097 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -838,7 +838,8 @@ static int readColorType(const std::string &type) "OLDCHAT", "OLDCHAT_OUTLINE", "AWAYCHAT", - "AWAYCHAT_OUTLINE" + "AWAYCHAT_OUTLINE", + "SKILL_COOLDOWN" }; if (type.empty()) diff --git a/src/gui/theme.h b/src/gui/theme.h index 282240222..93fd263dd 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -299,6 +299,7 @@ class Theme final : public Palette, OLDCHAT_OUTLINE, AWAYCHAT, AWAYCHAT_OUTLINE, + SKILL_COOLDOWN, THEME_COLORS_END }; -- cgit v1.2.3-70-g09d2