Merge pull request #10382 from toger5/dark_icons

Light Theme
This commit is contained in:
Rémi Verschelde 2017-08-31 11:47:18 +02:00 committed by GitHub
commit f00760b22c
608 changed files with 451 additions and 4487 deletions

View file

@ -1150,6 +1150,13 @@ void ScriptEditor::_notification(int p_what) {
case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: {
tab_container->add_style_override("panel", editor->get_gui_base()->get_stylebox("ScriptPanel", "EditorStyles"));
help_search->set_icon(get_icon("HelpSearch", "EditorIcons"));
site_search->set_icon(get_icon("Instance", "EditorIcons"));
class_search->set_icon(get_icon("ClassList", "EditorIcons"));
script_forward->set_icon(get_icon("Forward", "EditorIcons"));
script_back->set_icon(get_icon("Back", "EditorIcons"));
} break;
default: