summaryrefslogtreecommitdiff
path: root/src/gui/palette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/palette.cpp')
-rw-r--r--src/gui/palette.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/palette.cpp b/src/gui/palette.cpp
index e007dd5c..c155cfe2 100644
--- a/src/gui/palette.cpp
+++ b/src/gui/palette.cpp
@@ -88,6 +88,7 @@ Palette::Palette() :
addColor(BACKGROUND, 0xffffff, STATIC, _("Background"));
addColor(HIGHLIGHT, 0xebc873, STATIC, _("Highlight"), 'H');
+ addColor(TAB_HIGHLIGHT, 0xff0000, STATIC, indent + _("Tab Highlight"));
addColor(SHOP_WARNING, 0x910000, STATIC, indent +
_("Item too expensive"));