Merge pull request #113912 from YeldhamDev/light_icon_saturation_fix

Half icon saturation when using the light color preset
This commit is contained in:
Rémi Verschelde 2025-12-12 17:13:21 +01:00
commit 12eaddd40a
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 0 deletions

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