diff --git a/editor/themes/editor_theme_manager.cpp b/editor/themes/editor_theme_manager.cpp index 5e1fba0e82..39f60bf4f7 100644 --- a/editor/themes/editor_theme_manager.cpp +++ b/editor/themes/editor_theme_manager.cpp @@ -374,11 +374,6 @@ EditorThemeManager::ThemeConfiguration EditorThemeManager::_create_theme_config( EditorSettings::get_singleton()->set_initial_value("interface/theme/icon_saturation", config.icon_saturation); } - if (follow_system_theme && system_base_color != Color(0, 0, 0, 0)) { - config.base_color = system_base_color; - config.preset = "Custom"; - } - if (use_system_accent_color && system_accent_color != Color(0, 0, 0, 0)) { config.accent_color = system_accent_color; config.preset = "Custom";