From 21e3ef9af74b02f8466955523cfe09682357cf23 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Date: Mon, 3 Nov 2025 17:04:19 -0300 Subject: [PATCH] Enhance contrast on Modern theme --- editor/themes/editor_theme_manager.cpp | 2 +- editor/themes/editor_theme_manager.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/themes/editor_theme_manager.cpp b/editor/themes/editor_theme_manager.cpp index c66edd40927..4be86c4c9f9 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 761c91d4640..8dbd6d35d53 100644 --- a/editor/themes/editor_theme_manager.h +++ b/editor/themes/editor_theme_manager.h @@ -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.