summaryrefslogtreecommitdiff
path: root/src/gui/theme.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-09 13:35:16 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-09 13:35:16 +0300
commit7cccaaa192c2ed274b3aa9d26788479f6fbed611 (patch)
treeac634bb89f01c89ec4d1b53d7f2881e00231916d /src/gui/theme.h
parent087576e8e9e7c1555f6cabe9d34317bdddff2c78 (diff)
downloadplus-7cccaaa192c2ed274b3aa9d26788479f6fbed611.tar.gz
plus-7cccaaa192c2ed274b3aa9d26788479f6fbed611.tar.bz2
plus-7cccaaa192c2ed274b3aa9d26788479f6fbed611.tar.xz
plus-7cccaaa192c2ed274b3aa9d26788479f6fbed611.zip
Add text colors for hp bar.
New theme colors: HP_BAR, HP_BAR_OUTLINE
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r--src/gui/theme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h
index 08d912430..58a194d63 100644
--- a/src/gui/theme.h
+++ b/src/gui/theme.h
@@ -396,6 +396,8 @@ class Theme final : public Palette, public ConfigListener
TABLE_BACKGROUND,
SLOTS_BAR,
SLOTS_BAR_OUTLINE,
+ HP_BAR,
+ HP_BAR_OUTLINE,
THEME_COLORS_END
};