summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/theme.cpp3
-rw-r--r--src/gui/theme.h1
2 files changed, 3 insertions, 1 deletions
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
};