aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_themes.cpp
diff options
context:
space:
mode:
authortoger52017-09-27 19:24:05 +0200
committertoger52017-09-28 14:17:14 +0200
commitd58a159e3864bf6664851022bd26a7a98dc7fcf5 (patch)
tree9d8056dc69b16510f4ca4c626017083d1bb6516b /editor/editor_themes.cpp
parent3d06957f12ba5c04702f3db980af9c07142e7886 (diff)
downloadgodot-d58a159e3864bf6664851022bd26a7a98dc7fcf5.tar.gz
godot-d58a159e3864bf6664851022bd26a7a98dc7fcf5.tar.zst
godot-d58a159e3864bf6664851022bd26a7a98dc7fcf5.zip
Diffstat (limited to 'editor/editor_themes.cpp')
-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 3482261c1..1ae898c47 100644
--- a/editor/editor_themes.cpp
+++ b/editor/editor_themes.cpp
@@ -837,7 +837,7 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) {
const Color caret_color = mono_color;
const Color caret_background_color = mono_color.inverted();
const Color text_selected_color = dark_color_3;
- const Color selection_color = alpha3;
+ const Color selection_color = alpha2;
const Color brace_mismatch_color = error_color;
const Color current_line_color = alpha1;
const Color line_length_guideline_color = warning_color;