Made background and symbol color follow the color API
This commit is contained in:
parent
a4570cb461
commit
0e2c15e91a
5 changed files with 13 additions and 36 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue