changed search help selection color
This commit is contained in:
parent
5d09877da8
commit
5ba083ea1b
2 changed files with 5 additions and 4 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue