changed search help selection color

This commit is contained in:
Alexander Holland
2018-08-19 22:06:13 +02:00
parent 5d09877da8
commit 5ba083ea1b
2 changed files with 5 additions and 4 deletions

View File

@@ -357,6 +357,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
hints["text_editor/theme/color_theme"] = PropertyInfo(Variant::STRING, "text_editor/theme/color_theme", PROPERTY_HINT_ENUM, "Adaptive,Default,Custom");
_initial_set("text_editor/theme/line_spacing", 4);
_initial_set("text_editor/theme/selection_color", Color::html("40808080"));
_load_default_text_editor_theme();