summaryrefslogtreecommitdiff
path: root/scene/resources
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2021-07-01 17:40:59 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2021-08-01 12:24:19 +0100
commit809a32c045e62280e89e9c4513d98f3c006f7be5 (patch)
tree6e4641f4d011f76d7d567f6772ddedc24a75e225 /scene/resources
parentdd5a37f556ea2db443f65a82228e416ca5491772 (diff)
Clean up and complete CodeEdit inspector and docs
Diffstat (limited to 'scene/resources')
-rw-r--r--scene/resources/default_theme/default_theme.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp
index ad589d94d6..d0dee2b5e3 100644
--- a/scene/resources/default_theme/default_theme.cpp
+++ b/scene/resources/default_theme/default_theme.cpp
@@ -501,7 +501,6 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
theme->set_color("caret_background_color", "CodeEdit", Color(0, 0, 0));
theme->set_color("brace_mismatch_color", "CodeEdit", Color(1, 0.2, 0.2));
theme->set_color("line_number_color", "CodeEdit", Color(0.67, 0.67, 0.67, 0.4));
- theme->set_color("safe_line_number_color", "CodeEdit", Color(0.67, 0.78, 0.67, 0.6));
theme->set_color("word_highlighted_color", "CodeEdit", Color(0.8, 0.9, 0.9, 0.15));
theme->set_color("line_length_guideline_color", "CodeEdit", Color(0.3, 0.5, 0.8, 0.1));