Merge pull request #10507 from toger5/override_code_them_bg
added setting to override the theme background with editor theme color
This commit is contained in:
@ -593,6 +593,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, "Default");
|
||||
|
||||
set("text_editor/theme/line_spacing", 4);
|
||||
set("text_editor/theme/adapted_code_editor_background_color", true);
|
||||
|
||||
_load_default_text_editor_theme();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user