diff --git a/rtgui/main.cc b/rtgui/main.cc index cc7c3cbe5..5b10dbf7b 100644 --- a/rtgui/main.cc +++ b/rtgui/main.cc @@ -276,6 +276,10 @@ int main(int argc, char **argv) simpleEditor = true; } + if (options.theme.empty()) { + options.theme = "21-Gray-Gray"; + } + if (!options.useSystemTheme) { std::vector rcfiles; rcfiles.push_back (argv0 + "/themes/" + options.theme + ".gtkrc");