summaryrefslogtreecommitdiff
path: root/tools/editor/editor_settings.cpp
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2016-04-05 17:06:56 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2016-04-05 17:06:56 +0100
commitc7519f091d6c4bd3f7edc1b8213fb4aa418fad3a (patch)
treefd3a265a6e2b9f3f798ab6ab7a8c7cd920b247e6 /tools/editor/editor_settings.cpp
parent868872392379aa5c90c3d199a2cfee32b8f593f2 (diff)
Ability to change the caret color
Diffstat (limited to 'tools/editor/editor_settings.cpp')
-rw-r--r--tools/editor/editor_settings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_settings.cpp b/tools/editor/editor_settings.cpp
index a7c01e0f6f..4ef50b72c2 100644
--- a/tools/editor/editor_settings.cpp
+++ b/tools/editor/editor_settings.cpp
@@ -392,6 +392,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
hints["global/default_project_export_path"]=PropertyInfo(Variant::STRING,"global/default_project_export_path",PROPERTY_HINT_GLOBAL_DIR);
set("global/show_script_in_scene_tabs",false);
set("text_editor/background_color",Color::html("3b000000"));
+ set("text_editor/caret_color",Color::html("aaaaaa"));
set("text_editor/text_color",Color::html("aaaaaa"));
set("text_editor/text_selected_color",Color::html("000000"));
set("text_editor/keyword_color",Color::html("ffffb3"));