summaryrefslogtreecommitdiffstats
path: root/scene/resources
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2016-11-06 13:50:23 +0000
committerPaulb23 <p_batty@hotmail.co.uk>2016-11-06 13:50:23 +0000
commit0e2c15e91a4b9b7d4e24a1e4d2e9b791b5bd9a93 (patch)
treef0c36223faf4fdf3b2ea077b00c91672894fe247 /scene/resources
parenta4570cb4615f5bbbf0091b3832101179d5e1662a (diff)
downloadredot-engine-0e2c15e91a4b9b7d4e24a1e4d2e9b791b5bd9a93.tar.gz
Made background and symbol color follow the color API
Diffstat (limited to 'scene/resources')
-rw-r--r--scene/resources/default_theme/default_theme.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp
index 0740b591c4..4c759bddef 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<Theme>& t, const Ref<Font> & 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"));