diff --git a/editor/themes/editor_theme_manager.cpp b/editor/themes/editor_theme_manager.cpp index c66edd409272..4be86c4c9f90 100644 --- a/editor/themes/editor_theme_manager.cpp +++ b/editor/themes/editor_theme_manager.cpp @@ -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; diff --git a/editor/themes/editor_theme_manager.h b/editor/themes/editor_theme_manager.h index 761c91d4640a..8dbd6d35d53b 100644 --- a/editor/themes/editor_theme_manager.h +++ b/editor/themes/editor_theme_manager.h @@ -84,7 +84,7 @@ class EditorThemeManager { // 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.