summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-09 13:57:30 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-09 13:57:30 +0300
commit28999e7571b66733dcf0ddbc7e376c2c3fc1bfae (patch)
treed507a9857af937ab93f1a6414d3311ee6b0aef43 /src/gui/theme.cpp
parent7cccaaa192c2ed274b3aa9d26788479f6fbed611 (diff)
downloadplus-28999e7571b66733dcf0ddbc7e376c2c3fc1bfae.tar.gz
plus-28999e7571b66733dcf0ddbc7e376c2c3fc1bfae.tar.bz2
plus-28999e7571b66733dcf0ddbc7e376c2c3fc1bfae.tar.xz
plus-28999e7571b66733dcf0ddbc7e376c2c3fc1bfae.zip
Add text colors for mp bar.
New theme colors: MP_BAR, MP_BAR_OUTLINE, NO_MP_BAR, NO_MP_BAR_OUTLINE
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 274be10df..5935442c0 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -955,6 +955,10 @@ static int readColorType(const std::string &type)
"SLOTS_BAR_OUTLINE",
"HP_BAR",
"HP_BAR_OUTLINE"
+ "MP_BAR",
+ "MP_BAR_OUTLINE"
+ "NO_MP_BAR",
+ "NO_MP_BAR_OUTLINE"
};
if (type.empty())