diff options
author | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2018-06-13 21:03:19 -0300 |
---|---|---|
committer | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2018-06-14 09:07:40 -0300 |
commit | a63683e312f607da9d9038f963816a67d173fb1f (patch) | |
tree | 64356b1c9c9469b0d4f4c75aa97737056b76e4b7 /editor/editor_themes.cpp | |
parent | 4da621603eaf4b85dbaacb64a010ec2e62574ec5 (diff) |
Small improvement to solarized theme
Diffstat (limited to 'editor/editor_themes.cpp')
-rw-r--r-- | editor/editor_themes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp index 6d9a5c161f..46c981cbf0 100644 --- a/editor/editor_themes.cpp +++ b/editor/editor_themes.cpp @@ -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"); |