mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Revert "added setting to override the theme background with editor theme color"
This reverts commit ce4eb30778.
This commit is contained in:
parent
4722593448
commit
7cb76cd628
2 changed files with 2 additions and 8 deletions
|
|
@ -603,7 +603,6 @@ 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, "Default");
|
||||
|
||||
set("text_editor/theme/line_spacing", 4);
|
||||
set("text_editor/theme/adapted_code_editor_background_color", true);
|
||||
|
||||
_load_default_text_editor_theme();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue