Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion editor/themes/editor_theme_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion editor/themes/editor_theme_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down