Improve the editor theme

The editor theme now makes use of rounded corners and less borders
to follow modern visual trends.

The default theme's colors were also tweaked to make the blue hue
more subtle (similar to the Arc theme, which was removed as a
consequence). The Alien theme was replaced by a Breeze Dark theme,
which should blend in well with the KDE theme.
This commit is contained in:
Hugo Locurcio 2019-03-23 01:57:28 +01:00
parent 0582cefcbb
commit 60b70c77e0
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
19 changed files with 238 additions and 258 deletions

View file

@ -6479,7 +6479,6 @@ EditorNode::EditorNode() {
// Toggle for video driver
video_driver = memnew(OptionButton);
video_driver->set_flat(true);
video_driver->set_focus_mode(Control::FOCUS_NONE);
video_driver->connect("item_selected", callable_mp(this, &EditorNode::_video_driver_selected));
video_driver->add_theme_font_override("font", gui_base->get_theme_font("bold", "EditorFonts"));