mirror of https://github.com/godotengine/godot
Merge pull request #113912 from YeldhamDev/light_icon_saturation_fix
Half icon saturation when using the light color preset
This commit is contained in:
commit
12eaddd40a
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue