1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Half icon saturation when using the light color preset

This commit is contained in:
Michael Alexsander
2025-12-11 18:37:18 -03:00
parent 1cf3180537
commit d534b85e70

View File

@@ -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);