mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
Merge pull request #19553 from guilhermefelipecgs/fix_solarized_theme
Small improvement to solarized theme
This commit is contained in:
commit
d4bdbbc7d4
@ -304,8 +304,8 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) {
|
||||
} break;
|
||||
case 7: { // Solarized (Dark)
|
||||
preset_accent_color = Color::html("#268bd2");
|
||||
preset_base_color = Color::html("#002b36");
|
||||
preset_contrast = 0.2;
|
||||
preset_base_color = Color::html("#073642");
|
||||
preset_contrast = 0.15;
|
||||
} break;
|
||||
case 8: { // Solarized (Light)
|
||||
preset_accent_color = Color::html("#268bd2");
|
||||
|
Loading…
Reference in New Issue
Block a user