summaryrefslogtreecommitdiff
path: root/src/gui/theme.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-18 17:22:00 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-18 18:07:58 +0300
commit9d18345d84b0c294b0fe7743cb263259f8cc9447 (patch)
tree4b6c8dce89ed13c672f8672f96411e397fb41641 /src/gui/theme.h
parent64fc4f0ccf6cfb25864e67e3f8cf29d4671c64d5 (diff)
downloadplus-9d18345d84b0c294b0fe7743cb263259f8cc9447.tar.gz
plus-9d18345d84b0c294b0fe7743cb263259f8cc9447.tar.bz2
plus-9d18345d84b0c294b0fe7743cb263259f8cc9447.tar.xz
plus-9d18345d84b0c294b0fe7743cb263259f8cc9447.zip
Add skill cooldown color.
New color: SKILL_COOLDOWN
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r--src/gui/theme.h1
1 files changed, 1 insertions, 0 deletions
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
};