summaryrefslogtreecommitdiff
path: root/editor/editor_settings.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-08-22 08:14:46 +0200
committerGitHub <noreply@github.com>2017-08-22 08:14:46 +0200
commitc2346b92b285a50bb85fe935763d25e043fa3e5c (patch)
tree83a1c9bddda52e67d3cf39adfc2fe3a6f85a85ff /editor/editor_settings.cpp
parent7f49e2a7a0e74b7de98c4cb176f333f78d6c0e50 (diff)
parentce4eb307789eb86261afecc1400de5e5b0832400 (diff)
Merge pull request #10507 from toger5/override_code_them_bg
added setting to override the theme background with editor theme color
Diffstat (limited to 'editor/editor_settings.cpp')
-rw-r--r--editor/editor_settings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_settings.cpp b/editor/editor_settings.cpp
index 5c8e166730..358d575764 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();