aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_settings.cpp
diff options
context:
space:
mode:
authorPaul Batty2016-04-02 20:46:42 +0100
committerRémi Verschelde2016-04-02 21:46:42 +0200
commit50aa78210c0e31ea8a348bdd8a2432159dc61879 (patch)
tree9898dcd8631ec6d6658b31d2a5667f4604c59f24 /tools/editor/editor_settings.cpp
parent0a5472e697dee57956c2583a50bc5cf5faada5d8 (diff)
downloadgodot-50aa78210c0e31ea8a348bdd8a2432159dc61879.tar.gz
godot-50aa78210c0e31ea8a348bdd8a2432159dc61879.tar.zst
godot-50aa78210c0e31ea8a348bdd8a2432159dc61879.zip
Function syntax highlighting
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 e2d0e86f6..a7c01e0f6 100644
--- a/tools/editor/editor_settings.cpp
+++ b/tools/editor/editor_settings.cpp
@@ -397,6 +397,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
set("text_editor/keyword_color",Color::html("ffffb3"));
set("text_editor/base_type_color",Color::html("a4ffd4"));
set("text_editor/engine_type_color",Color::html("83d3ff"));
+ set("text_editor/function_color",Color::html("66a2ce"));
set("text_editor/comment_color",Color::html("983d1b"));
set("text_editor/string_color",Color::html("ef6ebe"));
set("text_editor/number_color",Color::html("EB9532"));