diff --git a/CMakeLists.txt b/CMakeLists.txt
index ae9604a1372ac285c10c7a8392fa64304da802e3..a3e88ea5ce9a820890e1612082c2520272c68aed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,12 +39,12 @@ if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)
     qt_add_executable(Vivy
         MANUAL_FINALIZATION
         ${PROJECT_SOURCES}
-        utils/rsc/VivyRessources.qrc
+        rsc/VivyRessources.qrc
     )
 else()
     add_executable(Vivy
         ${PROJECT_SOURCES}
-        utils/rsc/VivyRessources.qrc
+        rsc/VivyRessources.qrc
     )
 endif()
 
diff --git a/utils/rsc/.gitignore b/rsc/.gitignore
similarity index 100%
rename from utils/rsc/.gitignore
rename to rsc/.gitignore
diff --git a/utils/rsc/VivyRessources.qrc b/rsc/VivyRessources.qrc
similarity index 100%
rename from utils/rsc/VivyRessources.qrc
rename to rsc/VivyRessources.qrc
diff --git a/utils/rsc/fonts/FiraCode-Regular.ttf b/rsc/fonts/FiraCode-Regular.ttf
similarity index 100%
rename from utils/rsc/fonts/FiraCode-Regular.ttf
rename to rsc/fonts/FiraCode-Regular.ttf
diff --git a/utils/rsc/fonts/NotoSans-Bold.ttf b/rsc/fonts/NotoSans-Bold.ttf
similarity index 100%
rename from utils/rsc/fonts/NotoSans-Bold.ttf
rename to rsc/fonts/NotoSans-Bold.ttf
diff --git a/utils/rsc/fonts/NotoSans-BoldItalic.ttf b/rsc/fonts/NotoSans-BoldItalic.ttf
similarity index 100%
rename from utils/rsc/fonts/NotoSans-BoldItalic.ttf
rename to rsc/fonts/NotoSans-BoldItalic.ttf
diff --git a/utils/rsc/fonts/NotoSans-Italic.ttf b/rsc/fonts/NotoSans-Italic.ttf
similarity index 100%
rename from utils/rsc/fonts/NotoSans-Italic.ttf
rename to rsc/fonts/NotoSans-Italic.ttf
diff --git a/utils/rsc/fonts/NotoSans-Regular.ttf b/rsc/fonts/NotoSans-Regular.ttf
similarity index 100%
rename from utils/rsc/fonts/NotoSans-Regular.ttf
rename to rsc/fonts/NotoSans-Regular.ttf
diff --git a/utils/rsc/icons/breeze-dark/document-new.svg b/rsc/icons/breeze-dark/document-new.svg
similarity index 100%
rename from utils/rsc/icons/breeze-dark/document-new.svg
rename to rsc/icons/breeze-dark/document-new.svg
diff --git a/utils/rsc/icons/breeze-dark/document-open.svg b/rsc/icons/breeze-dark/document-open.svg
similarity index 100%
rename from utils/rsc/icons/breeze-dark/document-open.svg
rename to rsc/icons/breeze-dark/document-open.svg
diff --git a/utils/rsc/icons/breeze-dark/document-save-as.svg b/rsc/icons/breeze-dark/document-save-as.svg
similarity index 100%
rename from utils/rsc/icons/breeze-dark/document-save-as.svg
rename to rsc/icons/breeze-dark/document-save-as.svg
diff --git a/utils/rsc/icons/breeze-dark/document-save.svg b/rsc/icons/breeze-dark/document-save.svg
similarity index 100%
rename from utils/rsc/icons/breeze-dark/document-save.svg
rename to rsc/icons/breeze-dark/document-save.svg
diff --git a/utils/rsc/icons/breeze-dark/folder.svg b/rsc/icons/breeze-dark/folder.svg
similarity index 100%
rename from utils/rsc/icons/breeze-dark/folder.svg
rename to rsc/icons/breeze-dark/folder.svg
diff --git a/utils/rsc/icons/breeze-dark/help-about.svg b/rsc/icons/breeze-dark/help-about.svg
similarity index 100%
rename from utils/rsc/icons/breeze-dark/help-about.svg
rename to rsc/icons/breeze-dark/help-about.svg
diff --git a/utils/rsc/icons/breeze-dark/text-x-generic.svg b/rsc/icons/breeze-dark/text-x-generic.svg
similarity index 100%
rename from utils/rsc/icons/breeze-dark/text-x-generic.svg
rename to rsc/icons/breeze-dark/text-x-generic.svg
diff --git a/utils/rsc/icons/breeze-light/document-new.svg b/rsc/icons/breeze-light/document-new.svg
similarity index 100%
rename from utils/rsc/icons/breeze-light/document-new.svg
rename to rsc/icons/breeze-light/document-new.svg
diff --git a/utils/rsc/icons/breeze-light/document-open.svg b/rsc/icons/breeze-light/document-open.svg
similarity index 100%
rename from utils/rsc/icons/breeze-light/document-open.svg
rename to rsc/icons/breeze-light/document-open.svg
diff --git a/utils/rsc/icons/breeze-light/document-save-as.svg b/rsc/icons/breeze-light/document-save-as.svg
similarity index 100%
rename from utils/rsc/icons/breeze-light/document-save-as.svg
rename to rsc/icons/breeze-light/document-save-as.svg
diff --git a/utils/rsc/icons/breeze-light/document-save.svg b/rsc/icons/breeze-light/document-save.svg
similarity index 100%
rename from utils/rsc/icons/breeze-light/document-save.svg
rename to rsc/icons/breeze-light/document-save.svg
diff --git a/utils/rsc/icons/breeze-light/folder.svg b/rsc/icons/breeze-light/folder.svg
similarity index 100%
rename from utils/rsc/icons/breeze-light/folder.svg
rename to rsc/icons/breeze-light/folder.svg
diff --git a/utils/rsc/icons/breeze-light/help-about.svg b/rsc/icons/breeze-light/help-about.svg
similarity index 100%
rename from utils/rsc/icons/breeze-light/help-about.svg
rename to rsc/icons/breeze-light/help-about.svg
diff --git a/utils/rsc/icons/breeze-light/text-x-generic.svg b/rsc/icons/breeze-light/text-x-generic.svg
similarity index 100%
rename from utils/rsc/icons/breeze-light/text-x-generic.svg
rename to rsc/icons/breeze-light/text-x-generic.svg
diff --git a/utils/rsc/icons/vivy.png b/rsc/icons/vivy.png
similarity index 100%
rename from utils/rsc/icons/vivy.png
rename to rsc/icons/vivy.png
diff --git a/utils/rsc/licence/APACHE-2.0 b/rsc/licence/APACHE-2.0
similarity index 100%
rename from utils/rsc/licence/APACHE-2.0
rename to rsc/licence/APACHE-2.0
diff --git a/utils/rsc/licence/CCAI-4.0 b/rsc/licence/CCAI-4.0
similarity index 100%
rename from utils/rsc/licence/CCAI-4.0
rename to rsc/licence/CCAI-4.0
diff --git a/utils/rsc/licence/LGPL-V2.0 b/rsc/licence/LGPL-V2.0
similarity index 100%
rename from utils/rsc/licence/LGPL-V2.0
rename to rsc/licence/LGPL-V2.0
diff --git a/utils/rsc/licence/LGPL-V2.1 b/rsc/licence/LGPL-V2.1
similarity index 100%
rename from utils/rsc/licence/LGPL-V2.1
rename to rsc/licence/LGPL-V2.1
diff --git a/utils/rsc/licence/LGPL-V3 b/rsc/licence/LGPL-V3
similarity index 100%
rename from utils/rsc/licence/LGPL-V3
rename to rsc/licence/LGPL-V3
diff --git a/utils/rsc/licence/MIT b/rsc/licence/MIT
similarity index 100%
rename from utils/rsc/licence/MIT
rename to rsc/licence/MIT
diff --git a/utils/rsc/licence/OFL-1.1 b/rsc/licence/OFL-1.1
similarity index 100%
rename from utils/rsc/licence/OFL-1.1
rename to rsc/licence/OFL-1.1
diff --git a/utils/rsc/qdarkstyle_dark.qss b/rsc/qdarkstyle_dark.qss
similarity index 100%
rename from utils/rsc/qdarkstyle_dark.qss
rename to rsc/qdarkstyle_dark.qss
diff --git a/utils/rsc/qdarkstyle_light.qss b/rsc/qdarkstyle_light.qss
similarity index 100%
rename from utils/rsc/qdarkstyle_light.qss
rename to rsc/qdarkstyle_light.qss
diff --git a/utils/rsc/rc_dark/arrow_down.png b/rsc/rc_dark/arrow_down.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_down.png
rename to rsc/rc_dark/arrow_down.png
diff --git a/utils/rsc/rc_dark/arrow_down@2x.png b/rsc/rc_dark/arrow_down@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_down@2x.png
rename to rsc/rc_dark/arrow_down@2x.png
diff --git a/utils/rsc/rc_dark/arrow_down_disabled.png b/rsc/rc_dark/arrow_down_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_down_disabled.png
rename to rsc/rc_dark/arrow_down_disabled.png
diff --git a/utils/rsc/rc_dark/arrow_down_disabled@2x.png b/rsc/rc_dark/arrow_down_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_down_disabled@2x.png
rename to rsc/rc_dark/arrow_down_disabled@2x.png
diff --git a/utils/rsc/rc_dark/arrow_down_focus.png b/rsc/rc_dark/arrow_down_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_down_focus.png
rename to rsc/rc_dark/arrow_down_focus.png
diff --git a/utils/rsc/rc_dark/arrow_down_focus@2x.png b/rsc/rc_dark/arrow_down_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_down_focus@2x.png
rename to rsc/rc_dark/arrow_down_focus@2x.png
diff --git a/utils/rsc/rc_dark/arrow_down_pressed.png b/rsc/rc_dark/arrow_down_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_down_pressed.png
rename to rsc/rc_dark/arrow_down_pressed.png
diff --git a/utils/rsc/rc_dark/arrow_down_pressed@2x.png b/rsc/rc_dark/arrow_down_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_down_pressed@2x.png
rename to rsc/rc_dark/arrow_down_pressed@2x.png
diff --git a/utils/rsc/rc_dark/arrow_left.png b/rsc/rc_dark/arrow_left.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_left.png
rename to rsc/rc_dark/arrow_left.png
diff --git a/utils/rsc/rc_dark/arrow_left@2x.png b/rsc/rc_dark/arrow_left@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_left@2x.png
rename to rsc/rc_dark/arrow_left@2x.png
diff --git a/utils/rsc/rc_dark/arrow_left_disabled.png b/rsc/rc_dark/arrow_left_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_left_disabled.png
rename to rsc/rc_dark/arrow_left_disabled.png
diff --git a/utils/rsc/rc_dark/arrow_left_disabled@2x.png b/rsc/rc_dark/arrow_left_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_left_disabled@2x.png
rename to rsc/rc_dark/arrow_left_disabled@2x.png
diff --git a/utils/rsc/rc_dark/arrow_left_focus.png b/rsc/rc_dark/arrow_left_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_left_focus.png
rename to rsc/rc_dark/arrow_left_focus.png
diff --git a/utils/rsc/rc_dark/arrow_left_focus@2x.png b/rsc/rc_dark/arrow_left_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_left_focus@2x.png
rename to rsc/rc_dark/arrow_left_focus@2x.png
diff --git a/utils/rsc/rc_dark/arrow_left_pressed.png b/rsc/rc_dark/arrow_left_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_left_pressed.png
rename to rsc/rc_dark/arrow_left_pressed.png
diff --git a/utils/rsc/rc_dark/arrow_left_pressed@2x.png b/rsc/rc_dark/arrow_left_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_left_pressed@2x.png
rename to rsc/rc_dark/arrow_left_pressed@2x.png
diff --git a/utils/rsc/rc_dark/arrow_right.png b/rsc/rc_dark/arrow_right.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_right.png
rename to rsc/rc_dark/arrow_right.png
diff --git a/utils/rsc/rc_dark/arrow_right@2x.png b/rsc/rc_dark/arrow_right@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_right@2x.png
rename to rsc/rc_dark/arrow_right@2x.png
diff --git a/utils/rsc/rc_dark/arrow_right_disabled.png b/rsc/rc_dark/arrow_right_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_right_disabled.png
rename to rsc/rc_dark/arrow_right_disabled.png
diff --git a/utils/rsc/rc_dark/arrow_right_disabled@2x.png b/rsc/rc_dark/arrow_right_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_right_disabled@2x.png
rename to rsc/rc_dark/arrow_right_disabled@2x.png
diff --git a/utils/rsc/rc_dark/arrow_right_focus.png b/rsc/rc_dark/arrow_right_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_right_focus.png
rename to rsc/rc_dark/arrow_right_focus.png
diff --git a/utils/rsc/rc_dark/arrow_right_focus@2x.png b/rsc/rc_dark/arrow_right_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_right_focus@2x.png
rename to rsc/rc_dark/arrow_right_focus@2x.png
diff --git a/utils/rsc/rc_dark/arrow_right_pressed.png b/rsc/rc_dark/arrow_right_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_right_pressed.png
rename to rsc/rc_dark/arrow_right_pressed.png
diff --git a/utils/rsc/rc_dark/arrow_right_pressed@2x.png b/rsc/rc_dark/arrow_right_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_right_pressed@2x.png
rename to rsc/rc_dark/arrow_right_pressed@2x.png
diff --git a/utils/rsc/rc_dark/arrow_up.png b/rsc/rc_dark/arrow_up.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_up.png
rename to rsc/rc_dark/arrow_up.png
diff --git a/utils/rsc/rc_dark/arrow_up@2x.png b/rsc/rc_dark/arrow_up@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_up@2x.png
rename to rsc/rc_dark/arrow_up@2x.png
diff --git a/utils/rsc/rc_dark/arrow_up_disabled.png b/rsc/rc_dark/arrow_up_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_up_disabled.png
rename to rsc/rc_dark/arrow_up_disabled.png
diff --git a/utils/rsc/rc_dark/arrow_up_disabled@2x.png b/rsc/rc_dark/arrow_up_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_up_disabled@2x.png
rename to rsc/rc_dark/arrow_up_disabled@2x.png
diff --git a/utils/rsc/rc_dark/arrow_up_focus.png b/rsc/rc_dark/arrow_up_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_up_focus.png
rename to rsc/rc_dark/arrow_up_focus.png
diff --git a/utils/rsc/rc_dark/arrow_up_focus@2x.png b/rsc/rc_dark/arrow_up_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_up_focus@2x.png
rename to rsc/rc_dark/arrow_up_focus@2x.png
diff --git a/utils/rsc/rc_dark/arrow_up_pressed.png b/rsc/rc_dark/arrow_up_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_up_pressed.png
rename to rsc/rc_dark/arrow_up_pressed.png
diff --git a/utils/rsc/rc_dark/arrow_up_pressed@2x.png b/rsc/rc_dark/arrow_up_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/arrow_up_pressed@2x.png
rename to rsc/rc_dark/arrow_up_pressed@2x.png
diff --git a/utils/rsc/rc_dark/base_icon.png b/rsc/rc_dark/base_icon.png
similarity index 100%
rename from utils/rsc/rc_dark/base_icon.png
rename to rsc/rc_dark/base_icon.png
diff --git a/utils/rsc/rc_dark/base_icon@2x.png b/rsc/rc_dark/base_icon@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/base_icon@2x.png
rename to rsc/rc_dark/base_icon@2x.png
diff --git a/utils/rsc/rc_dark/base_icon_disabled.png b/rsc/rc_dark/base_icon_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/base_icon_disabled.png
rename to rsc/rc_dark/base_icon_disabled.png
diff --git a/utils/rsc/rc_dark/base_icon_disabled@2x.png b/rsc/rc_dark/base_icon_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/base_icon_disabled@2x.png
rename to rsc/rc_dark/base_icon_disabled@2x.png
diff --git a/utils/rsc/rc_dark/base_icon_focus.png b/rsc/rc_dark/base_icon_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/base_icon_focus.png
rename to rsc/rc_dark/base_icon_focus.png
diff --git a/utils/rsc/rc_dark/base_icon_focus@2x.png b/rsc/rc_dark/base_icon_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/base_icon_focus@2x.png
rename to rsc/rc_dark/base_icon_focus@2x.png
diff --git a/utils/rsc/rc_dark/base_icon_pressed.png b/rsc/rc_dark/base_icon_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/base_icon_pressed.png
rename to rsc/rc_dark/base_icon_pressed.png
diff --git a/utils/rsc/rc_dark/base_icon_pressed@2x.png b/rsc/rc_dark/base_icon_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/base_icon_pressed@2x.png
rename to rsc/rc_dark/base_icon_pressed@2x.png
diff --git a/utils/rsc/rc_dark/branch_closed.png b/rsc/rc_dark/branch_closed.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_closed.png
rename to rsc/rc_dark/branch_closed.png
diff --git a/utils/rsc/rc_dark/branch_closed@2x.png b/rsc/rc_dark/branch_closed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_closed@2x.png
rename to rsc/rc_dark/branch_closed@2x.png
diff --git a/utils/rsc/rc_dark/branch_closed_disabled.png b/rsc/rc_dark/branch_closed_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_closed_disabled.png
rename to rsc/rc_dark/branch_closed_disabled.png
diff --git a/utils/rsc/rc_dark/branch_closed_disabled@2x.png b/rsc/rc_dark/branch_closed_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_closed_disabled@2x.png
rename to rsc/rc_dark/branch_closed_disabled@2x.png
diff --git a/utils/rsc/rc_dark/branch_closed_focus.png b/rsc/rc_dark/branch_closed_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_closed_focus.png
rename to rsc/rc_dark/branch_closed_focus.png
diff --git a/utils/rsc/rc_dark/branch_closed_focus@2x.png b/rsc/rc_dark/branch_closed_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_closed_focus@2x.png
rename to rsc/rc_dark/branch_closed_focus@2x.png
diff --git a/utils/rsc/rc_dark/branch_closed_pressed.png b/rsc/rc_dark/branch_closed_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_closed_pressed.png
rename to rsc/rc_dark/branch_closed_pressed.png
diff --git a/utils/rsc/rc_dark/branch_closed_pressed@2x.png b/rsc/rc_dark/branch_closed_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_closed_pressed@2x.png
rename to rsc/rc_dark/branch_closed_pressed@2x.png
diff --git a/utils/rsc/rc_dark/branch_end.png b/rsc/rc_dark/branch_end.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_end.png
rename to rsc/rc_dark/branch_end.png
diff --git a/utils/rsc/rc_dark/branch_end@2x.png b/rsc/rc_dark/branch_end@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_end@2x.png
rename to rsc/rc_dark/branch_end@2x.png
diff --git a/utils/rsc/rc_dark/branch_end_disabled.png b/rsc/rc_dark/branch_end_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_end_disabled.png
rename to rsc/rc_dark/branch_end_disabled.png
diff --git a/utils/rsc/rc_dark/branch_end_disabled@2x.png b/rsc/rc_dark/branch_end_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_end_disabled@2x.png
rename to rsc/rc_dark/branch_end_disabled@2x.png
diff --git a/utils/rsc/rc_dark/branch_end_focus.png b/rsc/rc_dark/branch_end_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_end_focus.png
rename to rsc/rc_dark/branch_end_focus.png
diff --git a/utils/rsc/rc_dark/branch_end_focus@2x.png b/rsc/rc_dark/branch_end_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_end_focus@2x.png
rename to rsc/rc_dark/branch_end_focus@2x.png
diff --git a/utils/rsc/rc_dark/branch_end_pressed.png b/rsc/rc_dark/branch_end_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_end_pressed.png
rename to rsc/rc_dark/branch_end_pressed.png
diff --git a/utils/rsc/rc_dark/branch_end_pressed@2x.png b/rsc/rc_dark/branch_end_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_end_pressed@2x.png
rename to rsc/rc_dark/branch_end_pressed@2x.png
diff --git a/utils/rsc/rc_dark/branch_line.png b/rsc/rc_dark/branch_line.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_line.png
rename to rsc/rc_dark/branch_line.png
diff --git a/utils/rsc/rc_dark/branch_line@2x.png b/rsc/rc_dark/branch_line@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_line@2x.png
rename to rsc/rc_dark/branch_line@2x.png
diff --git a/utils/rsc/rc_dark/branch_line_disabled.png b/rsc/rc_dark/branch_line_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_line_disabled.png
rename to rsc/rc_dark/branch_line_disabled.png
diff --git a/utils/rsc/rc_dark/branch_line_disabled@2x.png b/rsc/rc_dark/branch_line_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_line_disabled@2x.png
rename to rsc/rc_dark/branch_line_disabled@2x.png
diff --git a/utils/rsc/rc_dark/branch_line_focus.png b/rsc/rc_dark/branch_line_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_line_focus.png
rename to rsc/rc_dark/branch_line_focus.png
diff --git a/utils/rsc/rc_dark/branch_line_focus@2x.png b/rsc/rc_dark/branch_line_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_line_focus@2x.png
rename to rsc/rc_dark/branch_line_focus@2x.png
diff --git a/utils/rsc/rc_dark/branch_line_pressed.png b/rsc/rc_dark/branch_line_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_line_pressed.png
rename to rsc/rc_dark/branch_line_pressed.png
diff --git a/utils/rsc/rc_dark/branch_line_pressed@2x.png b/rsc/rc_dark/branch_line_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_line_pressed@2x.png
rename to rsc/rc_dark/branch_line_pressed@2x.png
diff --git a/utils/rsc/rc_dark/branch_more.png b/rsc/rc_dark/branch_more.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_more.png
rename to rsc/rc_dark/branch_more.png
diff --git a/utils/rsc/rc_dark/branch_more@2x.png b/rsc/rc_dark/branch_more@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_more@2x.png
rename to rsc/rc_dark/branch_more@2x.png
diff --git a/utils/rsc/rc_dark/branch_more_disabled.png b/rsc/rc_dark/branch_more_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_more_disabled.png
rename to rsc/rc_dark/branch_more_disabled.png
diff --git a/utils/rsc/rc_dark/branch_more_disabled@2x.png b/rsc/rc_dark/branch_more_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_more_disabled@2x.png
rename to rsc/rc_dark/branch_more_disabled@2x.png
diff --git a/utils/rsc/rc_dark/branch_more_focus.png b/rsc/rc_dark/branch_more_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_more_focus.png
rename to rsc/rc_dark/branch_more_focus.png
diff --git a/utils/rsc/rc_dark/branch_more_focus@2x.png b/rsc/rc_dark/branch_more_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_more_focus@2x.png
rename to rsc/rc_dark/branch_more_focus@2x.png
diff --git a/utils/rsc/rc_dark/branch_more_pressed.png b/rsc/rc_dark/branch_more_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_more_pressed.png
rename to rsc/rc_dark/branch_more_pressed.png
diff --git a/utils/rsc/rc_dark/branch_more_pressed@2x.png b/rsc/rc_dark/branch_more_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_more_pressed@2x.png
rename to rsc/rc_dark/branch_more_pressed@2x.png
diff --git a/utils/rsc/rc_dark/branch_open.png b/rsc/rc_dark/branch_open.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_open.png
rename to rsc/rc_dark/branch_open.png
diff --git a/utils/rsc/rc_dark/branch_open@2x.png b/rsc/rc_dark/branch_open@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_open@2x.png
rename to rsc/rc_dark/branch_open@2x.png
diff --git a/utils/rsc/rc_dark/branch_open_disabled.png b/rsc/rc_dark/branch_open_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_open_disabled.png
rename to rsc/rc_dark/branch_open_disabled.png
diff --git a/utils/rsc/rc_dark/branch_open_disabled@2x.png b/rsc/rc_dark/branch_open_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_open_disabled@2x.png
rename to rsc/rc_dark/branch_open_disabled@2x.png
diff --git a/utils/rsc/rc_dark/branch_open_focus.png b/rsc/rc_dark/branch_open_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_open_focus.png
rename to rsc/rc_dark/branch_open_focus.png
diff --git a/utils/rsc/rc_dark/branch_open_focus@2x.png b/rsc/rc_dark/branch_open_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_open_focus@2x.png
rename to rsc/rc_dark/branch_open_focus@2x.png
diff --git a/utils/rsc/rc_dark/branch_open_pressed.png b/rsc/rc_dark/branch_open_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_open_pressed.png
rename to rsc/rc_dark/branch_open_pressed.png
diff --git a/utils/rsc/rc_dark/branch_open_pressed@2x.png b/rsc/rc_dark/branch_open_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/branch_open_pressed@2x.png
rename to rsc/rc_dark/branch_open_pressed@2x.png
diff --git a/utils/rsc/rc_dark/checkbox_checked.png b/rsc/rc_dark/checkbox_checked.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_checked.png
rename to rsc/rc_dark/checkbox_checked.png
diff --git a/utils/rsc/rc_dark/checkbox_checked@2x.png b/rsc/rc_dark/checkbox_checked@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_checked@2x.png
rename to rsc/rc_dark/checkbox_checked@2x.png
diff --git a/utils/rsc/rc_dark/checkbox_checked_disabled.png b/rsc/rc_dark/checkbox_checked_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_checked_disabled.png
rename to rsc/rc_dark/checkbox_checked_disabled.png
diff --git a/utils/rsc/rc_dark/checkbox_checked_disabled@2x.png b/rsc/rc_dark/checkbox_checked_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_checked_disabled@2x.png
rename to rsc/rc_dark/checkbox_checked_disabled@2x.png
diff --git a/utils/rsc/rc_dark/checkbox_checked_focus.png b/rsc/rc_dark/checkbox_checked_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_checked_focus.png
rename to rsc/rc_dark/checkbox_checked_focus.png
diff --git a/utils/rsc/rc_dark/checkbox_checked_focus@2x.png b/rsc/rc_dark/checkbox_checked_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_checked_focus@2x.png
rename to rsc/rc_dark/checkbox_checked_focus@2x.png
diff --git a/utils/rsc/rc_dark/checkbox_checked_pressed.png b/rsc/rc_dark/checkbox_checked_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_checked_pressed.png
rename to rsc/rc_dark/checkbox_checked_pressed.png
diff --git a/utils/rsc/rc_dark/checkbox_checked_pressed@2x.png b/rsc/rc_dark/checkbox_checked_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_checked_pressed@2x.png
rename to rsc/rc_dark/checkbox_checked_pressed@2x.png
diff --git a/utils/rsc/rc_dark/checkbox_indeterminate.png b/rsc/rc_dark/checkbox_indeterminate.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_indeterminate.png
rename to rsc/rc_dark/checkbox_indeterminate.png
diff --git a/utils/rsc/rc_dark/checkbox_indeterminate@2x.png b/rsc/rc_dark/checkbox_indeterminate@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_indeterminate@2x.png
rename to rsc/rc_dark/checkbox_indeterminate@2x.png
diff --git a/utils/rsc/rc_dark/checkbox_indeterminate_disabled.png b/rsc/rc_dark/checkbox_indeterminate_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_indeterminate_disabled.png
rename to rsc/rc_dark/checkbox_indeterminate_disabled.png
diff --git a/utils/rsc/rc_dark/checkbox_indeterminate_disabled@2x.png b/rsc/rc_dark/checkbox_indeterminate_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_indeterminate_disabled@2x.png
rename to rsc/rc_dark/checkbox_indeterminate_disabled@2x.png
diff --git a/utils/rsc/rc_dark/checkbox_indeterminate_focus.png b/rsc/rc_dark/checkbox_indeterminate_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_indeterminate_focus.png
rename to rsc/rc_dark/checkbox_indeterminate_focus.png
diff --git a/utils/rsc/rc_dark/checkbox_indeterminate_focus@2x.png b/rsc/rc_dark/checkbox_indeterminate_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_indeterminate_focus@2x.png
rename to rsc/rc_dark/checkbox_indeterminate_focus@2x.png
diff --git a/utils/rsc/rc_dark/checkbox_indeterminate_pressed.png b/rsc/rc_dark/checkbox_indeterminate_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_indeterminate_pressed.png
rename to rsc/rc_dark/checkbox_indeterminate_pressed.png
diff --git a/utils/rsc/rc_dark/checkbox_indeterminate_pressed@2x.png b/rsc/rc_dark/checkbox_indeterminate_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_indeterminate_pressed@2x.png
rename to rsc/rc_dark/checkbox_indeterminate_pressed@2x.png
diff --git a/utils/rsc/rc_dark/checkbox_unchecked.png b/rsc/rc_dark/checkbox_unchecked.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_unchecked.png
rename to rsc/rc_dark/checkbox_unchecked.png
diff --git a/utils/rsc/rc_dark/checkbox_unchecked@2x.png b/rsc/rc_dark/checkbox_unchecked@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_unchecked@2x.png
rename to rsc/rc_dark/checkbox_unchecked@2x.png
diff --git a/utils/rsc/rc_dark/checkbox_unchecked_disabled.png b/rsc/rc_dark/checkbox_unchecked_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_unchecked_disabled.png
rename to rsc/rc_dark/checkbox_unchecked_disabled.png
diff --git a/utils/rsc/rc_dark/checkbox_unchecked_disabled@2x.png b/rsc/rc_dark/checkbox_unchecked_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_unchecked_disabled@2x.png
rename to rsc/rc_dark/checkbox_unchecked_disabled@2x.png
diff --git a/utils/rsc/rc_dark/checkbox_unchecked_focus.png b/rsc/rc_dark/checkbox_unchecked_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_unchecked_focus.png
rename to rsc/rc_dark/checkbox_unchecked_focus.png
diff --git a/utils/rsc/rc_dark/checkbox_unchecked_focus@2x.png b/rsc/rc_dark/checkbox_unchecked_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_unchecked_focus@2x.png
rename to rsc/rc_dark/checkbox_unchecked_focus@2x.png
diff --git a/utils/rsc/rc_dark/checkbox_unchecked_pressed.png b/rsc/rc_dark/checkbox_unchecked_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_unchecked_pressed.png
rename to rsc/rc_dark/checkbox_unchecked_pressed.png
diff --git a/utils/rsc/rc_dark/checkbox_unchecked_pressed@2x.png b/rsc/rc_dark/checkbox_unchecked_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/checkbox_unchecked_pressed@2x.png
rename to rsc/rc_dark/checkbox_unchecked_pressed@2x.png
diff --git a/utils/rsc/rc_dark/line_horizontal.png b/rsc/rc_dark/line_horizontal.png
similarity index 100%
rename from utils/rsc/rc_dark/line_horizontal.png
rename to rsc/rc_dark/line_horizontal.png
diff --git a/utils/rsc/rc_dark/line_horizontal@2x.png b/rsc/rc_dark/line_horizontal@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/line_horizontal@2x.png
rename to rsc/rc_dark/line_horizontal@2x.png
diff --git a/utils/rsc/rc_dark/line_horizontal_disabled.png b/rsc/rc_dark/line_horizontal_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/line_horizontal_disabled.png
rename to rsc/rc_dark/line_horizontal_disabled.png
diff --git a/utils/rsc/rc_dark/line_horizontal_disabled@2x.png b/rsc/rc_dark/line_horizontal_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/line_horizontal_disabled@2x.png
rename to rsc/rc_dark/line_horizontal_disabled@2x.png
diff --git a/utils/rsc/rc_dark/line_horizontal_focus.png b/rsc/rc_dark/line_horizontal_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/line_horizontal_focus.png
rename to rsc/rc_dark/line_horizontal_focus.png
diff --git a/utils/rsc/rc_dark/line_horizontal_focus@2x.png b/rsc/rc_dark/line_horizontal_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/line_horizontal_focus@2x.png
rename to rsc/rc_dark/line_horizontal_focus@2x.png
diff --git a/utils/rsc/rc_dark/line_horizontal_pressed.png b/rsc/rc_dark/line_horizontal_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/line_horizontal_pressed.png
rename to rsc/rc_dark/line_horizontal_pressed.png
diff --git a/utils/rsc/rc_dark/line_horizontal_pressed@2x.png b/rsc/rc_dark/line_horizontal_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/line_horizontal_pressed@2x.png
rename to rsc/rc_dark/line_horizontal_pressed@2x.png
diff --git a/utils/rsc/rc_dark/line_vertical.png b/rsc/rc_dark/line_vertical.png
similarity index 100%
rename from utils/rsc/rc_dark/line_vertical.png
rename to rsc/rc_dark/line_vertical.png
diff --git a/utils/rsc/rc_dark/line_vertical@2x.png b/rsc/rc_dark/line_vertical@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/line_vertical@2x.png
rename to rsc/rc_dark/line_vertical@2x.png
diff --git a/utils/rsc/rc_dark/line_vertical_disabled.png b/rsc/rc_dark/line_vertical_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/line_vertical_disabled.png
rename to rsc/rc_dark/line_vertical_disabled.png
diff --git a/utils/rsc/rc_dark/line_vertical_disabled@2x.png b/rsc/rc_dark/line_vertical_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/line_vertical_disabled@2x.png
rename to rsc/rc_dark/line_vertical_disabled@2x.png
diff --git a/utils/rsc/rc_dark/line_vertical_focus.png b/rsc/rc_dark/line_vertical_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/line_vertical_focus.png
rename to rsc/rc_dark/line_vertical_focus.png
diff --git a/utils/rsc/rc_dark/line_vertical_focus@2x.png b/rsc/rc_dark/line_vertical_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/line_vertical_focus@2x.png
rename to rsc/rc_dark/line_vertical_focus@2x.png
diff --git a/utils/rsc/rc_dark/line_vertical_pressed.png b/rsc/rc_dark/line_vertical_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/line_vertical_pressed.png
rename to rsc/rc_dark/line_vertical_pressed.png
diff --git a/utils/rsc/rc_dark/line_vertical_pressed@2x.png b/rsc/rc_dark/line_vertical_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/line_vertical_pressed@2x.png
rename to rsc/rc_dark/line_vertical_pressed@2x.png
diff --git a/utils/rsc/rc_dark/radio_checked.png b/rsc/rc_dark/radio_checked.png
similarity index 100%
rename from utils/rsc/rc_dark/radio_checked.png
rename to rsc/rc_dark/radio_checked.png
diff --git a/utils/rsc/rc_dark/radio_checked@2x.png b/rsc/rc_dark/radio_checked@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/radio_checked@2x.png
rename to rsc/rc_dark/radio_checked@2x.png
diff --git a/utils/rsc/rc_dark/radio_checked_disabled.png b/rsc/rc_dark/radio_checked_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/radio_checked_disabled.png
rename to rsc/rc_dark/radio_checked_disabled.png
diff --git a/utils/rsc/rc_dark/radio_checked_disabled@2x.png b/rsc/rc_dark/radio_checked_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/radio_checked_disabled@2x.png
rename to rsc/rc_dark/radio_checked_disabled@2x.png
diff --git a/utils/rsc/rc_dark/radio_checked_focus.png b/rsc/rc_dark/radio_checked_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/radio_checked_focus.png
rename to rsc/rc_dark/radio_checked_focus.png
diff --git a/utils/rsc/rc_dark/radio_checked_focus@2x.png b/rsc/rc_dark/radio_checked_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/radio_checked_focus@2x.png
rename to rsc/rc_dark/radio_checked_focus@2x.png
diff --git a/utils/rsc/rc_dark/radio_checked_pressed.png b/rsc/rc_dark/radio_checked_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/radio_checked_pressed.png
rename to rsc/rc_dark/radio_checked_pressed.png
diff --git a/utils/rsc/rc_dark/radio_checked_pressed@2x.png b/rsc/rc_dark/radio_checked_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/radio_checked_pressed@2x.png
rename to rsc/rc_dark/radio_checked_pressed@2x.png
diff --git a/utils/rsc/rc_dark/radio_unchecked.png b/rsc/rc_dark/radio_unchecked.png
similarity index 100%
rename from utils/rsc/rc_dark/radio_unchecked.png
rename to rsc/rc_dark/radio_unchecked.png
diff --git a/utils/rsc/rc_dark/radio_unchecked@2x.png b/rsc/rc_dark/radio_unchecked@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/radio_unchecked@2x.png
rename to rsc/rc_dark/radio_unchecked@2x.png
diff --git a/utils/rsc/rc_dark/radio_unchecked_disabled.png b/rsc/rc_dark/radio_unchecked_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/radio_unchecked_disabled.png
rename to rsc/rc_dark/radio_unchecked_disabled.png
diff --git a/utils/rsc/rc_dark/radio_unchecked_disabled@2x.png b/rsc/rc_dark/radio_unchecked_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/radio_unchecked_disabled@2x.png
rename to rsc/rc_dark/radio_unchecked_disabled@2x.png
diff --git a/utils/rsc/rc_dark/radio_unchecked_focus.png b/rsc/rc_dark/radio_unchecked_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/radio_unchecked_focus.png
rename to rsc/rc_dark/radio_unchecked_focus.png
diff --git a/utils/rsc/rc_dark/radio_unchecked_focus@2x.png b/rsc/rc_dark/radio_unchecked_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/radio_unchecked_focus@2x.png
rename to rsc/rc_dark/radio_unchecked_focus@2x.png
diff --git a/utils/rsc/rc_dark/radio_unchecked_pressed.png b/rsc/rc_dark/radio_unchecked_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/radio_unchecked_pressed.png
rename to rsc/rc_dark/radio_unchecked_pressed.png
diff --git a/utils/rsc/rc_dark/radio_unchecked_pressed@2x.png b/rsc/rc_dark/radio_unchecked_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/radio_unchecked_pressed@2x.png
rename to rsc/rc_dark/radio_unchecked_pressed@2x.png
diff --git a/utils/rsc/rc_dark/toolbar_move_horizontal.png b/rsc/rc_dark/toolbar_move_horizontal.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_move_horizontal.png
rename to rsc/rc_dark/toolbar_move_horizontal.png
diff --git a/utils/rsc/rc_dark/toolbar_move_horizontal@2x.png b/rsc/rc_dark/toolbar_move_horizontal@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_move_horizontal@2x.png
rename to rsc/rc_dark/toolbar_move_horizontal@2x.png
diff --git a/utils/rsc/rc_dark/toolbar_move_horizontal_disabled.png b/rsc/rc_dark/toolbar_move_horizontal_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_move_horizontal_disabled.png
rename to rsc/rc_dark/toolbar_move_horizontal_disabled.png
diff --git a/utils/rsc/rc_dark/toolbar_move_horizontal_disabled@2x.png b/rsc/rc_dark/toolbar_move_horizontal_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_move_horizontal_disabled@2x.png
rename to rsc/rc_dark/toolbar_move_horizontal_disabled@2x.png
diff --git a/utils/rsc/rc_dark/toolbar_move_horizontal_focus.png b/rsc/rc_dark/toolbar_move_horizontal_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_move_horizontal_focus.png
rename to rsc/rc_dark/toolbar_move_horizontal_focus.png
diff --git a/utils/rsc/rc_dark/toolbar_move_horizontal_focus@2x.png b/rsc/rc_dark/toolbar_move_horizontal_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_move_horizontal_focus@2x.png
rename to rsc/rc_dark/toolbar_move_horizontal_focus@2x.png
diff --git a/utils/rsc/rc_dark/toolbar_move_horizontal_pressed.png b/rsc/rc_dark/toolbar_move_horizontal_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_move_horizontal_pressed.png
rename to rsc/rc_dark/toolbar_move_horizontal_pressed.png
diff --git a/utils/rsc/rc_dark/toolbar_move_horizontal_pressed@2x.png b/rsc/rc_dark/toolbar_move_horizontal_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_move_horizontal_pressed@2x.png
rename to rsc/rc_dark/toolbar_move_horizontal_pressed@2x.png
diff --git a/utils/rsc/rc_dark/toolbar_move_vertical.png b/rsc/rc_dark/toolbar_move_vertical.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_move_vertical.png
rename to rsc/rc_dark/toolbar_move_vertical.png
diff --git a/utils/rsc/rc_dark/toolbar_move_vertical@2x.png b/rsc/rc_dark/toolbar_move_vertical@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_move_vertical@2x.png
rename to rsc/rc_dark/toolbar_move_vertical@2x.png
diff --git a/utils/rsc/rc_dark/toolbar_move_vertical_disabled.png b/rsc/rc_dark/toolbar_move_vertical_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_move_vertical_disabled.png
rename to rsc/rc_dark/toolbar_move_vertical_disabled.png
diff --git a/utils/rsc/rc_dark/toolbar_move_vertical_disabled@2x.png b/rsc/rc_dark/toolbar_move_vertical_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_move_vertical_disabled@2x.png
rename to rsc/rc_dark/toolbar_move_vertical_disabled@2x.png
diff --git a/utils/rsc/rc_dark/toolbar_move_vertical_focus.png b/rsc/rc_dark/toolbar_move_vertical_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_move_vertical_focus.png
rename to rsc/rc_dark/toolbar_move_vertical_focus.png
diff --git a/utils/rsc/rc_dark/toolbar_move_vertical_focus@2x.png b/rsc/rc_dark/toolbar_move_vertical_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_move_vertical_focus@2x.png
rename to rsc/rc_dark/toolbar_move_vertical_focus@2x.png
diff --git a/utils/rsc/rc_dark/toolbar_move_vertical_pressed.png b/rsc/rc_dark/toolbar_move_vertical_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_move_vertical_pressed.png
rename to rsc/rc_dark/toolbar_move_vertical_pressed.png
diff --git a/utils/rsc/rc_dark/toolbar_move_vertical_pressed@2x.png b/rsc/rc_dark/toolbar_move_vertical_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_move_vertical_pressed@2x.png
rename to rsc/rc_dark/toolbar_move_vertical_pressed@2x.png
diff --git a/utils/rsc/rc_dark/toolbar_separator_horizontal.png b/rsc/rc_dark/toolbar_separator_horizontal.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_separator_horizontal.png
rename to rsc/rc_dark/toolbar_separator_horizontal.png
diff --git a/utils/rsc/rc_dark/toolbar_separator_horizontal@2x.png b/rsc/rc_dark/toolbar_separator_horizontal@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_separator_horizontal@2x.png
rename to rsc/rc_dark/toolbar_separator_horizontal@2x.png
diff --git a/utils/rsc/rc_dark/toolbar_separator_horizontal_disabled.png b/rsc/rc_dark/toolbar_separator_horizontal_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_separator_horizontal_disabled.png
rename to rsc/rc_dark/toolbar_separator_horizontal_disabled.png
diff --git a/utils/rsc/rc_dark/toolbar_separator_horizontal_disabled@2x.png b/rsc/rc_dark/toolbar_separator_horizontal_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_separator_horizontal_disabled@2x.png
rename to rsc/rc_dark/toolbar_separator_horizontal_disabled@2x.png
diff --git a/utils/rsc/rc_dark/toolbar_separator_horizontal_focus.png b/rsc/rc_dark/toolbar_separator_horizontal_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_separator_horizontal_focus.png
rename to rsc/rc_dark/toolbar_separator_horizontal_focus.png
diff --git a/utils/rsc/rc_dark/toolbar_separator_horizontal_focus@2x.png b/rsc/rc_dark/toolbar_separator_horizontal_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_separator_horizontal_focus@2x.png
rename to rsc/rc_dark/toolbar_separator_horizontal_focus@2x.png
diff --git a/utils/rsc/rc_dark/toolbar_separator_horizontal_pressed.png b/rsc/rc_dark/toolbar_separator_horizontal_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_separator_horizontal_pressed.png
rename to rsc/rc_dark/toolbar_separator_horizontal_pressed.png
diff --git a/utils/rsc/rc_dark/toolbar_separator_horizontal_pressed@2x.png b/rsc/rc_dark/toolbar_separator_horizontal_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_separator_horizontal_pressed@2x.png
rename to rsc/rc_dark/toolbar_separator_horizontal_pressed@2x.png
diff --git a/utils/rsc/rc_dark/toolbar_separator_vertical.png b/rsc/rc_dark/toolbar_separator_vertical.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_separator_vertical.png
rename to rsc/rc_dark/toolbar_separator_vertical.png
diff --git a/utils/rsc/rc_dark/toolbar_separator_vertical@2x.png b/rsc/rc_dark/toolbar_separator_vertical@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_separator_vertical@2x.png
rename to rsc/rc_dark/toolbar_separator_vertical@2x.png
diff --git a/utils/rsc/rc_dark/toolbar_separator_vertical_disabled.png b/rsc/rc_dark/toolbar_separator_vertical_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_separator_vertical_disabled.png
rename to rsc/rc_dark/toolbar_separator_vertical_disabled.png
diff --git a/utils/rsc/rc_dark/toolbar_separator_vertical_disabled@2x.png b/rsc/rc_dark/toolbar_separator_vertical_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_separator_vertical_disabled@2x.png
rename to rsc/rc_dark/toolbar_separator_vertical_disabled@2x.png
diff --git a/utils/rsc/rc_dark/toolbar_separator_vertical_focus.png b/rsc/rc_dark/toolbar_separator_vertical_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_separator_vertical_focus.png
rename to rsc/rc_dark/toolbar_separator_vertical_focus.png
diff --git a/utils/rsc/rc_dark/toolbar_separator_vertical_focus@2x.png b/rsc/rc_dark/toolbar_separator_vertical_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_separator_vertical_focus@2x.png
rename to rsc/rc_dark/toolbar_separator_vertical_focus@2x.png
diff --git a/utils/rsc/rc_dark/toolbar_separator_vertical_pressed.png b/rsc/rc_dark/toolbar_separator_vertical_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_separator_vertical_pressed.png
rename to rsc/rc_dark/toolbar_separator_vertical_pressed.png
diff --git a/utils/rsc/rc_dark/toolbar_separator_vertical_pressed@2x.png b/rsc/rc_dark/toolbar_separator_vertical_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/toolbar_separator_vertical_pressed@2x.png
rename to rsc/rc_dark/toolbar_separator_vertical_pressed@2x.png
diff --git a/utils/rsc/rc_dark/transparent.png b/rsc/rc_dark/transparent.png
similarity index 100%
rename from utils/rsc/rc_dark/transparent.png
rename to rsc/rc_dark/transparent.png
diff --git a/utils/rsc/rc_dark/transparent@2x.png b/rsc/rc_dark/transparent@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/transparent@2x.png
rename to rsc/rc_dark/transparent@2x.png
diff --git a/utils/rsc/rc_dark/transparent_disabled.png b/rsc/rc_dark/transparent_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/transparent_disabled.png
rename to rsc/rc_dark/transparent_disabled.png
diff --git a/utils/rsc/rc_dark/transparent_disabled@2x.png b/rsc/rc_dark/transparent_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/transparent_disabled@2x.png
rename to rsc/rc_dark/transparent_disabled@2x.png
diff --git a/utils/rsc/rc_dark/transparent_focus.png b/rsc/rc_dark/transparent_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/transparent_focus.png
rename to rsc/rc_dark/transparent_focus.png
diff --git a/utils/rsc/rc_dark/transparent_focus@2x.png b/rsc/rc_dark/transparent_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/transparent_focus@2x.png
rename to rsc/rc_dark/transparent_focus@2x.png
diff --git a/utils/rsc/rc_dark/transparent_pressed.png b/rsc/rc_dark/transparent_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/transparent_pressed.png
rename to rsc/rc_dark/transparent_pressed.png
diff --git a/utils/rsc/rc_dark/transparent_pressed@2x.png b/rsc/rc_dark/transparent_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/transparent_pressed@2x.png
rename to rsc/rc_dark/transparent_pressed@2x.png
diff --git a/utils/rsc/rc_dark/window_close.png b/rsc/rc_dark/window_close.png
similarity index 100%
rename from utils/rsc/rc_dark/window_close.png
rename to rsc/rc_dark/window_close.png
diff --git a/utils/rsc/rc_dark/window_close@2x.png b/rsc/rc_dark/window_close@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/window_close@2x.png
rename to rsc/rc_dark/window_close@2x.png
diff --git a/utils/rsc/rc_dark/window_close_disabled.png b/rsc/rc_dark/window_close_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/window_close_disabled.png
rename to rsc/rc_dark/window_close_disabled.png
diff --git a/utils/rsc/rc_dark/window_close_disabled@2x.png b/rsc/rc_dark/window_close_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/window_close_disabled@2x.png
rename to rsc/rc_dark/window_close_disabled@2x.png
diff --git a/utils/rsc/rc_dark/window_close_focus.png b/rsc/rc_dark/window_close_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/window_close_focus.png
rename to rsc/rc_dark/window_close_focus.png
diff --git a/utils/rsc/rc_dark/window_close_focus@2x.png b/rsc/rc_dark/window_close_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/window_close_focus@2x.png
rename to rsc/rc_dark/window_close_focus@2x.png
diff --git a/utils/rsc/rc_dark/window_close_pressed.png b/rsc/rc_dark/window_close_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/window_close_pressed.png
rename to rsc/rc_dark/window_close_pressed.png
diff --git a/utils/rsc/rc_dark/window_close_pressed@2x.png b/rsc/rc_dark/window_close_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/window_close_pressed@2x.png
rename to rsc/rc_dark/window_close_pressed@2x.png
diff --git a/utils/rsc/rc_dark/window_grip.png b/rsc/rc_dark/window_grip.png
similarity index 100%
rename from utils/rsc/rc_dark/window_grip.png
rename to rsc/rc_dark/window_grip.png
diff --git a/utils/rsc/rc_dark/window_grip@2x.png b/rsc/rc_dark/window_grip@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/window_grip@2x.png
rename to rsc/rc_dark/window_grip@2x.png
diff --git a/utils/rsc/rc_dark/window_grip_disabled.png b/rsc/rc_dark/window_grip_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/window_grip_disabled.png
rename to rsc/rc_dark/window_grip_disabled.png
diff --git a/utils/rsc/rc_dark/window_grip_disabled@2x.png b/rsc/rc_dark/window_grip_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/window_grip_disabled@2x.png
rename to rsc/rc_dark/window_grip_disabled@2x.png
diff --git a/utils/rsc/rc_dark/window_grip_focus.png b/rsc/rc_dark/window_grip_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/window_grip_focus.png
rename to rsc/rc_dark/window_grip_focus.png
diff --git a/utils/rsc/rc_dark/window_grip_focus@2x.png b/rsc/rc_dark/window_grip_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/window_grip_focus@2x.png
rename to rsc/rc_dark/window_grip_focus@2x.png
diff --git a/utils/rsc/rc_dark/window_grip_pressed.png b/rsc/rc_dark/window_grip_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/window_grip_pressed.png
rename to rsc/rc_dark/window_grip_pressed.png
diff --git a/utils/rsc/rc_dark/window_grip_pressed@2x.png b/rsc/rc_dark/window_grip_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/window_grip_pressed@2x.png
rename to rsc/rc_dark/window_grip_pressed@2x.png
diff --git a/utils/rsc/rc_dark/window_minimize.png b/rsc/rc_dark/window_minimize.png
similarity index 100%
rename from utils/rsc/rc_dark/window_minimize.png
rename to rsc/rc_dark/window_minimize.png
diff --git a/utils/rsc/rc_dark/window_minimize@2x.png b/rsc/rc_dark/window_minimize@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/window_minimize@2x.png
rename to rsc/rc_dark/window_minimize@2x.png
diff --git a/utils/rsc/rc_dark/window_minimize_disabled.png b/rsc/rc_dark/window_minimize_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/window_minimize_disabled.png
rename to rsc/rc_dark/window_minimize_disabled.png
diff --git a/utils/rsc/rc_dark/window_minimize_disabled@2x.png b/rsc/rc_dark/window_minimize_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/window_minimize_disabled@2x.png
rename to rsc/rc_dark/window_minimize_disabled@2x.png
diff --git a/utils/rsc/rc_dark/window_minimize_focus.png b/rsc/rc_dark/window_minimize_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/window_minimize_focus.png
rename to rsc/rc_dark/window_minimize_focus.png
diff --git a/utils/rsc/rc_dark/window_minimize_focus@2x.png b/rsc/rc_dark/window_minimize_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/window_minimize_focus@2x.png
rename to rsc/rc_dark/window_minimize_focus@2x.png
diff --git a/utils/rsc/rc_dark/window_minimize_pressed.png b/rsc/rc_dark/window_minimize_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/window_minimize_pressed.png
rename to rsc/rc_dark/window_minimize_pressed.png
diff --git a/utils/rsc/rc_dark/window_minimize_pressed@2x.png b/rsc/rc_dark/window_minimize_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/window_minimize_pressed@2x.png
rename to rsc/rc_dark/window_minimize_pressed@2x.png
diff --git a/utils/rsc/rc_dark/window_undock.png b/rsc/rc_dark/window_undock.png
similarity index 100%
rename from utils/rsc/rc_dark/window_undock.png
rename to rsc/rc_dark/window_undock.png
diff --git a/utils/rsc/rc_dark/window_undock@2x.png b/rsc/rc_dark/window_undock@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/window_undock@2x.png
rename to rsc/rc_dark/window_undock@2x.png
diff --git a/utils/rsc/rc_dark/window_undock_disabled.png b/rsc/rc_dark/window_undock_disabled.png
similarity index 100%
rename from utils/rsc/rc_dark/window_undock_disabled.png
rename to rsc/rc_dark/window_undock_disabled.png
diff --git a/utils/rsc/rc_dark/window_undock_disabled@2x.png b/rsc/rc_dark/window_undock_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/window_undock_disabled@2x.png
rename to rsc/rc_dark/window_undock_disabled@2x.png
diff --git a/utils/rsc/rc_dark/window_undock_focus.png b/rsc/rc_dark/window_undock_focus.png
similarity index 100%
rename from utils/rsc/rc_dark/window_undock_focus.png
rename to rsc/rc_dark/window_undock_focus.png
diff --git a/utils/rsc/rc_dark/window_undock_focus@2x.png b/rsc/rc_dark/window_undock_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/window_undock_focus@2x.png
rename to rsc/rc_dark/window_undock_focus@2x.png
diff --git a/utils/rsc/rc_dark/window_undock_pressed.png b/rsc/rc_dark/window_undock_pressed.png
similarity index 100%
rename from utils/rsc/rc_dark/window_undock_pressed.png
rename to rsc/rc_dark/window_undock_pressed.png
diff --git a/utils/rsc/rc_dark/window_undock_pressed@2x.png b/rsc/rc_dark/window_undock_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_dark/window_undock_pressed@2x.png
rename to rsc/rc_dark/window_undock_pressed@2x.png
diff --git a/utils/rsc/rc_light/.keep b/rsc/rc_light/.keep
similarity index 100%
rename from utils/rsc/rc_light/.keep
rename to rsc/rc_light/.keep
diff --git a/utils/rsc/rc_light/arrow_down.png b/rsc/rc_light/arrow_down.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_down.png
rename to rsc/rc_light/arrow_down.png
diff --git a/utils/rsc/rc_light/arrow_down@2x.png b/rsc/rc_light/arrow_down@2x.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_down@2x.png
rename to rsc/rc_light/arrow_down@2x.png
diff --git a/utils/rsc/rc_light/arrow_down_disabled.png b/rsc/rc_light/arrow_down_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_down_disabled.png
rename to rsc/rc_light/arrow_down_disabled.png
diff --git a/utils/rsc/rc_light/arrow_down_disabled@2x.png b/rsc/rc_light/arrow_down_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_down_disabled@2x.png
rename to rsc/rc_light/arrow_down_disabled@2x.png
diff --git a/utils/rsc/rc_light/arrow_down_focus.png b/rsc/rc_light/arrow_down_focus.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_down_focus.png
rename to rsc/rc_light/arrow_down_focus.png
diff --git a/utils/rsc/rc_light/arrow_down_focus@2x.png b/rsc/rc_light/arrow_down_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_down_focus@2x.png
rename to rsc/rc_light/arrow_down_focus@2x.png
diff --git a/utils/rsc/rc_light/arrow_down_pressed.png b/rsc/rc_light/arrow_down_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_down_pressed.png
rename to rsc/rc_light/arrow_down_pressed.png
diff --git a/utils/rsc/rc_light/arrow_down_pressed@2x.png b/rsc/rc_light/arrow_down_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_down_pressed@2x.png
rename to rsc/rc_light/arrow_down_pressed@2x.png
diff --git a/utils/rsc/rc_light/arrow_left.png b/rsc/rc_light/arrow_left.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_left.png
rename to rsc/rc_light/arrow_left.png
diff --git a/utils/rsc/rc_light/arrow_left@2x.png b/rsc/rc_light/arrow_left@2x.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_left@2x.png
rename to rsc/rc_light/arrow_left@2x.png
diff --git a/utils/rsc/rc_light/arrow_left_disabled.png b/rsc/rc_light/arrow_left_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_left_disabled.png
rename to rsc/rc_light/arrow_left_disabled.png
diff --git a/utils/rsc/rc_light/arrow_left_disabled@2x.png b/rsc/rc_light/arrow_left_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_left_disabled@2x.png
rename to rsc/rc_light/arrow_left_disabled@2x.png
diff --git a/utils/rsc/rc_light/arrow_left_focus.png b/rsc/rc_light/arrow_left_focus.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_left_focus.png
rename to rsc/rc_light/arrow_left_focus.png
diff --git a/utils/rsc/rc_light/arrow_left_focus@2x.png b/rsc/rc_light/arrow_left_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_left_focus@2x.png
rename to rsc/rc_light/arrow_left_focus@2x.png
diff --git a/utils/rsc/rc_light/arrow_left_pressed.png b/rsc/rc_light/arrow_left_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_left_pressed.png
rename to rsc/rc_light/arrow_left_pressed.png
diff --git a/utils/rsc/rc_light/arrow_left_pressed@2x.png b/rsc/rc_light/arrow_left_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_left_pressed@2x.png
rename to rsc/rc_light/arrow_left_pressed@2x.png
diff --git a/utils/rsc/rc_light/arrow_right.png b/rsc/rc_light/arrow_right.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_right.png
rename to rsc/rc_light/arrow_right.png
diff --git a/utils/rsc/rc_light/arrow_right@2x.png b/rsc/rc_light/arrow_right@2x.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_right@2x.png
rename to rsc/rc_light/arrow_right@2x.png
diff --git a/utils/rsc/rc_light/arrow_right_disabled.png b/rsc/rc_light/arrow_right_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_right_disabled.png
rename to rsc/rc_light/arrow_right_disabled.png
diff --git a/utils/rsc/rc_light/arrow_right_disabled@2x.png b/rsc/rc_light/arrow_right_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_right_disabled@2x.png
rename to rsc/rc_light/arrow_right_disabled@2x.png
diff --git a/utils/rsc/rc_light/arrow_right_focus.png b/rsc/rc_light/arrow_right_focus.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_right_focus.png
rename to rsc/rc_light/arrow_right_focus.png
diff --git a/utils/rsc/rc_light/arrow_right_focus@2x.png b/rsc/rc_light/arrow_right_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_right_focus@2x.png
rename to rsc/rc_light/arrow_right_focus@2x.png
diff --git a/utils/rsc/rc_light/arrow_right_pressed.png b/rsc/rc_light/arrow_right_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_right_pressed.png
rename to rsc/rc_light/arrow_right_pressed.png
diff --git a/utils/rsc/rc_light/arrow_right_pressed@2x.png b/rsc/rc_light/arrow_right_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_right_pressed@2x.png
rename to rsc/rc_light/arrow_right_pressed@2x.png
diff --git a/utils/rsc/rc_light/arrow_up.png b/rsc/rc_light/arrow_up.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_up.png
rename to rsc/rc_light/arrow_up.png
diff --git a/utils/rsc/rc_light/arrow_up@2x.png b/rsc/rc_light/arrow_up@2x.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_up@2x.png
rename to rsc/rc_light/arrow_up@2x.png
diff --git a/utils/rsc/rc_light/arrow_up_disabled.png b/rsc/rc_light/arrow_up_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_up_disabled.png
rename to rsc/rc_light/arrow_up_disabled.png
diff --git a/utils/rsc/rc_light/arrow_up_disabled@2x.png b/rsc/rc_light/arrow_up_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_up_disabled@2x.png
rename to rsc/rc_light/arrow_up_disabled@2x.png
diff --git a/utils/rsc/rc_light/arrow_up_focus.png b/rsc/rc_light/arrow_up_focus.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_up_focus.png
rename to rsc/rc_light/arrow_up_focus.png
diff --git a/utils/rsc/rc_light/arrow_up_focus@2x.png b/rsc/rc_light/arrow_up_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_up_focus@2x.png
rename to rsc/rc_light/arrow_up_focus@2x.png
diff --git a/utils/rsc/rc_light/arrow_up_pressed.png b/rsc/rc_light/arrow_up_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_up_pressed.png
rename to rsc/rc_light/arrow_up_pressed.png
diff --git a/utils/rsc/rc_light/arrow_up_pressed@2x.png b/rsc/rc_light/arrow_up_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/arrow_up_pressed@2x.png
rename to rsc/rc_light/arrow_up_pressed@2x.png
diff --git a/utils/rsc/rc_light/base_icon.png b/rsc/rc_light/base_icon.png
similarity index 100%
rename from utils/rsc/rc_light/base_icon.png
rename to rsc/rc_light/base_icon.png
diff --git a/utils/rsc/rc_light/base_icon@2x.png b/rsc/rc_light/base_icon@2x.png
similarity index 100%
rename from utils/rsc/rc_light/base_icon@2x.png
rename to rsc/rc_light/base_icon@2x.png
diff --git a/utils/rsc/rc_light/base_icon_disabled.png b/rsc/rc_light/base_icon_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/base_icon_disabled.png
rename to rsc/rc_light/base_icon_disabled.png
diff --git a/utils/rsc/rc_light/base_icon_disabled@2x.png b/rsc/rc_light/base_icon_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/base_icon_disabled@2x.png
rename to rsc/rc_light/base_icon_disabled@2x.png
diff --git a/utils/rsc/rc_light/base_icon_focus.png b/rsc/rc_light/base_icon_focus.png
similarity index 100%
rename from utils/rsc/rc_light/base_icon_focus.png
rename to rsc/rc_light/base_icon_focus.png
diff --git a/utils/rsc/rc_light/base_icon_focus@2x.png b/rsc/rc_light/base_icon_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/base_icon_focus@2x.png
rename to rsc/rc_light/base_icon_focus@2x.png
diff --git a/utils/rsc/rc_light/base_icon_pressed.png b/rsc/rc_light/base_icon_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/base_icon_pressed.png
rename to rsc/rc_light/base_icon_pressed.png
diff --git a/utils/rsc/rc_light/base_icon_pressed@2x.png b/rsc/rc_light/base_icon_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/base_icon_pressed@2x.png
rename to rsc/rc_light/base_icon_pressed@2x.png
diff --git a/utils/rsc/rc_light/branch_closed.png b/rsc/rc_light/branch_closed.png
similarity index 100%
rename from utils/rsc/rc_light/branch_closed.png
rename to rsc/rc_light/branch_closed.png
diff --git a/utils/rsc/rc_light/branch_closed@2x.png b/rsc/rc_light/branch_closed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_closed@2x.png
rename to rsc/rc_light/branch_closed@2x.png
diff --git a/utils/rsc/rc_light/branch_closed_disabled.png b/rsc/rc_light/branch_closed_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/branch_closed_disabled.png
rename to rsc/rc_light/branch_closed_disabled.png
diff --git a/utils/rsc/rc_light/branch_closed_disabled@2x.png b/rsc/rc_light/branch_closed_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_closed_disabled@2x.png
rename to rsc/rc_light/branch_closed_disabled@2x.png
diff --git a/utils/rsc/rc_light/branch_closed_focus.png b/rsc/rc_light/branch_closed_focus.png
similarity index 100%
rename from utils/rsc/rc_light/branch_closed_focus.png
rename to rsc/rc_light/branch_closed_focus.png
diff --git a/utils/rsc/rc_light/branch_closed_focus@2x.png b/rsc/rc_light/branch_closed_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_closed_focus@2x.png
rename to rsc/rc_light/branch_closed_focus@2x.png
diff --git a/utils/rsc/rc_light/branch_closed_pressed.png b/rsc/rc_light/branch_closed_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/branch_closed_pressed.png
rename to rsc/rc_light/branch_closed_pressed.png
diff --git a/utils/rsc/rc_light/branch_closed_pressed@2x.png b/rsc/rc_light/branch_closed_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_closed_pressed@2x.png
rename to rsc/rc_light/branch_closed_pressed@2x.png
diff --git a/utils/rsc/rc_light/branch_end.png b/rsc/rc_light/branch_end.png
similarity index 100%
rename from utils/rsc/rc_light/branch_end.png
rename to rsc/rc_light/branch_end.png
diff --git a/utils/rsc/rc_light/branch_end@2x.png b/rsc/rc_light/branch_end@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_end@2x.png
rename to rsc/rc_light/branch_end@2x.png
diff --git a/utils/rsc/rc_light/branch_end_disabled.png b/rsc/rc_light/branch_end_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/branch_end_disabled.png
rename to rsc/rc_light/branch_end_disabled.png
diff --git a/utils/rsc/rc_light/branch_end_disabled@2x.png b/rsc/rc_light/branch_end_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_end_disabled@2x.png
rename to rsc/rc_light/branch_end_disabled@2x.png
diff --git a/utils/rsc/rc_light/branch_end_focus.png b/rsc/rc_light/branch_end_focus.png
similarity index 100%
rename from utils/rsc/rc_light/branch_end_focus.png
rename to rsc/rc_light/branch_end_focus.png
diff --git a/utils/rsc/rc_light/branch_end_focus@2x.png b/rsc/rc_light/branch_end_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_end_focus@2x.png
rename to rsc/rc_light/branch_end_focus@2x.png
diff --git a/utils/rsc/rc_light/branch_end_pressed.png b/rsc/rc_light/branch_end_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/branch_end_pressed.png
rename to rsc/rc_light/branch_end_pressed.png
diff --git a/utils/rsc/rc_light/branch_end_pressed@2x.png b/rsc/rc_light/branch_end_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_end_pressed@2x.png
rename to rsc/rc_light/branch_end_pressed@2x.png
diff --git a/utils/rsc/rc_light/branch_line.png b/rsc/rc_light/branch_line.png
similarity index 100%
rename from utils/rsc/rc_light/branch_line.png
rename to rsc/rc_light/branch_line.png
diff --git a/utils/rsc/rc_light/branch_line@2x.png b/rsc/rc_light/branch_line@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_line@2x.png
rename to rsc/rc_light/branch_line@2x.png
diff --git a/utils/rsc/rc_light/branch_line_disabled.png b/rsc/rc_light/branch_line_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/branch_line_disabled.png
rename to rsc/rc_light/branch_line_disabled.png
diff --git a/utils/rsc/rc_light/branch_line_disabled@2x.png b/rsc/rc_light/branch_line_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_line_disabled@2x.png
rename to rsc/rc_light/branch_line_disabled@2x.png
diff --git a/utils/rsc/rc_light/branch_line_focus.png b/rsc/rc_light/branch_line_focus.png
similarity index 100%
rename from utils/rsc/rc_light/branch_line_focus.png
rename to rsc/rc_light/branch_line_focus.png
diff --git a/utils/rsc/rc_light/branch_line_focus@2x.png b/rsc/rc_light/branch_line_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_line_focus@2x.png
rename to rsc/rc_light/branch_line_focus@2x.png
diff --git a/utils/rsc/rc_light/branch_line_pressed.png b/rsc/rc_light/branch_line_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/branch_line_pressed.png
rename to rsc/rc_light/branch_line_pressed.png
diff --git a/utils/rsc/rc_light/branch_line_pressed@2x.png b/rsc/rc_light/branch_line_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_line_pressed@2x.png
rename to rsc/rc_light/branch_line_pressed@2x.png
diff --git a/utils/rsc/rc_light/branch_more.png b/rsc/rc_light/branch_more.png
similarity index 100%
rename from utils/rsc/rc_light/branch_more.png
rename to rsc/rc_light/branch_more.png
diff --git a/utils/rsc/rc_light/branch_more@2x.png b/rsc/rc_light/branch_more@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_more@2x.png
rename to rsc/rc_light/branch_more@2x.png
diff --git a/utils/rsc/rc_light/branch_more_disabled.png b/rsc/rc_light/branch_more_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/branch_more_disabled.png
rename to rsc/rc_light/branch_more_disabled.png
diff --git a/utils/rsc/rc_light/branch_more_disabled@2x.png b/rsc/rc_light/branch_more_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_more_disabled@2x.png
rename to rsc/rc_light/branch_more_disabled@2x.png
diff --git a/utils/rsc/rc_light/branch_more_focus.png b/rsc/rc_light/branch_more_focus.png
similarity index 100%
rename from utils/rsc/rc_light/branch_more_focus.png
rename to rsc/rc_light/branch_more_focus.png
diff --git a/utils/rsc/rc_light/branch_more_focus@2x.png b/rsc/rc_light/branch_more_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_more_focus@2x.png
rename to rsc/rc_light/branch_more_focus@2x.png
diff --git a/utils/rsc/rc_light/branch_more_pressed.png b/rsc/rc_light/branch_more_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/branch_more_pressed.png
rename to rsc/rc_light/branch_more_pressed.png
diff --git a/utils/rsc/rc_light/branch_more_pressed@2x.png b/rsc/rc_light/branch_more_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_more_pressed@2x.png
rename to rsc/rc_light/branch_more_pressed@2x.png
diff --git a/utils/rsc/rc_light/branch_open.png b/rsc/rc_light/branch_open.png
similarity index 100%
rename from utils/rsc/rc_light/branch_open.png
rename to rsc/rc_light/branch_open.png
diff --git a/utils/rsc/rc_light/branch_open@2x.png b/rsc/rc_light/branch_open@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_open@2x.png
rename to rsc/rc_light/branch_open@2x.png
diff --git a/utils/rsc/rc_light/branch_open_disabled.png b/rsc/rc_light/branch_open_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/branch_open_disabled.png
rename to rsc/rc_light/branch_open_disabled.png
diff --git a/utils/rsc/rc_light/branch_open_disabled@2x.png b/rsc/rc_light/branch_open_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_open_disabled@2x.png
rename to rsc/rc_light/branch_open_disabled@2x.png
diff --git a/utils/rsc/rc_light/branch_open_focus.png b/rsc/rc_light/branch_open_focus.png
similarity index 100%
rename from utils/rsc/rc_light/branch_open_focus.png
rename to rsc/rc_light/branch_open_focus.png
diff --git a/utils/rsc/rc_light/branch_open_focus@2x.png b/rsc/rc_light/branch_open_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_open_focus@2x.png
rename to rsc/rc_light/branch_open_focus@2x.png
diff --git a/utils/rsc/rc_light/branch_open_pressed.png b/rsc/rc_light/branch_open_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/branch_open_pressed.png
rename to rsc/rc_light/branch_open_pressed.png
diff --git a/utils/rsc/rc_light/branch_open_pressed@2x.png b/rsc/rc_light/branch_open_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/branch_open_pressed@2x.png
rename to rsc/rc_light/branch_open_pressed@2x.png
diff --git a/utils/rsc/rc_light/checkbox_checked.png b/rsc/rc_light/checkbox_checked.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_checked.png
rename to rsc/rc_light/checkbox_checked.png
diff --git a/utils/rsc/rc_light/checkbox_checked@2x.png b/rsc/rc_light/checkbox_checked@2x.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_checked@2x.png
rename to rsc/rc_light/checkbox_checked@2x.png
diff --git a/utils/rsc/rc_light/checkbox_checked_disabled.png b/rsc/rc_light/checkbox_checked_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_checked_disabled.png
rename to rsc/rc_light/checkbox_checked_disabled.png
diff --git a/utils/rsc/rc_light/checkbox_checked_disabled@2x.png b/rsc/rc_light/checkbox_checked_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_checked_disabled@2x.png
rename to rsc/rc_light/checkbox_checked_disabled@2x.png
diff --git a/utils/rsc/rc_light/checkbox_checked_focus.png b/rsc/rc_light/checkbox_checked_focus.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_checked_focus.png
rename to rsc/rc_light/checkbox_checked_focus.png
diff --git a/utils/rsc/rc_light/checkbox_checked_focus@2x.png b/rsc/rc_light/checkbox_checked_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_checked_focus@2x.png
rename to rsc/rc_light/checkbox_checked_focus@2x.png
diff --git a/utils/rsc/rc_light/checkbox_checked_pressed.png b/rsc/rc_light/checkbox_checked_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_checked_pressed.png
rename to rsc/rc_light/checkbox_checked_pressed.png
diff --git a/utils/rsc/rc_light/checkbox_checked_pressed@2x.png b/rsc/rc_light/checkbox_checked_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_checked_pressed@2x.png
rename to rsc/rc_light/checkbox_checked_pressed@2x.png
diff --git a/utils/rsc/rc_light/checkbox_indeterminate.png b/rsc/rc_light/checkbox_indeterminate.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_indeterminate.png
rename to rsc/rc_light/checkbox_indeterminate.png
diff --git a/utils/rsc/rc_light/checkbox_indeterminate@2x.png b/rsc/rc_light/checkbox_indeterminate@2x.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_indeterminate@2x.png
rename to rsc/rc_light/checkbox_indeterminate@2x.png
diff --git a/utils/rsc/rc_light/checkbox_indeterminate_disabled.png b/rsc/rc_light/checkbox_indeterminate_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_indeterminate_disabled.png
rename to rsc/rc_light/checkbox_indeterminate_disabled.png
diff --git a/utils/rsc/rc_light/checkbox_indeterminate_disabled@2x.png b/rsc/rc_light/checkbox_indeterminate_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_indeterminate_disabled@2x.png
rename to rsc/rc_light/checkbox_indeterminate_disabled@2x.png
diff --git a/utils/rsc/rc_light/checkbox_indeterminate_focus.png b/rsc/rc_light/checkbox_indeterminate_focus.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_indeterminate_focus.png
rename to rsc/rc_light/checkbox_indeterminate_focus.png
diff --git a/utils/rsc/rc_light/checkbox_indeterminate_focus@2x.png b/rsc/rc_light/checkbox_indeterminate_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_indeterminate_focus@2x.png
rename to rsc/rc_light/checkbox_indeterminate_focus@2x.png
diff --git a/utils/rsc/rc_light/checkbox_indeterminate_pressed.png b/rsc/rc_light/checkbox_indeterminate_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_indeterminate_pressed.png
rename to rsc/rc_light/checkbox_indeterminate_pressed.png
diff --git a/utils/rsc/rc_light/checkbox_indeterminate_pressed@2x.png b/rsc/rc_light/checkbox_indeterminate_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_indeterminate_pressed@2x.png
rename to rsc/rc_light/checkbox_indeterminate_pressed@2x.png
diff --git a/utils/rsc/rc_light/checkbox_unchecked.png b/rsc/rc_light/checkbox_unchecked.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_unchecked.png
rename to rsc/rc_light/checkbox_unchecked.png
diff --git a/utils/rsc/rc_light/checkbox_unchecked@2x.png b/rsc/rc_light/checkbox_unchecked@2x.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_unchecked@2x.png
rename to rsc/rc_light/checkbox_unchecked@2x.png
diff --git a/utils/rsc/rc_light/checkbox_unchecked_disabled.png b/rsc/rc_light/checkbox_unchecked_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_unchecked_disabled.png
rename to rsc/rc_light/checkbox_unchecked_disabled.png
diff --git a/utils/rsc/rc_light/checkbox_unchecked_disabled@2x.png b/rsc/rc_light/checkbox_unchecked_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_unchecked_disabled@2x.png
rename to rsc/rc_light/checkbox_unchecked_disabled@2x.png
diff --git a/utils/rsc/rc_light/checkbox_unchecked_focus.png b/rsc/rc_light/checkbox_unchecked_focus.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_unchecked_focus.png
rename to rsc/rc_light/checkbox_unchecked_focus.png
diff --git a/utils/rsc/rc_light/checkbox_unchecked_focus@2x.png b/rsc/rc_light/checkbox_unchecked_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_unchecked_focus@2x.png
rename to rsc/rc_light/checkbox_unchecked_focus@2x.png
diff --git a/utils/rsc/rc_light/checkbox_unchecked_pressed.png b/rsc/rc_light/checkbox_unchecked_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_unchecked_pressed.png
rename to rsc/rc_light/checkbox_unchecked_pressed.png
diff --git a/utils/rsc/rc_light/checkbox_unchecked_pressed@2x.png b/rsc/rc_light/checkbox_unchecked_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/checkbox_unchecked_pressed@2x.png
rename to rsc/rc_light/checkbox_unchecked_pressed@2x.png
diff --git a/utils/rsc/rc_light/line_horizontal.png b/rsc/rc_light/line_horizontal.png
similarity index 100%
rename from utils/rsc/rc_light/line_horizontal.png
rename to rsc/rc_light/line_horizontal.png
diff --git a/utils/rsc/rc_light/line_horizontal@2x.png b/rsc/rc_light/line_horizontal@2x.png
similarity index 100%
rename from utils/rsc/rc_light/line_horizontal@2x.png
rename to rsc/rc_light/line_horizontal@2x.png
diff --git a/utils/rsc/rc_light/line_horizontal_disabled.png b/rsc/rc_light/line_horizontal_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/line_horizontal_disabled.png
rename to rsc/rc_light/line_horizontal_disabled.png
diff --git a/utils/rsc/rc_light/line_horizontal_disabled@2x.png b/rsc/rc_light/line_horizontal_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/line_horizontal_disabled@2x.png
rename to rsc/rc_light/line_horizontal_disabled@2x.png
diff --git a/utils/rsc/rc_light/line_horizontal_focus.png b/rsc/rc_light/line_horizontal_focus.png
similarity index 100%
rename from utils/rsc/rc_light/line_horizontal_focus.png
rename to rsc/rc_light/line_horizontal_focus.png
diff --git a/utils/rsc/rc_light/line_horizontal_focus@2x.png b/rsc/rc_light/line_horizontal_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/line_horizontal_focus@2x.png
rename to rsc/rc_light/line_horizontal_focus@2x.png
diff --git a/utils/rsc/rc_light/line_horizontal_pressed.png b/rsc/rc_light/line_horizontal_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/line_horizontal_pressed.png
rename to rsc/rc_light/line_horizontal_pressed.png
diff --git a/utils/rsc/rc_light/line_horizontal_pressed@2x.png b/rsc/rc_light/line_horizontal_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/line_horizontal_pressed@2x.png
rename to rsc/rc_light/line_horizontal_pressed@2x.png
diff --git a/utils/rsc/rc_light/line_vertical.png b/rsc/rc_light/line_vertical.png
similarity index 100%
rename from utils/rsc/rc_light/line_vertical.png
rename to rsc/rc_light/line_vertical.png
diff --git a/utils/rsc/rc_light/line_vertical@2x.png b/rsc/rc_light/line_vertical@2x.png
similarity index 100%
rename from utils/rsc/rc_light/line_vertical@2x.png
rename to rsc/rc_light/line_vertical@2x.png
diff --git a/utils/rsc/rc_light/line_vertical_disabled.png b/rsc/rc_light/line_vertical_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/line_vertical_disabled.png
rename to rsc/rc_light/line_vertical_disabled.png
diff --git a/utils/rsc/rc_light/line_vertical_disabled@2x.png b/rsc/rc_light/line_vertical_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/line_vertical_disabled@2x.png
rename to rsc/rc_light/line_vertical_disabled@2x.png
diff --git a/utils/rsc/rc_light/line_vertical_focus.png b/rsc/rc_light/line_vertical_focus.png
similarity index 100%
rename from utils/rsc/rc_light/line_vertical_focus.png
rename to rsc/rc_light/line_vertical_focus.png
diff --git a/utils/rsc/rc_light/line_vertical_focus@2x.png b/rsc/rc_light/line_vertical_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/line_vertical_focus@2x.png
rename to rsc/rc_light/line_vertical_focus@2x.png
diff --git a/utils/rsc/rc_light/line_vertical_pressed.png b/rsc/rc_light/line_vertical_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/line_vertical_pressed.png
rename to rsc/rc_light/line_vertical_pressed.png
diff --git a/utils/rsc/rc_light/line_vertical_pressed@2x.png b/rsc/rc_light/line_vertical_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/line_vertical_pressed@2x.png
rename to rsc/rc_light/line_vertical_pressed@2x.png
diff --git a/utils/rsc/rc_light/radio_checked.png b/rsc/rc_light/radio_checked.png
similarity index 100%
rename from utils/rsc/rc_light/radio_checked.png
rename to rsc/rc_light/radio_checked.png
diff --git a/utils/rsc/rc_light/radio_checked@2x.png b/rsc/rc_light/radio_checked@2x.png
similarity index 100%
rename from utils/rsc/rc_light/radio_checked@2x.png
rename to rsc/rc_light/radio_checked@2x.png
diff --git a/utils/rsc/rc_light/radio_checked_disabled.png b/rsc/rc_light/radio_checked_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/radio_checked_disabled.png
rename to rsc/rc_light/radio_checked_disabled.png
diff --git a/utils/rsc/rc_light/radio_checked_disabled@2x.png b/rsc/rc_light/radio_checked_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/radio_checked_disabled@2x.png
rename to rsc/rc_light/radio_checked_disabled@2x.png
diff --git a/utils/rsc/rc_light/radio_checked_focus.png b/rsc/rc_light/radio_checked_focus.png
similarity index 100%
rename from utils/rsc/rc_light/radio_checked_focus.png
rename to rsc/rc_light/radio_checked_focus.png
diff --git a/utils/rsc/rc_light/radio_checked_focus@2x.png b/rsc/rc_light/radio_checked_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/radio_checked_focus@2x.png
rename to rsc/rc_light/radio_checked_focus@2x.png
diff --git a/utils/rsc/rc_light/radio_checked_pressed.png b/rsc/rc_light/radio_checked_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/radio_checked_pressed.png
rename to rsc/rc_light/radio_checked_pressed.png
diff --git a/utils/rsc/rc_light/radio_checked_pressed@2x.png b/rsc/rc_light/radio_checked_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/radio_checked_pressed@2x.png
rename to rsc/rc_light/radio_checked_pressed@2x.png
diff --git a/utils/rsc/rc_light/radio_unchecked.png b/rsc/rc_light/radio_unchecked.png
similarity index 100%
rename from utils/rsc/rc_light/radio_unchecked.png
rename to rsc/rc_light/radio_unchecked.png
diff --git a/utils/rsc/rc_light/radio_unchecked@2x.png b/rsc/rc_light/radio_unchecked@2x.png
similarity index 100%
rename from utils/rsc/rc_light/radio_unchecked@2x.png
rename to rsc/rc_light/radio_unchecked@2x.png
diff --git a/utils/rsc/rc_light/radio_unchecked_disabled.png b/rsc/rc_light/radio_unchecked_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/radio_unchecked_disabled.png
rename to rsc/rc_light/radio_unchecked_disabled.png
diff --git a/utils/rsc/rc_light/radio_unchecked_disabled@2x.png b/rsc/rc_light/radio_unchecked_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/radio_unchecked_disabled@2x.png
rename to rsc/rc_light/radio_unchecked_disabled@2x.png
diff --git a/utils/rsc/rc_light/radio_unchecked_focus.png b/rsc/rc_light/radio_unchecked_focus.png
similarity index 100%
rename from utils/rsc/rc_light/radio_unchecked_focus.png
rename to rsc/rc_light/radio_unchecked_focus.png
diff --git a/utils/rsc/rc_light/radio_unchecked_focus@2x.png b/rsc/rc_light/radio_unchecked_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/radio_unchecked_focus@2x.png
rename to rsc/rc_light/radio_unchecked_focus@2x.png
diff --git a/utils/rsc/rc_light/radio_unchecked_pressed.png b/rsc/rc_light/radio_unchecked_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/radio_unchecked_pressed.png
rename to rsc/rc_light/radio_unchecked_pressed.png
diff --git a/utils/rsc/rc_light/radio_unchecked_pressed@2x.png b/rsc/rc_light/radio_unchecked_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/radio_unchecked_pressed@2x.png
rename to rsc/rc_light/radio_unchecked_pressed@2x.png
diff --git a/utils/rsc/rc_light/toolbar_move_horizontal.png b/rsc/rc_light/toolbar_move_horizontal.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_move_horizontal.png
rename to rsc/rc_light/toolbar_move_horizontal.png
diff --git a/utils/rsc/rc_light/toolbar_move_horizontal@2x.png b/rsc/rc_light/toolbar_move_horizontal@2x.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_move_horizontal@2x.png
rename to rsc/rc_light/toolbar_move_horizontal@2x.png
diff --git a/utils/rsc/rc_light/toolbar_move_horizontal_disabled.png b/rsc/rc_light/toolbar_move_horizontal_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_move_horizontal_disabled.png
rename to rsc/rc_light/toolbar_move_horizontal_disabled.png
diff --git a/utils/rsc/rc_light/toolbar_move_horizontal_disabled@2x.png b/rsc/rc_light/toolbar_move_horizontal_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_move_horizontal_disabled@2x.png
rename to rsc/rc_light/toolbar_move_horizontal_disabled@2x.png
diff --git a/utils/rsc/rc_light/toolbar_move_horizontal_focus.png b/rsc/rc_light/toolbar_move_horizontal_focus.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_move_horizontal_focus.png
rename to rsc/rc_light/toolbar_move_horizontal_focus.png
diff --git a/utils/rsc/rc_light/toolbar_move_horizontal_focus@2x.png b/rsc/rc_light/toolbar_move_horizontal_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_move_horizontal_focus@2x.png
rename to rsc/rc_light/toolbar_move_horizontal_focus@2x.png
diff --git a/utils/rsc/rc_light/toolbar_move_horizontal_pressed.png b/rsc/rc_light/toolbar_move_horizontal_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_move_horizontal_pressed.png
rename to rsc/rc_light/toolbar_move_horizontal_pressed.png
diff --git a/utils/rsc/rc_light/toolbar_move_horizontal_pressed@2x.png b/rsc/rc_light/toolbar_move_horizontal_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_move_horizontal_pressed@2x.png
rename to rsc/rc_light/toolbar_move_horizontal_pressed@2x.png
diff --git a/utils/rsc/rc_light/toolbar_move_vertical.png b/rsc/rc_light/toolbar_move_vertical.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_move_vertical.png
rename to rsc/rc_light/toolbar_move_vertical.png
diff --git a/utils/rsc/rc_light/toolbar_move_vertical@2x.png b/rsc/rc_light/toolbar_move_vertical@2x.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_move_vertical@2x.png
rename to rsc/rc_light/toolbar_move_vertical@2x.png
diff --git a/utils/rsc/rc_light/toolbar_move_vertical_disabled.png b/rsc/rc_light/toolbar_move_vertical_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_move_vertical_disabled.png
rename to rsc/rc_light/toolbar_move_vertical_disabled.png
diff --git a/utils/rsc/rc_light/toolbar_move_vertical_disabled@2x.png b/rsc/rc_light/toolbar_move_vertical_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_move_vertical_disabled@2x.png
rename to rsc/rc_light/toolbar_move_vertical_disabled@2x.png
diff --git a/utils/rsc/rc_light/toolbar_move_vertical_focus.png b/rsc/rc_light/toolbar_move_vertical_focus.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_move_vertical_focus.png
rename to rsc/rc_light/toolbar_move_vertical_focus.png
diff --git a/utils/rsc/rc_light/toolbar_move_vertical_focus@2x.png b/rsc/rc_light/toolbar_move_vertical_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_move_vertical_focus@2x.png
rename to rsc/rc_light/toolbar_move_vertical_focus@2x.png
diff --git a/utils/rsc/rc_light/toolbar_move_vertical_pressed.png b/rsc/rc_light/toolbar_move_vertical_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_move_vertical_pressed.png
rename to rsc/rc_light/toolbar_move_vertical_pressed.png
diff --git a/utils/rsc/rc_light/toolbar_move_vertical_pressed@2x.png b/rsc/rc_light/toolbar_move_vertical_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_move_vertical_pressed@2x.png
rename to rsc/rc_light/toolbar_move_vertical_pressed@2x.png
diff --git a/utils/rsc/rc_light/toolbar_separator_horizontal.png b/rsc/rc_light/toolbar_separator_horizontal.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_separator_horizontal.png
rename to rsc/rc_light/toolbar_separator_horizontal.png
diff --git a/utils/rsc/rc_light/toolbar_separator_horizontal@2x.png b/rsc/rc_light/toolbar_separator_horizontal@2x.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_separator_horizontal@2x.png
rename to rsc/rc_light/toolbar_separator_horizontal@2x.png
diff --git a/utils/rsc/rc_light/toolbar_separator_horizontal_disabled.png b/rsc/rc_light/toolbar_separator_horizontal_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_separator_horizontal_disabled.png
rename to rsc/rc_light/toolbar_separator_horizontal_disabled.png
diff --git a/utils/rsc/rc_light/toolbar_separator_horizontal_disabled@2x.png b/rsc/rc_light/toolbar_separator_horizontal_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_separator_horizontal_disabled@2x.png
rename to rsc/rc_light/toolbar_separator_horizontal_disabled@2x.png
diff --git a/utils/rsc/rc_light/toolbar_separator_horizontal_focus.png b/rsc/rc_light/toolbar_separator_horizontal_focus.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_separator_horizontal_focus.png
rename to rsc/rc_light/toolbar_separator_horizontal_focus.png
diff --git a/utils/rsc/rc_light/toolbar_separator_horizontal_focus@2x.png b/rsc/rc_light/toolbar_separator_horizontal_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_separator_horizontal_focus@2x.png
rename to rsc/rc_light/toolbar_separator_horizontal_focus@2x.png
diff --git a/utils/rsc/rc_light/toolbar_separator_horizontal_pressed.png b/rsc/rc_light/toolbar_separator_horizontal_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_separator_horizontal_pressed.png
rename to rsc/rc_light/toolbar_separator_horizontal_pressed.png
diff --git a/utils/rsc/rc_light/toolbar_separator_horizontal_pressed@2x.png b/rsc/rc_light/toolbar_separator_horizontal_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_separator_horizontal_pressed@2x.png
rename to rsc/rc_light/toolbar_separator_horizontal_pressed@2x.png
diff --git a/utils/rsc/rc_light/toolbar_separator_vertical.png b/rsc/rc_light/toolbar_separator_vertical.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_separator_vertical.png
rename to rsc/rc_light/toolbar_separator_vertical.png
diff --git a/utils/rsc/rc_light/toolbar_separator_vertical@2x.png b/rsc/rc_light/toolbar_separator_vertical@2x.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_separator_vertical@2x.png
rename to rsc/rc_light/toolbar_separator_vertical@2x.png
diff --git a/utils/rsc/rc_light/toolbar_separator_vertical_disabled.png b/rsc/rc_light/toolbar_separator_vertical_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_separator_vertical_disabled.png
rename to rsc/rc_light/toolbar_separator_vertical_disabled.png
diff --git a/utils/rsc/rc_light/toolbar_separator_vertical_disabled@2x.png b/rsc/rc_light/toolbar_separator_vertical_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_separator_vertical_disabled@2x.png
rename to rsc/rc_light/toolbar_separator_vertical_disabled@2x.png
diff --git a/utils/rsc/rc_light/toolbar_separator_vertical_focus.png b/rsc/rc_light/toolbar_separator_vertical_focus.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_separator_vertical_focus.png
rename to rsc/rc_light/toolbar_separator_vertical_focus.png
diff --git a/utils/rsc/rc_light/toolbar_separator_vertical_focus@2x.png b/rsc/rc_light/toolbar_separator_vertical_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_separator_vertical_focus@2x.png
rename to rsc/rc_light/toolbar_separator_vertical_focus@2x.png
diff --git a/utils/rsc/rc_light/toolbar_separator_vertical_pressed.png b/rsc/rc_light/toolbar_separator_vertical_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_separator_vertical_pressed.png
rename to rsc/rc_light/toolbar_separator_vertical_pressed.png
diff --git a/utils/rsc/rc_light/toolbar_separator_vertical_pressed@2x.png b/rsc/rc_light/toolbar_separator_vertical_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/toolbar_separator_vertical_pressed@2x.png
rename to rsc/rc_light/toolbar_separator_vertical_pressed@2x.png
diff --git a/utils/rsc/rc_light/transparent.png b/rsc/rc_light/transparent.png
similarity index 100%
rename from utils/rsc/rc_light/transparent.png
rename to rsc/rc_light/transparent.png
diff --git a/utils/rsc/rc_light/transparent@2x.png b/rsc/rc_light/transparent@2x.png
similarity index 100%
rename from utils/rsc/rc_light/transparent@2x.png
rename to rsc/rc_light/transparent@2x.png
diff --git a/utils/rsc/rc_light/transparent_disabled.png b/rsc/rc_light/transparent_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/transparent_disabled.png
rename to rsc/rc_light/transparent_disabled.png
diff --git a/utils/rsc/rc_light/transparent_disabled@2x.png b/rsc/rc_light/transparent_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/transparent_disabled@2x.png
rename to rsc/rc_light/transparent_disabled@2x.png
diff --git a/utils/rsc/rc_light/transparent_focus.png b/rsc/rc_light/transparent_focus.png
similarity index 100%
rename from utils/rsc/rc_light/transparent_focus.png
rename to rsc/rc_light/transparent_focus.png
diff --git a/utils/rsc/rc_light/transparent_focus@2x.png b/rsc/rc_light/transparent_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/transparent_focus@2x.png
rename to rsc/rc_light/transparent_focus@2x.png
diff --git a/utils/rsc/rc_light/transparent_pressed.png b/rsc/rc_light/transparent_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/transparent_pressed.png
rename to rsc/rc_light/transparent_pressed.png
diff --git a/utils/rsc/rc_light/transparent_pressed@2x.png b/rsc/rc_light/transparent_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/transparent_pressed@2x.png
rename to rsc/rc_light/transparent_pressed@2x.png
diff --git a/utils/rsc/rc_light/window_close.png b/rsc/rc_light/window_close.png
similarity index 100%
rename from utils/rsc/rc_light/window_close.png
rename to rsc/rc_light/window_close.png
diff --git a/utils/rsc/rc_light/window_close@2x.png b/rsc/rc_light/window_close@2x.png
similarity index 100%
rename from utils/rsc/rc_light/window_close@2x.png
rename to rsc/rc_light/window_close@2x.png
diff --git a/utils/rsc/rc_light/window_close_disabled.png b/rsc/rc_light/window_close_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/window_close_disabled.png
rename to rsc/rc_light/window_close_disabled.png
diff --git a/utils/rsc/rc_light/window_close_disabled@2x.png b/rsc/rc_light/window_close_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/window_close_disabled@2x.png
rename to rsc/rc_light/window_close_disabled@2x.png
diff --git a/utils/rsc/rc_light/window_close_focus.png b/rsc/rc_light/window_close_focus.png
similarity index 100%
rename from utils/rsc/rc_light/window_close_focus.png
rename to rsc/rc_light/window_close_focus.png
diff --git a/utils/rsc/rc_light/window_close_focus@2x.png b/rsc/rc_light/window_close_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/window_close_focus@2x.png
rename to rsc/rc_light/window_close_focus@2x.png
diff --git a/utils/rsc/rc_light/window_close_pressed.png b/rsc/rc_light/window_close_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/window_close_pressed.png
rename to rsc/rc_light/window_close_pressed.png
diff --git a/utils/rsc/rc_light/window_close_pressed@2x.png b/rsc/rc_light/window_close_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/window_close_pressed@2x.png
rename to rsc/rc_light/window_close_pressed@2x.png
diff --git a/utils/rsc/rc_light/window_grip.png b/rsc/rc_light/window_grip.png
similarity index 100%
rename from utils/rsc/rc_light/window_grip.png
rename to rsc/rc_light/window_grip.png
diff --git a/utils/rsc/rc_light/window_grip@2x.png b/rsc/rc_light/window_grip@2x.png
similarity index 100%
rename from utils/rsc/rc_light/window_grip@2x.png
rename to rsc/rc_light/window_grip@2x.png
diff --git a/utils/rsc/rc_light/window_grip_disabled.png b/rsc/rc_light/window_grip_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/window_grip_disabled.png
rename to rsc/rc_light/window_grip_disabled.png
diff --git a/utils/rsc/rc_light/window_grip_disabled@2x.png b/rsc/rc_light/window_grip_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/window_grip_disabled@2x.png
rename to rsc/rc_light/window_grip_disabled@2x.png
diff --git a/utils/rsc/rc_light/window_grip_focus.png b/rsc/rc_light/window_grip_focus.png
similarity index 100%
rename from utils/rsc/rc_light/window_grip_focus.png
rename to rsc/rc_light/window_grip_focus.png
diff --git a/utils/rsc/rc_light/window_grip_focus@2x.png b/rsc/rc_light/window_grip_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/window_grip_focus@2x.png
rename to rsc/rc_light/window_grip_focus@2x.png
diff --git a/utils/rsc/rc_light/window_grip_pressed.png b/rsc/rc_light/window_grip_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/window_grip_pressed.png
rename to rsc/rc_light/window_grip_pressed.png
diff --git a/utils/rsc/rc_light/window_grip_pressed@2x.png b/rsc/rc_light/window_grip_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/window_grip_pressed@2x.png
rename to rsc/rc_light/window_grip_pressed@2x.png
diff --git a/utils/rsc/rc_light/window_minimize.png b/rsc/rc_light/window_minimize.png
similarity index 100%
rename from utils/rsc/rc_light/window_minimize.png
rename to rsc/rc_light/window_minimize.png
diff --git a/utils/rsc/rc_light/window_minimize@2x.png b/rsc/rc_light/window_minimize@2x.png
similarity index 100%
rename from utils/rsc/rc_light/window_minimize@2x.png
rename to rsc/rc_light/window_minimize@2x.png
diff --git a/utils/rsc/rc_light/window_minimize_disabled.png b/rsc/rc_light/window_minimize_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/window_minimize_disabled.png
rename to rsc/rc_light/window_minimize_disabled.png
diff --git a/utils/rsc/rc_light/window_minimize_disabled@2x.png b/rsc/rc_light/window_minimize_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/window_minimize_disabled@2x.png
rename to rsc/rc_light/window_minimize_disabled@2x.png
diff --git a/utils/rsc/rc_light/window_minimize_focus.png b/rsc/rc_light/window_minimize_focus.png
similarity index 100%
rename from utils/rsc/rc_light/window_minimize_focus.png
rename to rsc/rc_light/window_minimize_focus.png
diff --git a/utils/rsc/rc_light/window_minimize_focus@2x.png b/rsc/rc_light/window_minimize_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/window_minimize_focus@2x.png
rename to rsc/rc_light/window_minimize_focus@2x.png
diff --git a/utils/rsc/rc_light/window_minimize_pressed.png b/rsc/rc_light/window_minimize_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/window_minimize_pressed.png
rename to rsc/rc_light/window_minimize_pressed.png
diff --git a/utils/rsc/rc_light/window_minimize_pressed@2x.png b/rsc/rc_light/window_minimize_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/window_minimize_pressed@2x.png
rename to rsc/rc_light/window_minimize_pressed@2x.png
diff --git a/utils/rsc/rc_light/window_undock.png b/rsc/rc_light/window_undock.png
similarity index 100%
rename from utils/rsc/rc_light/window_undock.png
rename to rsc/rc_light/window_undock.png
diff --git a/utils/rsc/rc_light/window_undock@2x.png b/rsc/rc_light/window_undock@2x.png
similarity index 100%
rename from utils/rsc/rc_light/window_undock@2x.png
rename to rsc/rc_light/window_undock@2x.png
diff --git a/utils/rsc/rc_light/window_undock_disabled.png b/rsc/rc_light/window_undock_disabled.png
similarity index 100%
rename from utils/rsc/rc_light/window_undock_disabled.png
rename to rsc/rc_light/window_undock_disabled.png
diff --git a/utils/rsc/rc_light/window_undock_disabled@2x.png b/rsc/rc_light/window_undock_disabled@2x.png
similarity index 100%
rename from utils/rsc/rc_light/window_undock_disabled@2x.png
rename to rsc/rc_light/window_undock_disabled@2x.png
diff --git a/utils/rsc/rc_light/window_undock_focus.png b/rsc/rc_light/window_undock_focus.png
similarity index 100%
rename from utils/rsc/rc_light/window_undock_focus.png
rename to rsc/rc_light/window_undock_focus.png
diff --git a/utils/rsc/rc_light/window_undock_focus@2x.png b/rsc/rc_light/window_undock_focus@2x.png
similarity index 100%
rename from utils/rsc/rc_light/window_undock_focus@2x.png
rename to rsc/rc_light/window_undock_focus@2x.png
diff --git a/utils/rsc/rc_light/window_undock_pressed.png b/rsc/rc_light/window_undock_pressed.png
similarity index 100%
rename from utils/rsc/rc_light/window_undock_pressed.png
rename to rsc/rc_light/window_undock_pressed.png
diff --git a/utils/rsc/rc_light/window_undock_pressed@2x.png b/rsc/rc_light/window_undock_pressed@2x.png
similarity index 100%
rename from utils/rsc/rc_light/window_undock_pressed@2x.png
rename to rsc/rc_light/window_undock_pressed@2x.png
diff --git a/src/UI/AbstractDocumentView.cc b/src/UI/AbstractDocumentView.cc
index 153948d60fca0546681b3ca445823b50b883a355..51ece8ec6952c8fcd8fa0fcdef8cf5109c7af82c 100644
--- a/src/UI/AbstractDocumentView.cc
+++ b/src/UI/AbstractDocumentView.cc
@@ -71,6 +71,7 @@ void
 AbstractDocumentView::addDockWidget(Qt::DockWidgetArea area, QDockWidget *dock,
                                     Qt::Orientation orientation) noexcept
 {
+    // dock->setTitleBarWidget(new QWidget(dock)); // <- to disable the header bar
     QMainWindow::addDockWidget(area, dock, orientation);
     QAction *act = dock->toggleViewAction();
     if (!viewsActions.contains(act))