diff options
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index c5d358cab..1077dc1ff 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -789,7 +789,9 @@ static int readColorType(const std::string &type) "LABEL", "LABEL_OUTLINE", "LISTBOX", + "LISTBOX_OUTLINE", "LISTBOX_SELECTED", + "LISTBOX_SELECTED_OUTLINE", "RADIOBUTTON", "POPUP", "POPUP_OUTLINE", |