diff options
| author | toger5 | 2017-08-21 23:19:27 +0200 |
|---|---|---|
| committer | toger5 | 2017-08-21 23:19:27 +0200 |
| commit | ce4eb307789eb86261afecc1400de5e5b0832400 (patch) | |
| tree | 44eb59ce4b2a6036e5201215f79ea60f2df1862f /editor/editor_settings.cpp | |
| parent | 01e447f3df570ab6a43d43e4d354b0f4bc4370fa (diff) | |
| download | godot-ce4eb307789eb86261afecc1400de5e5b0832400.tar.gz godot-ce4eb307789eb86261afecc1400de5e5b0832400.tar.zst godot-ce4eb307789eb86261afecc1400de5e5b0832400.zip | |
added setting to override the theme background with editor theme color
Diffstat (limited to 'editor/editor_settings.cpp')
| -rw-r--r-- | editor/editor_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_settings.cpp b/editor/editor_settings.cpp index 8494c7199..f096b2d03 100644 --- a/editor/editor_settings.cpp +++ b/editor/editor_settings.cpp @@ -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(); |
