diff options
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index cfbe26d03..274be10df 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -952,7 +952,9 @@ static int readColorType(const std::string &type) "STATUSBAR_OFF", "TABLE_BACKGROUND", "SLOTS_BAR", - "SLOTS_BAR_OUTLINE" + "SLOTS_BAR_OUTLINE", + "HP_BAR", + "HP_BAR_OUTLINE" }; if (type.empty()) |