diff --git a/settings-daemon/theme/thememanager.cpp b/settings-daemon/theme/thememanager.cpp index e2fcd17..a3b6b6d 100644 --- a/settings-daemon/theme/thememanager.cpp +++ b/settings-daemon/theme/thememanager.cpp @@ -212,6 +212,8 @@ void ThemeManager::initGtkConfig() settings.setValue("gtk-font-name", QString("%1 %2").arg(systemFont()).arg(systemFontPointSize())); // dark mode settings.setValue("gtk-application-prefer-dark-theme", isDarkMode()); + // icon theme + settings.setValue("gtk-icon-theme-name", "Crule"); // other settings.setValue("gtk-enable-animations", true); settings.sync();