diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-18 18:44:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-18 18:50:00 +0300 |
commit | cbd1e245325bc83c35a84508f75a9ed3f0e74c2d (patch) | |
tree | 0dffec7e1c72cff00bb5f00daa424d74196469d6 /src/gui/theme.cpp | |
parent | cc16bd52b4bfd5b542deddfcb131f0a1ca15b2e0 (diff) | |
download | plus-cbd1e245325bc83c35a84508f75a9ed3f0e74c2d.tar.gz plus-cbd1e245325bc83c35a84508f75a9ed3f0e74c2d.tar.bz2 plus-cbd1e245325bc83c35a84508f75a9ed3f0e74c2d.tar.xz plus-cbd1e245325bc83c35a84508f75a9ed3f0e74c2d.zip |
Add new theme colors for disabled text.
New colors: TEXT_DISABLED, TEXT_DISABLED_OUTLINE
For now unused.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 4 |
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()) |