diff options
| author | Rémi Verschelde | 2016-04-06 18:42:13 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-04-06 18:42:13 +0200 |
| commit | d6871ee847524aea3648095196fa726d52480db2 (patch) | |
| tree | 1f8f492a4ac32e578dde59f31312562f0f1605a6 /tools/editor/plugins/script_editor_plugin.cpp | |
| parent | aad31ee986e60183c708f0c6d31cc04e05f31916 (diff) | |
| parent | fc9f9adcb25cde432f888b8b29aee862eb0d8f95 (diff) | |
| download | godot-d6871ee847524aea3648095196fa726d52480db2.tar.gz godot-d6871ee847524aea3648095196fa726d52480db2.tar.zst godot-d6871ee847524aea3648095196fa726d52480db2.zip | |
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/script_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.cpp b/tools/editor/plugins/script_editor_plugin.cpp index 1b059f3d2..1405bfab6 100644 --- a/tools/editor/plugins/script_editor_plugin.cpp +++ b/tools/editor/plugins/script_editor_plugin.cpp @@ -295,6 +295,7 @@ void ScriptTextEditor::_load_theme_settings() { get_text_edit()->add_color_override("word_highlighted_color",EDITOR_DEF("text_editor/word_highlighted_color",Color(0.8,0.9,0.9,0.15))); get_text_edit()->add_color_override("number_color",EDITOR_DEF("text_editor/number_color",Color(0.9,0.6,0.0,2))); get_text_edit()->add_color_override("function_color",EDITOR_DEF("text_editor/function_color",Color(0.4,0.6,0.8))); + get_text_edit()->add_color_override("member_variable_color",EDITOR_DEF("text_editor/member_variable_color",Color(0.9,0.3,0.3))); Color keyword_color= EDITOR_DEF("text_editor/keyword_color",Color(0.5,0.0,0.2)); |
