summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 3f1064d1a..281f5b37f 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -966,7 +966,9 @@ static int readColorType(const std::string &type)
"MONEY_BAR",
"MONEY_BAR_OUTLINE",
"ARROWS_BAR",
- "ARROWS_BAR_OUTLINE"
+ "ARROWS_BAR_OUTLINE",
+ "STATUS_BAR",
+ "STATUS_BAR_OUTLINE"
};
if (type.empty())