diff --git a/editor/themes/editor_theme_manager.cpp b/editor/themes/editor_theme_manager.cpp index caf55b418fd..aafc9560ee2 100644 --- a/editor/themes/editor_theme_manager.cpp +++ b/editor/themes/editor_theme_manager.cpp @@ -345,6 +345,7 @@ EditorThemeManager::ThemeConfiguration EditorThemeManager::_create_theme_config( preset_accent_color = Color(0.18, 0.50, 1.00); preset_base_color = Color(0.9, 0.9, 0.9); preset_contrast = light_contrast; + preset_icon_saturation = 1; } else if (config.preset == "Solarized (Dark)") { preset_accent_color = Color(0.15, 0.55, 0.82); preset_base_color = Color(0.03, 0.21, 0.26);