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

Merge pull request #112350 from YeldhamDev/modern_contrast_change

Enhance contrast on Modern theme
This commit is contained in:
Thaddeus Crews
2025-11-03 17:49:37 -06:00
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.