Half icon saturation when using the light color preset
This commit is contained in:
parent
1cf3180537
commit
d534b85e70
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue