aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/shader_editor_plugin.cpp
diff options
context:
space:
mode:
authorAnton Yabchinskiy2015-01-17 18:27:08 +0300
committerAnton Yabchinskiy2015-01-17 18:27:08 +0300
commitfa38e9b838f32baedfca7a9250a76418b1872f5d (patch)
treec37f2d5817f5de216f1d864754063993883d6f90 /tools/editor/plugins/shader_editor_plugin.cpp
parentd6998995b54fd4fed83eef9db3bbb45fa60565db (diff)
parent91faf8e21810c8995e4f6e3b6ba47a6482ab877e (diff)
downloadgodot-fa38e9b838f32baedfca7a9250a76418b1872f5d.tar.gz
godot-fa38e9b838f32baedfca7a9250a76418b1872f5d.tar.zst
godot-fa38e9b838f32baedfca7a9250a76418b1872f5d.zip
Merge branch 'master' of github.com:okamstudio/godot
Diffstat (limited to 'tools/editor/plugins/shader_editor_plugin.cpp')
-rw-r--r--tools/editor/plugins/shader_editor_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/plugins/shader_editor_plugin.cpp b/tools/editor/plugins/shader_editor_plugin.cpp
index 034996431..81b5cd8f7 100644
--- a/tools/editor/plugins/shader_editor_plugin.cpp
+++ b/tools/editor/plugins/shader_editor_plugin.cpp
@@ -81,6 +81,7 @@ void ShaderTextEditor::_load_theme_settings() {
get_text_edit()->add_color_override("font_selected_color",EDITOR_DEF("text_editor/text_selected_color",Color(1,1,1)));
get_text_edit()->add_color_override("selection_color",EDITOR_DEF("text_editor/selection_color",Color(0.2,0.2,1)));
get_text_edit()->add_color_override("brace_mismatch_color",EDITOR_DEF("text_editor/brace_mismatch_color",Color(1,0.2,0.2)));
+ get_text_edit()->add_color_override("current_line_color",EDITOR_DEF("text_editor/current_line_color",Color(0.3,0.5,0.8,0.15)));
Color keyword_color= EDITOR_DEF("text_editor/keyword_color",Color(0.5,0.0,0.2));