From b90b75b19839d8141cc682fe4b97532e706b16bd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 9 Dec 2013 15:47:26 +0300 Subject: Add text colors for money bar. New theme colors: MONEY_BAR, MONEY_BAR_OUTLINE --- src/gui/theme.cpp | 4 +++- src/gui/theme.h | 2 ++ src/gui/windows/ministatuswindow.cpp | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src') 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()) 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 }; diff --git a/src/gui/windows/ministatuswindow.cpp b/src/gui/windows/ministatuswindow.cpp index d7ab27718..51935bb4c 100644 --- a/src/gui/windows/ministatuswindow.cpp +++ b/src/gui/windows/ministatuswindow.cpp @@ -82,7 +82,7 @@ MiniStatusWindow::MiniStatusWindow() : Theme::SLOTS_BAR, Theme::PROG_INVY_SLOTS, // TRANSLATORS: status bar name "inventory slots bar", _("inventory slots bar"))), - mMoneyBar(createBar(0, 130, 0, Theme::SLOTS_BAR, Theme::PROG_MONEY, + mMoneyBar(createBar(0, 130, 0, Theme::MONEY_BAR, Theme::PROG_MONEY, // TRANSLATORS: status bar name "money bar", _("money bar"))), mArrowsBar(createBar(0, 50, 0, Theme::SLOTS_BAR, Theme::PROG_INVY_SLOTS, -- cgit v1.2.3-70-g09d2