summaryrefslogtreecommitdiff
path: root/src/gui/theme.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-09 17:35:47 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-09 17:35:47 +0300
commit0669b8b097f21957ed72ae1304064743130710d9 (patch)
tree775d5275bcd3c1b53b90544bc2e4199e07b0d5d7 /src/gui/theme.h
parent9e34f49d48d6e07edd307888230d4d3e4f8ecfb3 (diff)
downloadManaVerse-0669b8b097f21957ed72ae1304064743130710d9.tar.gz
ManaVerse-0669b8b097f21957ed72ae1304064743130710d9.tar.bz2
ManaVerse-0669b8b097f21957ed72ae1304064743130710d9.tar.xz
ManaVerse-0669b8b097f21957ed72ae1304064743130710d9.zip
Add text colors for status (yellow) bar.
New theme colors: STATUS_BAR, STATUS_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 95e8f84bc..9e022dfcb 100644
--- a/src/gui/theme.h
+++ b/src/gui/theme.h
@@ -410,6 +410,8 @@ class Theme final : public Palette, public ConfigListener
MONEY_BAR_OUTLINE,
ARROWS_BAR,
ARROWS_BAR_OUTLINE,
+ STATUS_BAR,
+ STATUS_BAR_OUTLINE,
THEME_COLORS_END
};