keep font color on selection as default

This commit is contained in:
toger5
2017-09-27 19:24:05 +02:00
parent 3d06957f12
commit d58a159e38
6 changed files with 42 additions and 7 deletions

View File

@@ -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;