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, 4 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 58d7e8245..e4f78efd2 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -781,9 +781,13 @@ static int readColorType(const std::string &type)
"BORDER",
"PROGRESS_BAR",
"BUTTON",
+ "BUTTON_OUTLINE",
"BUTTON_DISABLED",
+ "BUTTON_DISABLED_OUTLINE",
"BUTTON_HIGHLIGHTED",
+ "BUTTON_HIGHLIGHTED_OUTLINE",
"BUTTON_PRESSED",
+ "BUTTON_PRESSED_OUTLINE",
"CHECKBOX",
"DROPDOWN",
"LABEL",