From 0e2c15e91a4b9b7d4e24a1e4d2e9b791b5bd9a93 Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Sun, 6 Nov 2016 13:50:23 +0000 Subject: Made background and symbol color follow the color API --- scene/resources/default_theme/default_theme.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scene/resources/default_theme/default_theme.cpp') diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp index 0740b591c..4c759bdde 100644 --- a/scene/resources/default_theme/default_theme.cpp +++ b/scene/resources/default_theme/default_theme.cpp @@ -490,6 +490,7 @@ void fill_default_theme(Ref& t, const Ref & default_font, const Ref t->set_font("font","TextEdit", default_font ); + t->set_color("background_color", "TextEdit", Color(0,0,0,0)); t->set_color("completion_background_color", "TextEdit",Color::html("2C2A32")); t->set_color("completion_selected_color", "TextEdit",Color::html("434244")); t->set_color("completion_existing_color", "TextEdit",Color::html("21dfdfdf")); -- cgit v1.2.3-70-g09d2