Enhance contrast on Modern theme

This commit is contained in:
Michael Alexsander 2025-11-03 17:04:19 -03:00
parent 06faefc9f4
commit 21e3ef9af7
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA
2 changed files with 2 additions and 2 deletions

View file

@ -356,7 +356,7 @@ EditorThemeManager::ThemeConfiguration EditorThemeManager::_create_theme_config(
preset_contrast = light_contrast;
} else { // Default
preset_accent_color = Color(0.337, 0.62, 1.0);
preset_base_color = Color(0.145, 0.145, 0.145);
preset_base_color = Color(0.153, 0.153, 0.153);
}
config.accent_color = preset_accent_color;

View file

@ -84,7 +84,7 @@ public:
// Make sure to keep those in sync with the definitions in the editor settings.
const float default_icon_saturation = 2.0;
const int default_relationship_lines = RELATIONSHIP_SELECTED_ONLY;
const float default_contrast = 0.3;
const float default_contrast = 0.35;
const int default_corner_radius = 4;
// Generated properties.