diff options
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 3 |
1 files changed, 2 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()) |