mirror of
https://github.com/chenasraf/redot-engine.git
synced 2026-05-18 01:39:11 +00:00
Merge pull request #653 from swashdev/redot-light-theme
Use "Redot Red" for accent color in Light theme.
This commit is contained in:
@@ -303,7 +303,7 @@ EditorThemeManager::ThemeConfiguration EditorThemeManager::_create_theme_config(
|
||||
preset_base_color = Color(0.24, 0.24, 0.24);
|
||||
preset_contrast = config.default_contrast;
|
||||
} else if (config.preset == "Light") {
|
||||
preset_accent_color = Color(0.18, 0.50, 1.00);
|
||||
preset_accent_color = Color(0.87, 0.22, 0.29);
|
||||
preset_base_color = Color(0.9, 0.9, 0.9);
|
||||
// A negative contrast rate looks better for light themes, since it better follows the natural order of UI "elevation".
|
||||
preset_contrast = -0.06;
|
||||
|
||||
Reference in New Issue
Block a user