summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 03b7b7097..a584f446a 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -839,7 +839,9 @@ static int readColorType(const std::string &type)
"OLDCHAT_OUTLINE",
"AWAYCHAT",
"AWAYCHAT_OUTLINE",
- "SKILL_COOLDOWN"
+ "SKILL_COOLDOWN",
+ "TEXT_DISABLED",
+ "TEXT_DISABLED_OUTLINE"
};
if (type.empty())