Added and improved some icons, plus some other minor visual fixes.

This commit is contained in:
Daniel J. Ramirez
2017-10-12 13:59:25 -05:00
parent f956f2979e
commit dbc37afcd9
22 changed files with 46 additions and 41 deletions

View File

@@ -350,6 +350,7 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) {
theme->set_color("contrast_color_2", "Editor", contrast_color_2);
theme->set_color("font_color", "Editor", font_color);
theme->set_color("highlighted_font_color", "Editor", font_color_hl);
theme->set_color("disabled_font_color", "Editor", font_color_disabled);
theme->set_color("mono_color", "Editor", mono_color);