summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-09 15:47:26 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-09 15:47:26 +0300
commitb90b75b19839d8141cc682fe4b97532e706b16bd (patch)
tree316596bafd799ea0586f9f436b150145d3cced24 /src/gui/theme.cpp
parentf39fa842516cf53ecc34e735ba687c545023334f (diff)
downloadplus-b90b75b19839d8141cc682fe4b97532e706b16bd.tar.gz
plus-b90b75b19839d8141cc682fe4b97532e706b16bd.tar.bz2
plus-b90b75b19839d8141cc682fe4b97532e706b16bd.tar.xz
plus-b90b75b19839d8141cc682fe4b97532e706b16bd.zip
Add text colors for money bar.
New theme colors: MONEY_BAR, MONEY_BAR_OUTLINE
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 93321cee2..85d1e2116 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -962,7 +962,9 @@ static int readColorType(const std::string &type)
"XP_BAR",
"XP_BAR_OUTLINE",
"WEIGHT_BAR",
- "WEIGHT_BAR_OUTLINE"
+ "WEIGHT_BAR_OUTLINE",
+ "MONEY_BAR",
+ "MONEY_BAR_OUTLINE"
};
if (type.empty())