diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-09 13:35:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-09 13:35:16 +0300 |
commit | 7cccaaa192c2ed274b3aa9d26788479f6fbed611 (patch) | |
tree | ac634bb89f01c89ec4d1b53d7f2881e00231916d /src/gui/theme.cpp | |
parent | 087576e8e9e7c1555f6cabe9d34317bdddff2c78 (diff) | |
download | mv-7cccaaa192c2ed274b3aa9d26788479f6fbed611.tar.gz mv-7cccaaa192c2ed274b3aa9d26788479f6fbed611.tar.bz2 mv-7cccaaa192c2ed274b3aa9d26788479f6fbed611.tar.xz mv-7cccaaa192c2ed274b3aa9d26788479f6fbed611.zip |
Add text colors for hp bar.
New theme colors: HP_BAR, HP_BAR_OUTLINE
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 cfbe26d03..274be10df 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -952,7 +952,9 @@ static int readColorType(const std::string &type) "STATUSBAR_OFF", "TABLE_BACKGROUND", "SLOTS_BAR", - "SLOTS_BAR_OUTLINE" + "SLOTS_BAR_OUTLINE", + "HP_BAR", + "HP_BAR_OUTLINE" }; if (type.empty()) |