From 1353ed5e44a725308292ce44d24d7cf76b0af272 Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Sat, 25 Jul 2020 18:27:35 +0100 Subject: Added Line numbers to CodeEdit --- scene/resources/default_theme/default_theme.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'scene/resources') diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp index c01971e17c..0e27525dcf 100644 --- a/scene/resources/default_theme/default_theme.cpp +++ b/scene/resources/default_theme/default_theme.cpp @@ -406,7 +406,6 @@ void fill_default_theme(Ref &theme, const Ref &default_font, const theme->set_color("caret_color", "TextEdit", control_font_color); theme->set_color("caret_background_color", "TextEdit", Color(0, 0, 0)); theme->set_color("brace_mismatch_color", "TextEdit", Color(1, 0.2, 0.2)); - theme->set_color("line_number_color", "TextEdit", Color(0.67, 0.67, 0.67, 0.4)); theme->set_color("safe_line_number_color", "TextEdit", Color(0.67, 0.78, 0.67, 0.6)); theme->set_color("word_highlighted_color", "TextEdit", Color(0.8, 0.9, 0.9, 0.15)); -- cgit v1.2.3