summaryrefslogtreecommitdiff
path: root/src/gui/theme.h
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.h
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.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 99b74c512..84f7d2bb5 100644
--- a/src/gui/theme.h
+++ b/src/gui/theme.h
@@ -406,6 +406,8 @@ class Theme final : public Palette, public ConfigListener
XP_BAR_OUTLINE,
WEIGHT_BAR,
WEIGHT_BAR_OUTLINE,
+ MONEY_BAR,
+ MONEY_BAR_OUTLINE,
THEME_COLORS_END
};