summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaosus <chaosus89@gmail.com>2019-02-15 18:28:25 +0300
committerChaosus <chaosus89@gmail.com>2019-02-15 19:00:19 +0300
commit9d73cdd05d423a79525d21668ce47a8191b91fc5 (patch)
treedcbfe9313e09bc7bcd8bcd2c3ed1bd1fb338aa87
parent962c14278fafecf3d047fd070fc7ab8d4dcc21da (diff)
Increased contrast of solarized dark theme
-rw-r--r--editor/editor_themes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp
index ffbb4339df..3fe19c0b31 100644
--- a/editor/editor_themes.cpp
+++ b/editor/editor_themes.cpp
@@ -286,7 +286,7 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) {
} else if (preset == "Solarized (Dark)") {
preset_accent_color = Color::html("#268bd2");
preset_base_color = Color::html("#073642");
- preset_contrast = 0.15;
+ preset_contrast = 0.23;
} else if (preset == "Solarized (Light)") {
preset_accent_color = Color::html("#268bd2");
preset_base_color = Color::html("#fdf6e3");