Made background and symbol color follow the color API
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user