You've already forked godot
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:
@@ -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;
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user