diff --git a/rtdata/CMakeLists.txt b/rtdata/CMakeLists.txt index 9e4a1dd8e..46722ba01 100644 --- a/rtdata/CMakeLists.txt +++ b/rtdata/CMakeLists.txt @@ -8,10 +8,9 @@ file(GLOB FONTS "fonts/*") set(PROFILESDIR "profiles") set(THEMEDIR "themes") -# Other images which are generated manually: -file(GLOB IMAGES_NONTHEMED LIST_DIRECTORIES false "images/non-themed/png/*") -file(GLOB SVG_NONTHEMED LIST_DIRECTORIES false "images/non-themed/rt-splash.svg") -file(GLOB SVG_THEMED LIST_DIRECTORIES false "images/themed/svg/*") +file(GLOB IMG_SVG LIST_DIRECTORIES false "images/svg/*") +file(GLOB IMG_PNG LIST_DIRECTORIES false "images/png/*") +file(GLOB IMG_ICO LIST_DIRECTORIES false "images/*") if(WIN32) set(OPTIONSFILE "options/options.win") @@ -28,11 +27,11 @@ endif() if(UNIX) configure_file("${CMAKE_CURRENT_SOURCE_DIR}/rawtherapee.desktop.in" "${CMAKE_CURRENT_BINARY_DIR}/rawtherapee.desktop") install(FILES "${CMAKE_CURRENT_BINARY_DIR}/rawtherapee.desktop" DESTINATION ${DESKTOPDIR}) - install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/images/non-themed/png/rawtherapee-logo-16.png" DESTINATION "${ICONSDIR}/hicolor/16x16/apps" RENAME rawtherapee.png) - install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/images/non-themed/png/rawtherapee-logo-24.png" DESTINATION "${ICONSDIR}/hicolor/24x24/apps" RENAME rawtherapee.png) - install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/images/non-themed/png/rawtherapee-logo-48.png" DESTINATION "${ICONSDIR}/hicolor/48x48/apps" RENAME rawtherapee.png) - install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/images/non-themed/png/rawtherapee-logo-128.png" DESTINATION "${ICONSDIR}/hicolor/128x128/apps" RENAME rawtherapee.png) - install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/images/non-themed/png/rawtherapee-logo-256.png" DESTINATION "${ICONSDIR}/hicolor/256x256/apps" RENAME rawtherapee.png) + install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/images/png/rawtherapee-logo-16.png" DESTINATION "${ICONSDIR}/hicolor/16x16/apps" RENAME rawtherapee.png) + install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/images/png/rawtherapee-logo-24.png" DESTINATION "${ICONSDIR}/hicolor/24x24/apps" RENAME rawtherapee.png) + install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/images/png/rawtherapee-logo-48.png" DESTINATION "${ICONSDIR}/hicolor/48x48/apps" RENAME rawtherapee.png) + install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/images/png/rawtherapee-logo-128.png" DESTINATION "${ICONSDIR}/hicolor/128x128/apps" RENAME rawtherapee.png) + install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/images/png/rawtherapee-logo-256.png" DESTINATION "${ICONSDIR}/hicolor/256x256/apps" RENAME rawtherapee.png) endif() install(FILES ${LANGUAGEFILES} DESTINATION "${DATADIR}/languages") @@ -48,12 +47,9 @@ endif() install(DIRECTORY ${PROFILESDIR} DESTINATION "${DATADIR}" FILES_MATCHING PATTERN "*.pp3") install(DIRECTORY ${THEMEDIR} DESTINATION "${DATADIR}") -#install(DIRECTORY ${IMAGES_NONTHEMED} DESTINATION "${DATADIR}/images" FILES_MATCHING PATTERN "*.png") -#install(DIRECTORY ${IMAGES_NONTHEMED} DESTINATION "${DATADIR}/images/") -install(FILES ${IMAGES_NONTHEMED} DESTINATION "${DATADIR}/images") -install(FILES ${SVG_THEMED} DESTINATION "${DATADIR}/images") -install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/images/non-themed/rt-splash.svg" DESTINATION "${DATADIR}/images" RENAME splash.svg) - +install(FILES ${IMG_SVG} DESTINATION "${DATADIR}/images") +install(FILES ${IMG_PNG} DESTINATION "${DATADIR}/images") +install(FILES ${IMG_ICO} DESTINATION "${DATADIR}/images") if(APPLE) # CMake escapes first item quote character. Do not remove 'DUMMY_VARIABLE=' diff --git a/rtdata/images/non-themed/png/rawtherapee-logo-128.png b/rtdata/images/non-themed/png/rawtherapee-logo-128.png deleted file mode 100644 index 1f422bbfe..000000000 Binary files a/rtdata/images/non-themed/png/rawtherapee-logo-128.png and /dev/null differ diff --git a/rtdata/images/non-themed/png/rawtherapee-logo-16.png b/rtdata/images/non-themed/png/rawtherapee-logo-16.png deleted file mode 100644 index 8e355b324..000000000 Binary files a/rtdata/images/non-themed/png/rawtherapee-logo-16.png and /dev/null differ diff --git a/rtdata/images/non-themed/png/rawtherapee-logo-24.png b/rtdata/images/non-themed/png/rawtherapee-logo-24.png deleted file mode 100644 index 08746b2ee..000000000 Binary files a/rtdata/images/non-themed/png/rawtherapee-logo-24.png and /dev/null differ diff --git a/rtdata/images/non-themed/png/rawtherapee-logo-256.png b/rtdata/images/non-themed/png/rawtherapee-logo-256.png deleted file mode 100644 index 3ce2e05ed..000000000 Binary files a/rtdata/images/non-themed/png/rawtherapee-logo-256.png and /dev/null differ diff --git a/rtdata/images/non-themed/png/rawtherapee-logo-48.png b/rtdata/images/non-themed/png/rawtherapee-logo-48.png deleted file mode 100644 index 2ff06e996..000000000 Binary files a/rtdata/images/non-themed/png/rawtherapee-logo-48.png and /dev/null differ diff --git a/rtdata/images/non-themed/rawtherapee.ico b/rtdata/images/non-themed/rawtherapee.ico deleted file mode 100644 index d7befa1a7..000000000 Binary files a/rtdata/images/non-themed/rawtherapee.ico and /dev/null differ diff --git a/rtdata/images/non-themed/png/empty.png b/rtdata/images/png/empty.png similarity index 100% rename from rtdata/images/non-themed/png/empty.png rename to rtdata/images/png/empty.png diff --git a/rtdata/images/png/rawtherapee-logo-128.png b/rtdata/images/png/rawtherapee-logo-128.png new file mode 100644 index 000000000..d479e15f1 Binary files /dev/null and b/rtdata/images/png/rawtherapee-logo-128.png differ diff --git a/rtdata/images/png/rawtherapee-logo-16.png b/rtdata/images/png/rawtherapee-logo-16.png new file mode 100644 index 000000000..dc8084ffc Binary files /dev/null and b/rtdata/images/png/rawtherapee-logo-16.png differ diff --git a/rtdata/images/png/rawtherapee-logo-24.png b/rtdata/images/png/rawtherapee-logo-24.png new file mode 100644 index 000000000..9ba43bc2f Binary files /dev/null and b/rtdata/images/png/rawtherapee-logo-24.png differ diff --git a/rtdata/images/png/rawtherapee-logo-256.png b/rtdata/images/png/rawtherapee-logo-256.png new file mode 100644 index 000000000..a6693fcdd Binary files /dev/null and b/rtdata/images/png/rawtherapee-logo-256.png differ diff --git a/rtdata/images/png/rawtherapee-logo-32.png b/rtdata/images/png/rawtherapee-logo-32.png new file mode 100644 index 000000000..c4e862bb8 Binary files /dev/null and b/rtdata/images/png/rawtherapee-logo-32.png differ diff --git a/rtdata/images/png/rawtherapee-logo-48.png b/rtdata/images/png/rawtherapee-logo-48.png new file mode 100644 index 000000000..ed1841d2a Binary files /dev/null and b/rtdata/images/png/rawtherapee-logo-48.png differ diff --git a/rtdata/images/png/rawtherapee-logo-64.png b/rtdata/images/png/rawtherapee-logo-64.png new file mode 100644 index 000000000..d876b0e91 Binary files /dev/null and b/rtdata/images/png/rawtherapee-logo-64.png differ diff --git a/rtdata/images/rawtherapee.ico b/rtdata/images/rawtherapee.ico new file mode 100644 index 000000000..d5e6425af Binary files /dev/null and b/rtdata/images/rawtherapee.ico differ diff --git a/rtdata/images/rawtherapee_ico.xcf b/rtdata/images/rawtherapee_ico.xcf new file mode 100644 index 000000000..c46ec64f7 Binary files /dev/null and b/rtdata/images/rawtherapee_ico.xcf differ diff --git a/rtdata/images/themed/svg/add-small.svg b/rtdata/images/svg/add-small.svg similarity index 100% rename from rtdata/images/themed/svg/add-small.svg rename to rtdata/images/svg/add-small.svg diff --git a/rtdata/images/themed/svg/add.svg b/rtdata/images/svg/add.svg similarity index 100% rename from rtdata/images/themed/svg/add.svg rename to rtdata/images/svg/add.svg diff --git a/rtdata/images/themed/svg/aperture.svg b/rtdata/images/svg/aperture.svg similarity index 100% rename from rtdata/images/themed/svg/aperture.svg rename to rtdata/images/svg/aperture.svg diff --git a/rtdata/images/themed/svg/arrow-down-small.svg b/rtdata/images/svg/arrow-down-small.svg similarity index 100% rename from rtdata/images/themed/svg/arrow-down-small.svg rename to rtdata/images/svg/arrow-down-small.svg diff --git a/rtdata/images/themed/svg/arrow-left-small.svg b/rtdata/images/svg/arrow-left-small.svg similarity index 100% rename from rtdata/images/themed/svg/arrow-left-small.svg rename to rtdata/images/svg/arrow-left-small.svg diff --git a/rtdata/images/themed/svg/arrow-right-small.svg b/rtdata/images/svg/arrow-right-small.svg similarity index 100% rename from rtdata/images/themed/svg/arrow-right-small.svg rename to rtdata/images/svg/arrow-right-small.svg diff --git a/rtdata/images/themed/svg/arrow-up-small.svg b/rtdata/images/svg/arrow-up-small.svg similarity index 100% rename from rtdata/images/themed/svg/arrow-up-small.svg rename to rtdata/images/svg/arrow-up-small.svg diff --git a/rtdata/images/themed/svg/arrow-updown.svg b/rtdata/images/svg/arrow-updown.svg similarity index 100% rename from rtdata/images/themed/svg/arrow-updown.svg rename to rtdata/images/svg/arrow-updown.svg diff --git a/rtdata/images/themed/svg/arrow2-left.svg b/rtdata/images/svg/arrow2-left.svg similarity index 100% rename from rtdata/images/themed/svg/arrow2-left.svg rename to rtdata/images/svg/arrow2-left.svg diff --git a/rtdata/images/themed/svg/arrow2-right.svg b/rtdata/images/svg/arrow2-right.svg similarity index 100% rename from rtdata/images/themed/svg/arrow2-right.svg rename to rtdata/images/svg/arrow2-right.svg diff --git a/rtdata/images/themed/svg/atom.svg b/rtdata/images/svg/atom.svg similarity index 100% rename from rtdata/images/themed/svg/atom.svg rename to rtdata/images/svg/atom.svg diff --git a/rtdata/images/themed/svg/bayer.svg b/rtdata/images/svg/bayer.svg similarity index 100% rename from rtdata/images/themed/svg/bayer.svg rename to rtdata/images/svg/bayer.svg diff --git a/rtdata/images/themed/svg/beforeafter.svg b/rtdata/images/svg/beforeafter.svg similarity index 100% rename from rtdata/images/themed/svg/beforeafter.svg rename to rtdata/images/svg/beforeafter.svg diff --git a/rtdata/images/themed/svg/cancel-small.svg b/rtdata/images/svg/cancel-small.svg similarity index 100% rename from rtdata/images/themed/svg/cancel-small.svg rename to rtdata/images/svg/cancel-small.svg diff --git a/rtdata/images/themed/svg/cancel.svg b/rtdata/images/svg/cancel.svg similarity index 100% rename from rtdata/images/themed/svg/cancel.svg rename to rtdata/images/svg/cancel.svg diff --git a/rtdata/images/themed/svg/circle-black-small.svg b/rtdata/images/svg/circle-black-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-black-small.svg rename to rtdata/images/svg/circle-black-small.svg diff --git a/rtdata/images/themed/svg/circle-blue-green-small.svg b/rtdata/images/svg/circle-blue-green-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-blue-green-small.svg rename to rtdata/images/svg/circle-blue-green-small.svg diff --git a/rtdata/images/themed/svg/circle-blue-red-small.svg b/rtdata/images/svg/circle-blue-red-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-blue-red-small.svg rename to rtdata/images/svg/circle-blue-red-small.svg diff --git a/rtdata/images/themed/svg/circle-blue-small.svg b/rtdata/images/svg/circle-blue-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-blue-small.svg rename to rtdata/images/svg/circle-blue-small.svg diff --git a/rtdata/images/themed/svg/circle-blue-yellow-small.svg b/rtdata/images/svg/circle-blue-yellow-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-blue-yellow-small.svg rename to rtdata/images/svg/circle-blue-yellow-small.svg diff --git a/rtdata/images/themed/svg/circle-cyan-red-small.svg b/rtdata/images/svg/circle-cyan-red-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-cyan-red-small.svg rename to rtdata/images/svg/circle-cyan-red-small.svg diff --git a/rtdata/images/themed/svg/circle-cyan-small.svg b/rtdata/images/svg/circle-cyan-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-cyan-small.svg rename to rtdata/images/svg/circle-cyan-small.svg diff --git a/rtdata/images/themed/svg/circle-darkgray-small.svg b/rtdata/images/svg/circle-darkgray-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-darkgray-small.svg rename to rtdata/images/svg/circle-darkgray-small.svg diff --git a/rtdata/images/themed/svg/circle-empty-blue-small.svg b/rtdata/images/svg/circle-empty-blue-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-empty-blue-small.svg rename to rtdata/images/svg/circle-empty-blue-small.svg diff --git a/rtdata/images/themed/svg/circle-empty-darkgray-small.svg b/rtdata/images/svg/circle-empty-darkgray-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-empty-darkgray-small.svg rename to rtdata/images/svg/circle-empty-darkgray-small.svg diff --git a/rtdata/images/themed/svg/circle-empty-gray-small.svg b/rtdata/images/svg/circle-empty-gray-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-empty-gray-small.svg rename to rtdata/images/svg/circle-empty-gray-small.svg diff --git a/rtdata/images/themed/svg/circle-empty-green-small.svg b/rtdata/images/svg/circle-empty-green-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-empty-green-small.svg rename to rtdata/images/svg/circle-empty-green-small.svg diff --git a/rtdata/images/themed/svg/circle-empty-purple-small.svg b/rtdata/images/svg/circle-empty-purple-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-empty-purple-small.svg rename to rtdata/images/svg/circle-empty-purple-small.svg diff --git a/rtdata/images/themed/svg/circle-empty-red-small.svg b/rtdata/images/svg/circle-empty-red-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-empty-red-small.svg rename to rtdata/images/svg/circle-empty-red-small.svg diff --git a/rtdata/images/themed/svg/circle-empty-yellow-small.svg b/rtdata/images/svg/circle-empty-yellow-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-empty-yellow-small.svg rename to rtdata/images/svg/circle-empty-yellow-small.svg diff --git a/rtdata/images/themed/svg/circle-gray-blue-small.svg b/rtdata/images/svg/circle-gray-blue-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-gray-blue-small.svg rename to rtdata/images/svg/circle-gray-blue-small.svg diff --git a/rtdata/images/themed/svg/circle-gray-green-small.svg b/rtdata/images/svg/circle-gray-green-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-gray-green-small.svg rename to rtdata/images/svg/circle-gray-green-small.svg diff --git a/rtdata/images/themed/svg/circle-gray-red-small.svg b/rtdata/images/svg/circle-gray-red-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-gray-red-small.svg rename to rtdata/images/svg/circle-gray-red-small.svg diff --git a/rtdata/images/themed/svg/circle-gray-small.svg b/rtdata/images/svg/circle-gray-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-gray-small.svg rename to rtdata/images/svg/circle-gray-small.svg diff --git a/rtdata/images/themed/svg/circle-green-blue-small.svg b/rtdata/images/svg/circle-green-blue-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-green-blue-small.svg rename to rtdata/images/svg/circle-green-blue-small.svg diff --git a/rtdata/images/themed/svg/circle-green-red-small.svg b/rtdata/images/svg/circle-green-red-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-green-red-small.svg rename to rtdata/images/svg/circle-green-red-small.svg diff --git a/rtdata/images/themed/svg/circle-green-small.svg b/rtdata/images/svg/circle-green-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-green-small.svg rename to rtdata/images/svg/circle-green-small.svg diff --git a/rtdata/images/themed/svg/circle-magenta-small.svg b/rtdata/images/svg/circle-magenta-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-magenta-small.svg rename to rtdata/images/svg/circle-magenta-small.svg diff --git a/rtdata/images/themed/svg/circle-orange-small.svg b/rtdata/images/svg/circle-orange-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-orange-small.svg rename to rtdata/images/svg/circle-orange-small.svg diff --git a/rtdata/images/themed/svg/circle-purple-small.svg b/rtdata/images/svg/circle-purple-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-purple-small.svg rename to rtdata/images/svg/circle-purple-small.svg diff --git a/rtdata/images/themed/svg/circle-red-blue-small.svg b/rtdata/images/svg/circle-red-blue-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-red-blue-small.svg rename to rtdata/images/svg/circle-red-blue-small.svg diff --git a/rtdata/images/themed/svg/circle-red-cyan-small.svg b/rtdata/images/svg/circle-red-cyan-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-red-cyan-small.svg rename to rtdata/images/svg/circle-red-cyan-small.svg diff --git a/rtdata/images/themed/svg/circle-red-green-small.svg b/rtdata/images/svg/circle-red-green-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-red-green-small.svg rename to rtdata/images/svg/circle-red-green-small.svg diff --git a/rtdata/images/themed/svg/circle-red-small.svg b/rtdata/images/svg/circle-red-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-red-small.svg rename to rtdata/images/svg/circle-red-small.svg diff --git a/rtdata/images/themed/svg/circle-white-small.svg b/rtdata/images/svg/circle-white-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-white-small.svg rename to rtdata/images/svg/circle-white-small.svg diff --git a/rtdata/images/themed/svg/circle-yellow-blue-small.svg b/rtdata/images/svg/circle-yellow-blue-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-yellow-blue-small.svg rename to rtdata/images/svg/circle-yellow-blue-small.svg diff --git a/rtdata/images/themed/svg/circle-yellow-small.svg b/rtdata/images/svg/circle-yellow-small.svg similarity index 100% rename from rtdata/images/themed/svg/circle-yellow-small.svg rename to rtdata/images/svg/circle-yellow-small.svg diff --git a/rtdata/images/themed/svg/color-circles.svg b/rtdata/images/svg/color-circles.svg similarity index 100% rename from rtdata/images/themed/svg/color-circles.svg rename to rtdata/images/svg/color-circles.svg diff --git a/rtdata/images/themed/svg/color-picker-add-hicontrast.svg b/rtdata/images/svg/color-picker-add-hicontrast.svg similarity index 100% rename from rtdata/images/themed/svg/color-picker-add-hicontrast.svg rename to rtdata/images/svg/color-picker-add-hicontrast.svg diff --git a/rtdata/images/themed/svg/color-picker-add.svg b/rtdata/images/svg/color-picker-add.svg similarity index 100% rename from rtdata/images/themed/svg/color-picker-add.svg rename to rtdata/images/svg/color-picker-add.svg diff --git a/rtdata/images/themed/svg/color-picker-bars.svg b/rtdata/images/svg/color-picker-bars.svg similarity index 100% rename from rtdata/images/themed/svg/color-picker-bars.svg rename to rtdata/images/svg/color-picker-bars.svg diff --git a/rtdata/images/themed/svg/color-picker-hicontrast.svg b/rtdata/images/svg/color-picker-hicontrast.svg similarity index 100% rename from rtdata/images/themed/svg/color-picker-hicontrast.svg rename to rtdata/images/svg/color-picker-hicontrast.svg diff --git a/rtdata/images/themed/svg/color-picker-hide.svg b/rtdata/images/svg/color-picker-hide.svg similarity index 100% rename from rtdata/images/themed/svg/color-picker-hide.svg rename to rtdata/images/svg/color-picker-hide.svg diff --git a/rtdata/images/themed/svg/color-picker-small.svg b/rtdata/images/svg/color-picker-small.svg similarity index 100% rename from rtdata/images/themed/svg/color-picker-small.svg rename to rtdata/images/svg/color-picker-small.svg diff --git a/rtdata/images/themed/svg/color-picker.svg b/rtdata/images/svg/color-picker.svg similarity index 100% rename from rtdata/images/themed/svg/color-picker.svg rename to rtdata/images/svg/color-picker.svg diff --git a/rtdata/images/themed/svg/contrastmask-off.svg b/rtdata/images/svg/contrastmask-off.svg similarity index 100% rename from rtdata/images/themed/svg/contrastmask-off.svg rename to rtdata/images/svg/contrastmask-off.svg diff --git a/rtdata/images/themed/svg/contrastmask-on.svg b/rtdata/images/svg/contrastmask-on.svg similarity index 100% rename from rtdata/images/themed/svg/contrastmask-on.svg rename to rtdata/images/svg/contrastmask-on.svg diff --git a/rtdata/images/themed/svg/copy.svg b/rtdata/images/svg/copy.svg similarity index 100% rename from rtdata/images/themed/svg/copy.svg rename to rtdata/images/svg/copy.svg diff --git a/rtdata/images/themed/svg/crop-auto-small.svg b/rtdata/images/svg/crop-auto-small.svg similarity index 100% rename from rtdata/images/themed/svg/crop-auto-small.svg rename to rtdata/images/svg/crop-auto-small.svg diff --git a/rtdata/images/themed/svg/crop-auto.svg b/rtdata/images/svg/crop-auto.svg similarity index 100% rename from rtdata/images/themed/svg/crop-auto.svg rename to rtdata/images/svg/crop-auto.svg diff --git a/rtdata/images/themed/svg/crop-point-hicontrast.svg b/rtdata/images/svg/crop-point-hicontrast.svg similarity index 100% rename from rtdata/images/themed/svg/crop-point-hicontrast.svg rename to rtdata/images/svg/crop-point-hicontrast.svg diff --git a/rtdata/images/themed/svg/crop-small.svg b/rtdata/images/svg/crop-small.svg similarity index 100% rename from rtdata/images/themed/svg/crop-small.svg rename to rtdata/images/svg/crop-small.svg diff --git a/rtdata/images/themed/svg/crop.svg b/rtdata/images/svg/crop.svg similarity index 100% rename from rtdata/images/themed/svg/crop.svg rename to rtdata/images/svg/crop.svg diff --git a/rtdata/images/themed/svg/crossed-arrows-in.svg b/rtdata/images/svg/crossed-arrows-in.svg similarity index 100% rename from rtdata/images/themed/svg/crossed-arrows-in.svg rename to rtdata/images/svg/crossed-arrows-in.svg diff --git a/rtdata/images/themed/svg/crossed-arrows-out.svg b/rtdata/images/svg/crossed-arrows-out.svg similarity index 100% rename from rtdata/images/themed/svg/crossed-arrows-out.svg rename to rtdata/images/svg/crossed-arrows-out.svg diff --git a/rtdata/images/themed/svg/crosshair-adjust.svg b/rtdata/images/svg/crosshair-adjust.svg similarity index 100% rename from rtdata/images/themed/svg/crosshair-adjust.svg rename to rtdata/images/svg/crosshair-adjust.svg diff --git a/rtdata/images/themed/svg/crosshair-hicontrast.svg b/rtdata/images/svg/crosshair-hicontrast.svg similarity index 100% rename from rtdata/images/themed/svg/crosshair-hicontrast.svg rename to rtdata/images/svg/crosshair-hicontrast.svg diff --git a/rtdata/images/themed/svg/crosshair-node-curve.svg b/rtdata/images/svg/crosshair-node-curve.svg similarity index 100% rename from rtdata/images/themed/svg/crosshair-node-curve.svg rename to rtdata/images/svg/crosshair-node-curve.svg diff --git a/rtdata/images/themed/svg/crosshair-small.svg b/rtdata/images/svg/crosshair-small.svg similarity index 100% rename from rtdata/images/themed/svg/crosshair-small.svg rename to rtdata/images/svg/crosshair-small.svg diff --git a/rtdata/images/themed/svg/curve-catmullrom-small.svg b/rtdata/images/svg/curve-catmullrom-small.svg similarity index 100% rename from rtdata/images/themed/svg/curve-catmullrom-small.svg rename to rtdata/images/svg/curve-catmullrom-small.svg diff --git a/rtdata/images/themed/svg/curve-catmullrom.svg b/rtdata/images/svg/curve-catmullrom.svg similarity index 100% rename from rtdata/images/themed/svg/curve-catmullrom.svg rename to rtdata/images/svg/curve-catmullrom.svg diff --git a/rtdata/images/themed/svg/curve-controlpoints-small.svg b/rtdata/images/svg/curve-controlpoints-small.svg similarity index 100% rename from rtdata/images/themed/svg/curve-controlpoints-small.svg rename to rtdata/images/svg/curve-controlpoints-small.svg diff --git a/rtdata/images/themed/svg/curve-controlpoints.svg b/rtdata/images/svg/curve-controlpoints.svg similarity index 100% rename from rtdata/images/themed/svg/curve-controlpoints.svg rename to rtdata/images/svg/curve-controlpoints.svg diff --git a/rtdata/images/themed/svg/curve-flat-small.svg b/rtdata/images/svg/curve-flat-small.svg similarity index 100% rename from rtdata/images/themed/svg/curve-flat-small.svg rename to rtdata/images/svg/curve-flat-small.svg diff --git a/rtdata/images/themed/svg/curve-flat.svg b/rtdata/images/svg/curve-flat.svg similarity index 100% rename from rtdata/images/themed/svg/curve-flat.svg rename to rtdata/images/svg/curve-flat.svg diff --git a/rtdata/images/themed/svg/curve-linear-small.svg b/rtdata/images/svg/curve-linear-small.svg similarity index 100% rename from rtdata/images/themed/svg/curve-linear-small.svg rename to rtdata/images/svg/curve-linear-small.svg diff --git a/rtdata/images/themed/svg/curve-linear.svg b/rtdata/images/svg/curve-linear.svg similarity index 100% rename from rtdata/images/themed/svg/curve-linear.svg rename to rtdata/images/svg/curve-linear.svg diff --git a/rtdata/images/themed/svg/curve-nurbs-small.svg b/rtdata/images/svg/curve-nurbs-small.svg similarity index 100% rename from rtdata/images/themed/svg/curve-nurbs-small.svg rename to rtdata/images/svg/curve-nurbs-small.svg diff --git a/rtdata/images/themed/svg/curve-nurbs.svg b/rtdata/images/svg/curve-nurbs.svg similarity index 100% rename from rtdata/images/themed/svg/curve-nurbs.svg rename to rtdata/images/svg/curve-nurbs.svg diff --git a/rtdata/images/themed/svg/curve-parametric-small.svg b/rtdata/images/svg/curve-parametric-small.svg similarity index 100% rename from rtdata/images/themed/svg/curve-parametric-small.svg rename to rtdata/images/svg/curve-parametric-small.svg diff --git a/rtdata/images/themed/svg/curve-parametric.svg b/rtdata/images/svg/curve-parametric.svg similarity index 100% rename from rtdata/images/themed/svg/curve-parametric.svg rename to rtdata/images/svg/curve-parametric.svg diff --git a/rtdata/images/themed/svg/curve-spline-small.svg b/rtdata/images/svg/curve-spline-small.svg similarity index 100% rename from rtdata/images/themed/svg/curve-spline-small.svg rename to rtdata/images/svg/curve-spline-small.svg diff --git a/rtdata/images/themed/svg/curve-spline.svg b/rtdata/images/svg/curve-spline.svg similarity index 100% rename from rtdata/images/themed/svg/curve-spline.svg rename to rtdata/images/svg/curve-spline.svg diff --git a/rtdata/images/themed/svg/detail.svg b/rtdata/images/svg/detail.svg similarity index 100% rename from rtdata/images/themed/svg/detail.svg rename to rtdata/images/svg/detail.svg diff --git a/rtdata/images/themed/svg/device-floppy.svg b/rtdata/images/svg/device-floppy.svg similarity index 100% rename from rtdata/images/themed/svg/device-floppy.svg rename to rtdata/images/svg/device-floppy.svg diff --git a/rtdata/images/themed/svg/device-hdd.svg b/rtdata/images/svg/device-hdd.svg similarity index 100% rename from rtdata/images/themed/svg/device-hdd.svg rename to rtdata/images/svg/device-hdd.svg diff --git a/rtdata/images/themed/svg/device-network.svg b/rtdata/images/svg/device-network.svg similarity index 100% rename from rtdata/images/themed/svg/device-network.svg rename to rtdata/images/svg/device-network.svg diff --git a/rtdata/images/themed/svg/device-optical.svg b/rtdata/images/svg/device-optical.svg similarity index 100% rename from rtdata/images/themed/svg/device-optical.svg rename to rtdata/images/svg/device-optical.svg diff --git a/rtdata/images/themed/svg/device-usb.svg b/rtdata/images/svg/device-usb.svg similarity index 100% rename from rtdata/images/themed/svg/device-usb.svg rename to rtdata/images/svg/device-usb.svg diff --git a/rtdata/images/themed/svg/distortion-auto-small.svg b/rtdata/images/svg/distortion-auto-small.svg similarity index 100% rename from rtdata/images/themed/svg/distortion-auto-small.svg rename to rtdata/images/svg/distortion-auto-small.svg diff --git a/rtdata/images/themed/svg/distortion-auto.svg b/rtdata/images/svg/distortion-auto.svg similarity index 100% rename from rtdata/images/themed/svg/distortion-auto.svg rename to rtdata/images/svg/distortion-auto.svg diff --git a/rtdata/images/themed/svg/distortion-barrel-small.svg b/rtdata/images/svg/distortion-barrel-small.svg similarity index 100% rename from rtdata/images/themed/svg/distortion-barrel-small.svg rename to rtdata/images/svg/distortion-barrel-small.svg diff --git a/rtdata/images/themed/svg/distortion-barrel.svg b/rtdata/images/svg/distortion-barrel.svg similarity index 100% rename from rtdata/images/themed/svg/distortion-barrel.svg rename to rtdata/images/svg/distortion-barrel.svg diff --git a/rtdata/images/themed/svg/distortion-pincushion-small.svg b/rtdata/images/svg/distortion-pincushion-small.svg similarity index 100% rename from rtdata/images/themed/svg/distortion-pincushion-small.svg rename to rtdata/images/svg/distortion-pincushion-small.svg diff --git a/rtdata/images/themed/svg/distortion-pincushion.svg b/rtdata/images/svg/distortion-pincushion.svg similarity index 100% rename from rtdata/images/themed/svg/distortion-pincushion.svg rename to rtdata/images/svg/distortion-pincushion.svg diff --git a/rtdata/images/themed/svg/edit-point.svg b/rtdata/images/svg/edit-point.svg similarity index 100% rename from rtdata/images/themed/svg/edit-point.svg rename to rtdata/images/svg/edit-point.svg diff --git a/rtdata/images/themed/svg/equilizer-narrow.svg b/rtdata/images/svg/equilizer-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/equilizer-narrow.svg rename to rtdata/images/svg/equilizer-narrow.svg diff --git a/rtdata/images/themed/svg/equilizer-wide.svg b/rtdata/images/svg/equilizer-wide.svg similarity index 100% rename from rtdata/images/themed/svg/equilizer-wide.svg rename to rtdata/images/svg/equilizer-wide.svg diff --git a/rtdata/images/themed/svg/expander-closed-small.svg b/rtdata/images/svg/expander-closed-small.svg similarity index 100% rename from rtdata/images/themed/svg/expander-closed-small.svg rename to rtdata/images/svg/expander-closed-small.svg diff --git a/rtdata/images/themed/svg/expander-open-small.svg b/rtdata/images/svg/expander-open-small.svg similarity index 100% rename from rtdata/images/themed/svg/expander-open-small.svg rename to rtdata/images/svg/expander-open-small.svg diff --git a/rtdata/images/themed/svg/exposure.svg b/rtdata/images/svg/exposure.svg similarity index 100% rename from rtdata/images/themed/svg/exposure.svg rename to rtdata/images/svg/exposure.svg diff --git a/rtdata/images/themed/svg/filetype-hdr.svg b/rtdata/images/svg/filetype-hdr.svg similarity index 100% rename from rtdata/images/themed/svg/filetype-hdr.svg rename to rtdata/images/svg/filetype-hdr.svg diff --git a/rtdata/images/themed/svg/filetype-ps.svg b/rtdata/images/svg/filetype-ps.svg similarity index 100% rename from rtdata/images/themed/svg/filetype-ps.svg rename to rtdata/images/svg/filetype-ps.svg diff --git a/rtdata/images/themed/svg/filter-clear.svg b/rtdata/images/svg/filter-clear.svg similarity index 100% rename from rtdata/images/themed/svg/filter-clear.svg rename to rtdata/images/svg/filter-clear.svg diff --git a/rtdata/images/themed/svg/filter-original.svg b/rtdata/images/svg/filter-original.svg similarity index 100% rename from rtdata/images/themed/svg/filter-original.svg rename to rtdata/images/svg/filter-original.svg diff --git a/rtdata/images/themed/svg/filter-original2.svg b/rtdata/images/svg/filter-original2.svg similarity index 100% rename from rtdata/images/themed/svg/filter-original2.svg rename to rtdata/images/svg/filter-original2.svg diff --git a/rtdata/images/themed/svg/filter.svg b/rtdata/images/svg/filter.svg similarity index 100% rename from rtdata/images/themed/svg/filter.svg rename to rtdata/images/svg/filter.svg diff --git a/rtdata/images/themed/svg/flip-horizontal.svg b/rtdata/images/svg/flip-horizontal.svg similarity index 100% rename from rtdata/images/themed/svg/flip-horizontal.svg rename to rtdata/images/svg/flip-horizontal.svg diff --git a/rtdata/images/themed/svg/flip-vertical.svg b/rtdata/images/svg/flip-vertical.svg similarity index 100% rename from rtdata/images/themed/svg/flip-vertical.svg rename to rtdata/images/svg/flip-vertical.svg diff --git a/rtdata/images/themed/svg/focusscreen-off.svg b/rtdata/images/svg/focusscreen-off.svg similarity index 100% rename from rtdata/images/themed/svg/focusscreen-off.svg rename to rtdata/images/svg/focusscreen-off.svg diff --git a/rtdata/images/themed/svg/focusscreen-on.svg b/rtdata/images/svg/focusscreen-on.svg similarity index 100% rename from rtdata/images/themed/svg/focusscreen-on.svg rename to rtdata/images/svg/focusscreen-on.svg diff --git a/rtdata/images/themed/svg/folder-closed-home-small.svg b/rtdata/images/svg/folder-closed-home-small.svg similarity index 100% rename from rtdata/images/themed/svg/folder-closed-home-small.svg rename to rtdata/images/svg/folder-closed-home-small.svg diff --git a/rtdata/images/themed/svg/folder-closed-home.svg b/rtdata/images/svg/folder-closed-home.svg similarity index 100% rename from rtdata/images/themed/svg/folder-closed-home.svg rename to rtdata/images/svg/folder-closed-home.svg diff --git a/rtdata/images/themed/svg/folder-closed-recent-small.svg b/rtdata/images/svg/folder-closed-recent-small.svg similarity index 100% rename from rtdata/images/themed/svg/folder-closed-recent-small.svg rename to rtdata/images/svg/folder-closed-recent-small.svg diff --git a/rtdata/images/themed/svg/folder-closed-recent.svg b/rtdata/images/svg/folder-closed-recent.svg similarity index 100% rename from rtdata/images/themed/svg/folder-closed-recent.svg rename to rtdata/images/svg/folder-closed-recent.svg diff --git a/rtdata/images/themed/svg/folder-closed-small.svg b/rtdata/images/svg/folder-closed-small.svg similarity index 100% rename from rtdata/images/themed/svg/folder-closed-small.svg rename to rtdata/images/svg/folder-closed-small.svg diff --git a/rtdata/images/themed/svg/folder-closed.svg b/rtdata/images/svg/folder-closed.svg similarity index 100% rename from rtdata/images/themed/svg/folder-closed.svg rename to rtdata/images/svg/folder-closed.svg diff --git a/rtdata/images/themed/svg/folder-open-recent-small.svg b/rtdata/images/svg/folder-open-recent-small.svg similarity index 100% rename from rtdata/images/themed/svg/folder-open-recent-small.svg rename to rtdata/images/svg/folder-open-recent-small.svg diff --git a/rtdata/images/themed/svg/folder-open-recent.svg b/rtdata/images/svg/folder-open-recent.svg similarity index 100% rename from rtdata/images/themed/svg/folder-open-recent.svg rename to rtdata/images/svg/folder-open-recent.svg diff --git a/rtdata/images/themed/svg/folder-open-small.svg b/rtdata/images/svg/folder-open-small.svg similarity index 100% rename from rtdata/images/themed/svg/folder-open-small.svg rename to rtdata/images/svg/folder-open-small.svg diff --git a/rtdata/images/themed/svg/folder-open.svg b/rtdata/images/svg/folder-open.svg similarity index 100% rename from rtdata/images/themed/svg/folder-open.svg rename to rtdata/images/svg/folder-open.svg diff --git a/rtdata/images/themed/svg/fullscreen-enter.svg b/rtdata/images/svg/fullscreen-enter.svg similarity index 100% rename from rtdata/images/themed/svg/fullscreen-enter.svg rename to rtdata/images/svg/fullscreen-enter.svg diff --git a/rtdata/images/themed/svg/fullscreen-leave.svg b/rtdata/images/svg/fullscreen-leave.svg similarity index 100% rename from rtdata/images/themed/svg/fullscreen-leave.svg rename to rtdata/images/svg/fullscreen-leave.svg diff --git a/rtdata/images/themed/svg/gamut-hist.svg b/rtdata/images/svg/gamut-hist.svg similarity index 100% rename from rtdata/images/themed/svg/gamut-hist.svg rename to rtdata/images/svg/gamut-hist.svg diff --git a/rtdata/images/themed/svg/gamut-plus.svg b/rtdata/images/svg/gamut-plus.svg similarity index 100% rename from rtdata/images/themed/svg/gamut-plus.svg rename to rtdata/images/svg/gamut-plus.svg diff --git a/rtdata/images/themed/svg/gamut-softproof.svg b/rtdata/images/svg/gamut-softproof.svg similarity index 100% rename from rtdata/images/themed/svg/gamut-softproof.svg rename to rtdata/images/svg/gamut-softproof.svg diff --git a/rtdata/images/themed/svg/gamut-warning.svg b/rtdata/images/svg/gamut-warning.svg similarity index 100% rename from rtdata/images/themed/svg/gamut-warning.svg rename to rtdata/images/svg/gamut-warning.svg diff --git a/rtdata/images/themed/svg/gamut_srgb_prophoto_xy.svg b/rtdata/images/svg/gamut_srgb_prophoto_xy.svg similarity index 100% rename from rtdata/images/themed/svg/gamut_srgb_prophoto_xy.svg rename to rtdata/images/svg/gamut_srgb_prophoto_xy.svg diff --git a/rtdata/images/themed/svg/gears-pause.svg b/rtdata/images/svg/gears-pause.svg similarity index 100% rename from rtdata/images/themed/svg/gears-pause.svg rename to rtdata/images/svg/gears-pause.svg diff --git a/rtdata/images/themed/svg/gears-play.svg b/rtdata/images/svg/gears-play.svg similarity index 100% rename from rtdata/images/themed/svg/gears-play.svg rename to rtdata/images/svg/gears-play.svg diff --git a/rtdata/images/themed/svg/gears-small.svg b/rtdata/images/svg/gears-small.svg similarity index 100% rename from rtdata/images/themed/svg/gears-small.svg rename to rtdata/images/svg/gears-small.svg diff --git a/rtdata/images/themed/svg/gears.svg b/rtdata/images/svg/gears.svg similarity index 100% rename from rtdata/images/themed/svg/gears.svg rename to rtdata/images/svg/gears.svg diff --git a/rtdata/images/themed/svg/goto-end-small.svg b/rtdata/images/svg/goto-end-small.svg similarity index 100% rename from rtdata/images/themed/svg/goto-end-small.svg rename to rtdata/images/svg/goto-end-small.svg diff --git a/rtdata/images/themed/svg/goto-start-small.svg b/rtdata/images/svg/goto-start-small.svg similarity index 100% rename from rtdata/images/themed/svg/goto-start-small.svg rename to rtdata/images/svg/goto-start-small.svg diff --git a/rtdata/images/themed/svg/hand-closed-hicontrast.svg b/rtdata/images/svg/hand-closed-hicontrast.svg similarity index 100% rename from rtdata/images/themed/svg/hand-closed-hicontrast.svg rename to rtdata/images/svg/hand-closed-hicontrast.svg diff --git a/rtdata/images/themed/svg/hand-open-hicontrast.svg b/rtdata/images/svg/hand-open-hicontrast.svg similarity index 100% rename from rtdata/images/themed/svg/hand-open-hicontrast.svg rename to rtdata/images/svg/hand-open-hicontrast.svg diff --git a/rtdata/images/themed/svg/hand-open.svg b/rtdata/images/svg/hand-open.svg similarity index 100% rename from rtdata/images/themed/svg/hand-open.svg rename to rtdata/images/svg/hand-open.svg diff --git a/rtdata/images/themed/svg/histogram-bar-off-small.svg b/rtdata/images/svg/histogram-bar-off-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-bar-off-small.svg rename to rtdata/images/svg/histogram-bar-off-small.svg diff --git a/rtdata/images/themed/svg/histogram-bar-on-small.svg b/rtdata/images/svg/histogram-bar-on-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-bar-on-small.svg rename to rtdata/images/svg/histogram-bar-on-small.svg diff --git a/rtdata/images/themed/svg/histogram-bayer-off-small.svg b/rtdata/images/svg/histogram-bayer-off-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-bayer-off-small.svg rename to rtdata/images/svg/histogram-bayer-off-small.svg diff --git a/rtdata/images/themed/svg/histogram-bayer-on-small.svg b/rtdata/images/svg/histogram-bayer-on-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-bayer-on-small.svg rename to rtdata/images/svg/histogram-bayer-on-small.svg diff --git a/rtdata/images/themed/svg/histogram-blue-off-small.svg b/rtdata/images/svg/histogram-blue-off-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-blue-off-small.svg rename to rtdata/images/svg/histogram-blue-off-small.svg diff --git a/rtdata/images/themed/svg/histogram-blue-on-small.svg b/rtdata/images/svg/histogram-blue-on-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-blue-on-small.svg rename to rtdata/images/svg/histogram-blue-on-small.svg diff --git a/rtdata/images/themed/svg/histogram-gold-off-small.svg b/rtdata/images/svg/histogram-gold-off-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-gold-off-small.svg rename to rtdata/images/svg/histogram-gold-off-small.svg diff --git a/rtdata/images/themed/svg/histogram-gold-on-small.svg b/rtdata/images/svg/histogram-gold-on-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-gold-on-small.svg rename to rtdata/images/svg/histogram-gold-on-small.svg diff --git a/rtdata/images/themed/svg/histogram-green-off-small.svg b/rtdata/images/svg/histogram-green-off-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-green-off-small.svg rename to rtdata/images/svg/histogram-green-off-small.svg diff --git a/rtdata/images/themed/svg/histogram-green-on-small.svg b/rtdata/images/svg/histogram-green-on-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-green-on-small.svg rename to rtdata/images/svg/histogram-green-on-small.svg diff --git a/rtdata/images/themed/svg/histogram-mode-linear-small.svg b/rtdata/images/svg/histogram-mode-linear-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-mode-linear-small.svg rename to rtdata/images/svg/histogram-mode-linear-small.svg diff --git a/rtdata/images/themed/svg/histogram-mode-logx-small.svg b/rtdata/images/svg/histogram-mode-logx-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-mode-logx-small.svg rename to rtdata/images/svg/histogram-mode-logx-small.svg diff --git a/rtdata/images/themed/svg/histogram-mode-logxy-small.svg b/rtdata/images/svg/histogram-mode-logxy-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-mode-logxy-small.svg rename to rtdata/images/svg/histogram-mode-logxy-small.svg diff --git a/rtdata/images/themed/svg/histogram-red-off-small.svg b/rtdata/images/svg/histogram-red-off-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-red-off-small.svg rename to rtdata/images/svg/histogram-red-off-small.svg diff --git a/rtdata/images/themed/svg/histogram-red-on-small.svg b/rtdata/images/svg/histogram-red-on-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-red-on-small.svg rename to rtdata/images/svg/histogram-red-on-small.svg diff --git a/rtdata/images/themed/svg/histogram-silver-off-small.svg b/rtdata/images/svg/histogram-silver-off-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-silver-off-small.svg rename to rtdata/images/svg/histogram-silver-off-small.svg diff --git a/rtdata/images/themed/svg/histogram-silver-on-small.svg b/rtdata/images/svg/histogram-silver-on-small.svg similarity index 100% rename from rtdata/images/themed/svg/histogram-silver-on-small.svg rename to rtdata/images/svg/histogram-silver-on-small.svg diff --git a/rtdata/images/themed/svg/info.svg b/rtdata/images/svg/info.svg similarity index 100% rename from rtdata/images/themed/svg/info.svg rename to rtdata/images/svg/info.svg diff --git a/rtdata/images/themed/svg/intent-absolute.svg b/rtdata/images/svg/intent-absolute.svg similarity index 100% rename from rtdata/images/themed/svg/intent-absolute.svg rename to rtdata/images/svg/intent-absolute.svg diff --git a/rtdata/images/themed/svg/intent-perceptual.svg b/rtdata/images/svg/intent-perceptual.svg similarity index 100% rename from rtdata/images/themed/svg/intent-perceptual.svg rename to rtdata/images/svg/intent-perceptual.svg diff --git a/rtdata/images/themed/svg/intent-relative.svg b/rtdata/images/svg/intent-relative.svg similarity index 100% rename from rtdata/images/themed/svg/intent-relative.svg rename to rtdata/images/svg/intent-relative.svg diff --git a/rtdata/images/themed/svg/intent-saturation.svg b/rtdata/images/svg/intent-saturation.svg similarity index 100% rename from rtdata/images/themed/svg/intent-saturation.svg rename to rtdata/images/svg/intent-saturation.svg diff --git a/rtdata/images/themed/svg/magnifier-1to1-small.svg b/rtdata/images/svg/magnifier-1to1-small.svg similarity index 100% rename from rtdata/images/themed/svg/magnifier-1to1-small.svg rename to rtdata/images/svg/magnifier-1to1-small.svg diff --git a/rtdata/images/themed/svg/magnifier-1to1.svg b/rtdata/images/svg/magnifier-1to1.svg similarity index 100% rename from rtdata/images/themed/svg/magnifier-1to1.svg rename to rtdata/images/svg/magnifier-1to1.svg diff --git a/rtdata/images/themed/svg/magnifier-crop.svg b/rtdata/images/svg/magnifier-crop.svg similarity index 100% rename from rtdata/images/themed/svg/magnifier-crop.svg rename to rtdata/images/svg/magnifier-crop.svg diff --git a/rtdata/images/themed/svg/magnifier-fit.svg b/rtdata/images/svg/magnifier-fit.svg similarity index 100% rename from rtdata/images/themed/svg/magnifier-fit.svg rename to rtdata/images/svg/magnifier-fit.svg diff --git a/rtdata/images/themed/svg/magnifier-minus-small.svg b/rtdata/images/svg/magnifier-minus-small.svg similarity index 100% rename from rtdata/images/themed/svg/magnifier-minus-small.svg rename to rtdata/images/svg/magnifier-minus-small.svg diff --git a/rtdata/images/themed/svg/magnifier-minus.svg b/rtdata/images/svg/magnifier-minus.svg similarity index 100% rename from rtdata/images/themed/svg/magnifier-minus.svg rename to rtdata/images/svg/magnifier-minus.svg diff --git a/rtdata/images/themed/svg/magnifier-plus-small.svg b/rtdata/images/svg/magnifier-plus-small.svg similarity index 100% rename from rtdata/images/themed/svg/magnifier-plus-small.svg rename to rtdata/images/svg/magnifier-plus-small.svg diff --git a/rtdata/images/themed/svg/magnifier-plus.svg b/rtdata/images/svg/magnifier-plus.svg similarity index 100% rename from rtdata/images/themed/svg/magnifier-plus.svg rename to rtdata/images/svg/magnifier-plus.svg diff --git a/rtdata/images/themed/svg/magnifier.svg b/rtdata/images/svg/magnifier.svg similarity index 100% rename from rtdata/images/themed/svg/magnifier.svg rename to rtdata/images/svg/magnifier.svg diff --git a/rtdata/images/themed/svg/metadata.svg b/rtdata/images/svg/metadata.svg similarity index 100% rename from rtdata/images/themed/svg/metadata.svg rename to rtdata/images/svg/metadata.svg diff --git a/rtdata/images/themed/svg/node-move-nw-se-hicontrast.svg b/rtdata/images/svg/node-move-nw-se-hicontrast.svg similarity index 100% rename from rtdata/images/themed/svg/node-move-nw-se-hicontrast.svg rename to rtdata/images/svg/node-move-nw-se-hicontrast.svg diff --git a/rtdata/images/themed/svg/node-move-sw-ne-hicontrast.svg b/rtdata/images/svg/node-move-sw-ne-hicontrast.svg similarity index 100% rename from rtdata/images/themed/svg/node-move-sw-ne-hicontrast.svg rename to rtdata/images/svg/node-move-sw-ne-hicontrast.svg diff --git a/rtdata/images/themed/svg/node-move-x-hicontrast.svg b/rtdata/images/svg/node-move-x-hicontrast.svg similarity index 100% rename from rtdata/images/themed/svg/node-move-x-hicontrast.svg rename to rtdata/images/svg/node-move-x-hicontrast.svg diff --git a/rtdata/images/themed/svg/node-move-xy-hicontrast.svg b/rtdata/images/svg/node-move-xy-hicontrast.svg similarity index 100% rename from rtdata/images/themed/svg/node-move-xy-hicontrast.svg rename to rtdata/images/svg/node-move-xy-hicontrast.svg diff --git a/rtdata/images/themed/svg/node-move-y-hicontrast.svg b/rtdata/images/svg/node-move-y-hicontrast.svg similarity index 100% rename from rtdata/images/themed/svg/node-move-y-hicontrast.svg rename to rtdata/images/svg/node-move-y-hicontrast.svg diff --git a/rtdata/images/themed/svg/one-to-one-small.svg b/rtdata/images/svg/one-to-one-small.svg similarity index 100% rename from rtdata/images/themed/svg/one-to-one-small.svg rename to rtdata/images/svg/one-to-one-small.svg diff --git a/rtdata/images/themed/svg/ornament1.svg b/rtdata/images/svg/ornament1.svg similarity index 100% rename from rtdata/images/themed/svg/ornament1.svg rename to rtdata/images/svg/ornament1.svg diff --git a/rtdata/images/themed/svg/padlock-locked-small.svg b/rtdata/images/svg/padlock-locked-small.svg similarity index 100% rename from rtdata/images/themed/svg/padlock-locked-small.svg rename to rtdata/images/svg/padlock-locked-small.svg diff --git a/rtdata/images/themed/svg/padlock-unlocked-small.svg b/rtdata/images/svg/padlock-unlocked-small.svg similarity index 100% rename from rtdata/images/themed/svg/padlock-unlocked-small.svg rename to rtdata/images/svg/padlock-unlocked-small.svg diff --git a/rtdata/images/themed/svg/palette-brush.svg b/rtdata/images/svg/palette-brush.svg similarity index 100% rename from rtdata/images/themed/svg/palette-brush.svg rename to rtdata/images/svg/palette-brush.svg diff --git a/rtdata/images/themed/svg/panel-to-bottom.svg b/rtdata/images/svg/panel-to-bottom.svg similarity index 100% rename from rtdata/images/themed/svg/panel-to-bottom.svg rename to rtdata/images/svg/panel-to-bottom.svg diff --git a/rtdata/images/themed/svg/panel-to-left.svg b/rtdata/images/svg/panel-to-left.svg similarity index 100% rename from rtdata/images/themed/svg/panel-to-left.svg rename to rtdata/images/svg/panel-to-left.svg diff --git a/rtdata/images/themed/svg/panel-to-right.svg b/rtdata/images/svg/panel-to-right.svg similarity index 100% rename from rtdata/images/themed/svg/panel-to-right.svg rename to rtdata/images/svg/panel-to-right.svg diff --git a/rtdata/images/themed/svg/panel-to-top.svg b/rtdata/images/svg/panel-to-top.svg similarity index 100% rename from rtdata/images/themed/svg/panel-to-top.svg rename to rtdata/images/svg/panel-to-top.svg diff --git a/rtdata/images/themed/svg/paste.svg b/rtdata/images/svg/paste.svg similarity index 100% rename from rtdata/images/themed/svg/paste.svg rename to rtdata/images/svg/paste.svg diff --git a/rtdata/images/themed/svg/perspective-horizontal-left-small.svg b/rtdata/images/svg/perspective-horizontal-left-small.svg similarity index 100% rename from rtdata/images/themed/svg/perspective-horizontal-left-small.svg rename to rtdata/images/svg/perspective-horizontal-left-small.svg diff --git a/rtdata/images/themed/svg/perspective-horizontal-left.svg b/rtdata/images/svg/perspective-horizontal-left.svg similarity index 100% rename from rtdata/images/themed/svg/perspective-horizontal-left.svg rename to rtdata/images/svg/perspective-horizontal-left.svg diff --git a/rtdata/images/themed/svg/perspective-horizontal-right-small.svg b/rtdata/images/svg/perspective-horizontal-right-small.svg similarity index 100% rename from rtdata/images/themed/svg/perspective-horizontal-right-small.svg rename to rtdata/images/svg/perspective-horizontal-right-small.svg diff --git a/rtdata/images/themed/svg/perspective-horizontal-right.svg b/rtdata/images/svg/perspective-horizontal-right.svg similarity index 100% rename from rtdata/images/themed/svg/perspective-horizontal-right.svg rename to rtdata/images/svg/perspective-horizontal-right.svg diff --git a/rtdata/images/themed/svg/perspective-vertical-bottom-small.svg b/rtdata/images/svg/perspective-vertical-bottom-small.svg similarity index 100% rename from rtdata/images/themed/svg/perspective-vertical-bottom-small.svg rename to rtdata/images/svg/perspective-vertical-bottom-small.svg diff --git a/rtdata/images/themed/svg/perspective-vertical-bottom.svg b/rtdata/images/svg/perspective-vertical-bottom.svg similarity index 100% rename from rtdata/images/themed/svg/perspective-vertical-bottom.svg rename to rtdata/images/svg/perspective-vertical-bottom.svg diff --git a/rtdata/images/themed/svg/perspective-vertical-top-small.svg b/rtdata/images/svg/perspective-vertical-top-small.svg similarity index 100% rename from rtdata/images/themed/svg/perspective-vertical-top-small.svg rename to rtdata/images/svg/perspective-vertical-top-small.svg diff --git a/rtdata/images/themed/svg/perspective-vertical-top.svg b/rtdata/images/svg/perspective-vertical-top.svg similarity index 100% rename from rtdata/images/themed/svg/perspective-vertical-top.svg rename to rtdata/images/svg/perspective-vertical-top.svg diff --git a/rtdata/images/themed/svg/power-inconsistent-small.svg b/rtdata/images/svg/power-inconsistent-small.svg similarity index 100% rename from rtdata/images/themed/svg/power-inconsistent-small.svg rename to rtdata/images/svg/power-inconsistent-small.svg diff --git a/rtdata/images/themed/svg/power-off-small.svg b/rtdata/images/svg/power-off-small.svg similarity index 100% rename from rtdata/images/themed/svg/power-off-small.svg rename to rtdata/images/svg/power-off-small.svg diff --git a/rtdata/images/themed/svg/power-on-small.svg b/rtdata/images/svg/power-on-small.svg similarity index 100% rename from rtdata/images/themed/svg/power-on-small.svg rename to rtdata/images/svg/power-on-small.svg diff --git a/rtdata/images/themed/svg/preferences.svg b/rtdata/images/svg/preferences.svg similarity index 100% rename from rtdata/images/themed/svg/preferences.svg rename to rtdata/images/svg/preferences.svg diff --git a/rtdata/images/themed/svg/profile-filled.svg b/rtdata/images/svg/profile-filled.svg similarity index 100% rename from rtdata/images/themed/svg/profile-filled.svg rename to rtdata/images/svg/profile-filled.svg diff --git a/rtdata/images/themed/svg/profile-partial.svg b/rtdata/images/svg/profile-partial.svg similarity index 100% rename from rtdata/images/themed/svg/profile-partial.svg rename to rtdata/images/svg/profile-partial.svg diff --git a/rtdata/images/themed/svg/redo-all.svg b/rtdata/images/svg/redo-all.svg similarity index 100% rename from rtdata/images/themed/svg/redo-all.svg rename to rtdata/images/svg/redo-all.svg diff --git a/rtdata/images/themed/svg/redo-small.svg b/rtdata/images/svg/redo-small.svg similarity index 100% rename from rtdata/images/themed/svg/redo-small.svg rename to rtdata/images/svg/redo-small.svg diff --git a/rtdata/images/themed/svg/redo.svg b/rtdata/images/svg/redo.svg similarity index 100% rename from rtdata/images/themed/svg/redo.svg rename to rtdata/images/svg/redo.svg diff --git a/rtdata/images/themed/svg/refresh-red-small.svg b/rtdata/images/svg/refresh-red-small.svg similarity index 100% rename from rtdata/images/themed/svg/refresh-red-small.svg rename to rtdata/images/svg/refresh-red-small.svg diff --git a/rtdata/images/themed/svg/refresh-small.svg b/rtdata/images/svg/refresh-small.svg similarity index 100% rename from rtdata/images/themed/svg/refresh-small.svg rename to rtdata/images/svg/refresh-small.svg diff --git a/rtdata/images/themed/svg/refresh.svg b/rtdata/images/svg/refresh.svg similarity index 100% rename from rtdata/images/themed/svg/refresh.svg rename to rtdata/images/svg/refresh.svg diff --git a/rtdata/images/themed/svg/remove-small.svg b/rtdata/images/svg/remove-small.svg similarity index 100% rename from rtdata/images/themed/svg/remove-small.svg rename to rtdata/images/svg/remove-small.svg diff --git a/rtdata/images/themed/svg/remove.svg b/rtdata/images/svg/remove.svg similarity index 100% rename from rtdata/images/themed/svg/remove.svg rename to rtdata/images/svg/remove.svg diff --git a/rtdata/images/themed/svg/rotate-aroundnode-hicontrast.svg b/rtdata/images/svg/rotate-aroundnode-hicontrast.svg similarity index 100% rename from rtdata/images/themed/svg/rotate-aroundnode-hicontrast.svg rename to rtdata/images/svg/rotate-aroundnode-hicontrast.svg diff --git a/rtdata/images/themed/svg/rotate-aroundnode.svg b/rtdata/images/svg/rotate-aroundnode.svg similarity index 100% rename from rtdata/images/themed/svg/rotate-aroundnode.svg rename to rtdata/images/svg/rotate-aroundnode.svg diff --git a/rtdata/images/themed/svg/rotate-left-90.svg b/rtdata/images/svg/rotate-left-90.svg similarity index 100% rename from rtdata/images/themed/svg/rotate-left-90.svg rename to rtdata/images/svg/rotate-left-90.svg diff --git a/rtdata/images/themed/svg/rotate-left-small.svg b/rtdata/images/svg/rotate-left-small.svg similarity index 100% rename from rtdata/images/themed/svg/rotate-left-small.svg rename to rtdata/images/svg/rotate-left-small.svg diff --git a/rtdata/images/themed/svg/rotate-left.svg b/rtdata/images/svg/rotate-left.svg similarity index 100% rename from rtdata/images/themed/svg/rotate-left.svg rename to rtdata/images/svg/rotate-left.svg diff --git a/rtdata/images/themed/svg/rotate-right-90.svg b/rtdata/images/svg/rotate-right-90.svg similarity index 100% rename from rtdata/images/themed/svg/rotate-right-90.svg rename to rtdata/images/svg/rotate-right-90.svg diff --git a/rtdata/images/themed/svg/rotate-right-small.svg b/rtdata/images/svg/rotate-right-small.svg similarity index 100% rename from rtdata/images/themed/svg/rotate-right-small.svg rename to rtdata/images/svg/rotate-right-small.svg diff --git a/rtdata/images/themed/svg/rotate-right.svg b/rtdata/images/svg/rotate-right.svg similarity index 100% rename from rtdata/images/themed/svg/rotate-right.svg rename to rtdata/images/svg/rotate-right.svg diff --git a/rtdata/images/themed/svg/rotate-straighten-small.svg b/rtdata/images/svg/rotate-straighten-small.svg similarity index 100% rename from rtdata/images/themed/svg/rotate-straighten-small.svg rename to rtdata/images/svg/rotate-straighten-small.svg diff --git a/rtdata/images/themed/svg/rotate-straighten.svg b/rtdata/images/svg/rotate-straighten.svg similarity index 100% rename from rtdata/images/themed/svg/rotate-straighten.svg rename to rtdata/images/svg/rotate-straighten.svg diff --git a/rtdata/images/non-themed/rt-logo.svg b/rtdata/images/svg/rt-logo.svg similarity index 100% rename from rtdata/images/non-themed/rt-logo.svg rename to rtdata/images/svg/rt-logo.svg diff --git a/rtdata/images/themed/svg/save-small.svg b/rtdata/images/svg/save-small.svg similarity index 100% rename from rtdata/images/themed/svg/save-small.svg rename to rtdata/images/svg/save-small.svg diff --git a/rtdata/images/themed/svg/save.svg b/rtdata/images/svg/save.svg similarity index 100% rename from rtdata/images/themed/svg/save.svg rename to rtdata/images/svg/save.svg diff --git a/rtdata/images/themed/svg/saved-no-small.svg b/rtdata/images/svg/saved-no-small.svg similarity index 100% rename from rtdata/images/themed/svg/saved-no-small.svg rename to rtdata/images/svg/saved-no-small.svg diff --git a/rtdata/images/themed/svg/saved-yes-small.svg b/rtdata/images/svg/saved-yes-small.svg similarity index 100% rename from rtdata/images/themed/svg/saved-yes-small.svg rename to rtdata/images/svg/saved-yes-small.svg diff --git a/rtdata/images/non-themed/rt-splash.svg b/rtdata/images/svg/splash.svg similarity index 100% rename from rtdata/images/non-themed/rt-splash.svg rename to rtdata/images/svg/splash.svg diff --git a/rtdata/images/themed/svg/square-toggle-black-off-narrow.svg b/rtdata/images/svg/square-toggle-black-off-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/square-toggle-black-off-narrow.svg rename to rtdata/images/svg/square-toggle-black-off-narrow.svg diff --git a/rtdata/images/themed/svg/square-toggle-black-on-narrow.svg b/rtdata/images/svg/square-toggle-black-on-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/square-toggle-black-on-narrow.svg rename to rtdata/images/svg/square-toggle-black-on-narrow.svg diff --git a/rtdata/images/themed/svg/square-toggle-blue-off-narrow.svg b/rtdata/images/svg/square-toggle-blue-off-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/square-toggle-blue-off-narrow.svg rename to rtdata/images/svg/square-toggle-blue-off-narrow.svg diff --git a/rtdata/images/themed/svg/square-toggle-blue-on-narrow.svg b/rtdata/images/svg/square-toggle-blue-on-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/square-toggle-blue-on-narrow.svg rename to rtdata/images/svg/square-toggle-blue-on-narrow.svg diff --git a/rtdata/images/themed/svg/square-toggle-gray-off-narrow.svg b/rtdata/images/svg/square-toggle-gray-off-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/square-toggle-gray-off-narrow.svg rename to rtdata/images/svg/square-toggle-gray-off-narrow.svg diff --git a/rtdata/images/themed/svg/square-toggle-gray-on-narrow.svg b/rtdata/images/svg/square-toggle-gray-on-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/square-toggle-gray-on-narrow.svg rename to rtdata/images/svg/square-toggle-gray-on-narrow.svg diff --git a/rtdata/images/themed/svg/square-toggle-green-off-narrow.svg b/rtdata/images/svg/square-toggle-green-off-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/square-toggle-green-off-narrow.svg rename to rtdata/images/svg/square-toggle-green-off-narrow.svg diff --git a/rtdata/images/themed/svg/square-toggle-green-on-narrow.svg b/rtdata/images/svg/square-toggle-green-on-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/square-toggle-green-on-narrow.svg rename to rtdata/images/svg/square-toggle-green-on-narrow.svg diff --git a/rtdata/images/themed/svg/square-toggle-luminosity-off-narrow.svg b/rtdata/images/svg/square-toggle-luminosity-off-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/square-toggle-luminosity-off-narrow.svg rename to rtdata/images/svg/square-toggle-luminosity-off-narrow.svg diff --git a/rtdata/images/themed/svg/square-toggle-luminosity-on-narrow.svg b/rtdata/images/svg/square-toggle-luminosity-on-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/square-toggle-luminosity-on-narrow.svg rename to rtdata/images/svg/square-toggle-luminosity-on-narrow.svg diff --git a/rtdata/images/themed/svg/square-toggle-red-off-narrow.svg b/rtdata/images/svg/square-toggle-red-off-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/square-toggle-red-off-narrow.svg rename to rtdata/images/svg/square-toggle-red-off-narrow.svg diff --git a/rtdata/images/themed/svg/square-toggle-red-on-narrow.svg b/rtdata/images/svg/square-toggle-red-on-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/square-toggle-red-on-narrow.svg rename to rtdata/images/svg/square-toggle-red-on-narrow.svg diff --git a/rtdata/images/themed/svg/square-toggle-theme-off-narrow.svg b/rtdata/images/svg/square-toggle-theme-off-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/square-toggle-theme-off-narrow.svg rename to rtdata/images/svg/square-toggle-theme-off-narrow.svg diff --git a/rtdata/images/themed/svg/square-toggle-theme-on-narrow.svg b/rtdata/images/svg/square-toggle-theme-on-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/square-toggle-theme-on-narrow.svg rename to rtdata/images/svg/square-toggle-theme-on-narrow.svg diff --git a/rtdata/images/themed/svg/square-toggle-white-off-narrow.svg b/rtdata/images/svg/square-toggle-white-off-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/square-toggle-white-off-narrow.svg rename to rtdata/images/svg/square-toggle-white-off-narrow.svg diff --git a/rtdata/images/themed/svg/square-toggle-white-on-narrow.svg b/rtdata/images/svg/square-toggle-white-on-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/square-toggle-white-on-narrow.svg rename to rtdata/images/svg/square-toggle-white-on-narrow.svg diff --git a/rtdata/images/themed/svg/star-gold-hollow-narrow.svg b/rtdata/images/svg/star-gold-hollow-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/star-gold-hollow-narrow.svg rename to rtdata/images/svg/star-gold-hollow-narrow.svg diff --git a/rtdata/images/themed/svg/star-gold-hollow-small.svg b/rtdata/images/svg/star-gold-hollow-small.svg similarity index 100% rename from rtdata/images/themed/svg/star-gold-hollow-small.svg rename to rtdata/images/svg/star-gold-hollow-small.svg diff --git a/rtdata/images/themed/svg/star-gold-narrow.svg b/rtdata/images/svg/star-gold-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/star-gold-narrow.svg rename to rtdata/images/svg/star-gold-narrow.svg diff --git a/rtdata/images/themed/svg/star-gold-small.svg b/rtdata/images/svg/star-gold-small.svg similarity index 100% rename from rtdata/images/themed/svg/star-gold-small.svg rename to rtdata/images/svg/star-gold-small.svg diff --git a/rtdata/images/themed/svg/star-hollow-narrow.svg b/rtdata/images/svg/star-hollow-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/star-hollow-narrow.svg rename to rtdata/images/svg/star-hollow-narrow.svg diff --git a/rtdata/images/themed/svg/star-hollow-small.svg b/rtdata/images/svg/star-hollow-small.svg similarity index 100% rename from rtdata/images/themed/svg/star-hollow-small.svg rename to rtdata/images/svg/star-hollow-small.svg diff --git a/rtdata/images/themed/svg/star-narrow.svg b/rtdata/images/svg/star-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/star-narrow.svg rename to rtdata/images/svg/star-narrow.svg diff --git a/rtdata/images/themed/svg/star-small.svg b/rtdata/images/svg/star-small.svg similarity index 100% rename from rtdata/images/themed/svg/star-small.svg rename to rtdata/images/svg/star-small.svg diff --git a/rtdata/images/themed/svg/star.svg b/rtdata/images/svg/star.svg similarity index 100% rename from rtdata/images/themed/svg/star.svg rename to rtdata/images/svg/star.svg diff --git a/rtdata/images/themed/svg/template-16.svg b/rtdata/images/svg/template-16.svg similarity index 100% rename from rtdata/images/themed/svg/template-16.svg rename to rtdata/images/svg/template-16.svg diff --git a/rtdata/images/themed/svg/template-24.svg b/rtdata/images/svg/template-24.svg similarity index 100% rename from rtdata/images/themed/svg/template-24.svg rename to rtdata/images/svg/template-24.svg diff --git a/rtdata/images/themed/svg/template-narrow.svg b/rtdata/images/svg/template-narrow.svg similarity index 100% rename from rtdata/images/themed/svg/template-narrow.svg rename to rtdata/images/svg/template-narrow.svg diff --git a/rtdata/images/themed/svg/tick-green-hollow-small.svg b/rtdata/images/svg/tick-green-hollow-small.svg similarity index 100% rename from rtdata/images/themed/svg/tick-green-hollow-small.svg rename to rtdata/images/svg/tick-green-hollow-small.svg diff --git a/rtdata/images/themed/svg/tick-green-hollow.svg b/rtdata/images/svg/tick-green-hollow.svg similarity index 100% rename from rtdata/images/themed/svg/tick-green-hollow.svg rename to rtdata/images/svg/tick-green-hollow.svg diff --git a/rtdata/images/themed/svg/tick-green-small.svg b/rtdata/images/svg/tick-green-small.svg similarity index 100% rename from rtdata/images/themed/svg/tick-green-small.svg rename to rtdata/images/svg/tick-green-small.svg diff --git a/rtdata/images/themed/svg/tick-green.svg b/rtdata/images/svg/tick-green.svg similarity index 100% rename from rtdata/images/themed/svg/tick-green.svg rename to rtdata/images/svg/tick-green.svg diff --git a/rtdata/images/themed/svg/tick-hollow-small.svg b/rtdata/images/svg/tick-hollow-small.svg similarity index 100% rename from rtdata/images/themed/svg/tick-hollow-small.svg rename to rtdata/images/svg/tick-hollow-small.svg diff --git a/rtdata/images/themed/svg/tick-small.svg b/rtdata/images/svg/tick-small.svg similarity index 100% rename from rtdata/images/themed/svg/tick-small.svg rename to rtdata/images/svg/tick-small.svg diff --git a/rtdata/images/themed/svg/tick.svg b/rtdata/images/svg/tick.svg similarity index 100% rename from rtdata/images/themed/svg/tick.svg rename to rtdata/images/svg/tick.svg diff --git a/rtdata/images/themed/svg/transform.svg b/rtdata/images/svg/transform.svg similarity index 100% rename from rtdata/images/themed/svg/transform.svg rename to rtdata/images/svg/transform.svg diff --git a/rtdata/images/themed/svg/trash-delete.svg b/rtdata/images/svg/trash-delete.svg similarity index 100% rename from rtdata/images/themed/svg/trash-delete.svg rename to rtdata/images/svg/trash-delete.svg diff --git a/rtdata/images/themed/svg/trash-empty-show.svg b/rtdata/images/svg/trash-empty-show.svg similarity index 100% rename from rtdata/images/themed/svg/trash-empty-show.svg rename to rtdata/images/svg/trash-empty-show.svg diff --git a/rtdata/images/themed/svg/trash-empty.svg b/rtdata/images/svg/trash-empty.svg similarity index 100% rename from rtdata/images/themed/svg/trash-empty.svg rename to rtdata/images/svg/trash-empty.svg diff --git a/rtdata/images/themed/svg/trash-full-show.svg b/rtdata/images/svg/trash-full-show.svg similarity index 100% rename from rtdata/images/themed/svg/trash-full-show.svg rename to rtdata/images/svg/trash-full-show.svg diff --git a/rtdata/images/themed/svg/trash-full.svg b/rtdata/images/svg/trash-full.svg similarity index 100% rename from rtdata/images/themed/svg/trash-full.svg rename to rtdata/images/svg/trash-full.svg diff --git a/rtdata/images/themed/svg/trash-hide-deleted.svg b/rtdata/images/svg/trash-hide-deleted.svg similarity index 100% rename from rtdata/images/themed/svg/trash-hide-deleted.svg rename to rtdata/images/svg/trash-hide-deleted.svg diff --git a/rtdata/images/themed/svg/trash-remove-small.svg b/rtdata/images/svg/trash-remove-small.svg similarity index 100% rename from rtdata/images/themed/svg/trash-remove-small.svg rename to rtdata/images/svg/trash-remove-small.svg diff --git a/rtdata/images/themed/svg/trash-remove.svg b/rtdata/images/svg/trash-remove.svg similarity index 100% rename from rtdata/images/themed/svg/trash-remove.svg rename to rtdata/images/svg/trash-remove.svg diff --git a/rtdata/images/themed/svg/trash-small.svg b/rtdata/images/svg/trash-small.svg similarity index 100% rename from rtdata/images/themed/svg/trash-small.svg rename to rtdata/images/svg/trash-small.svg diff --git a/rtdata/images/themed/svg/undo-all.svg b/rtdata/images/svg/undo-all.svg similarity index 100% rename from rtdata/images/themed/svg/undo-all.svg rename to rtdata/images/svg/undo-all.svg diff --git a/rtdata/images/themed/svg/undo-small.svg b/rtdata/images/svg/undo-small.svg similarity index 100% rename from rtdata/images/themed/svg/undo-small.svg rename to rtdata/images/svg/undo-small.svg diff --git a/rtdata/images/themed/svg/undo.svg b/rtdata/images/svg/undo.svg similarity index 100% rename from rtdata/images/themed/svg/undo.svg rename to rtdata/images/svg/undo.svg diff --git a/rtdata/images/themed/svg/warning-highlights.svg b/rtdata/images/svg/warning-highlights.svg similarity index 100% rename from rtdata/images/themed/svg/warning-highlights.svg rename to rtdata/images/svg/warning-highlights.svg diff --git a/rtdata/images/themed/svg/warning-shadows.svg b/rtdata/images/svg/warning-shadows.svg similarity index 100% rename from rtdata/images/themed/svg/warning-shadows.svg rename to rtdata/images/svg/warning-shadows.svg diff --git a/rtdata/images/themed/svg/warning.svg b/rtdata/images/svg/warning.svg similarity index 100% rename from rtdata/images/themed/svg/warning.svg rename to rtdata/images/svg/warning.svg diff --git a/rtdata/images/themed/svg/wavelets.svg b/rtdata/images/svg/wavelets.svg similarity index 100% rename from rtdata/images/themed/svg/wavelets.svg rename to rtdata/images/svg/wavelets.svg diff --git a/rtdata/images/themed/svg/wb-auto-small.svg b/rtdata/images/svg/wb-auto-small.svg similarity index 100% rename from rtdata/images/themed/svg/wb-auto-small.svg rename to rtdata/images/svg/wb-auto-small.svg diff --git a/rtdata/images/themed/svg/wb-auto.svg b/rtdata/images/svg/wb-auto.svg similarity index 100% rename from rtdata/images/themed/svg/wb-auto.svg rename to rtdata/images/svg/wb-auto.svg diff --git a/rtdata/images/themed/svg/wb-camera-small.svg b/rtdata/images/svg/wb-camera-small.svg similarity index 100% rename from rtdata/images/themed/svg/wb-camera-small.svg rename to rtdata/images/svg/wb-camera-small.svg diff --git a/rtdata/images/themed/svg/wb-camera.svg b/rtdata/images/svg/wb-camera.svg similarity index 100% rename from rtdata/images/themed/svg/wb-camera.svg rename to rtdata/images/svg/wb-camera.svg diff --git a/rtdata/images/themed/svg/wb-cloudy-small.svg b/rtdata/images/svg/wb-cloudy-small.svg similarity index 100% rename from rtdata/images/themed/svg/wb-cloudy-small.svg rename to rtdata/images/svg/wb-cloudy-small.svg diff --git a/rtdata/images/themed/svg/wb-cloudy.svg b/rtdata/images/svg/wb-cloudy.svg similarity index 100% rename from rtdata/images/themed/svg/wb-cloudy.svg rename to rtdata/images/svg/wb-cloudy.svg diff --git a/rtdata/images/themed/svg/wb-custom-small.svg b/rtdata/images/svg/wb-custom-small.svg similarity index 100% rename from rtdata/images/themed/svg/wb-custom-small.svg rename to rtdata/images/svg/wb-custom-small.svg diff --git a/rtdata/images/themed/svg/wb-custom.svg b/rtdata/images/svg/wb-custom.svg similarity index 100% rename from rtdata/images/themed/svg/wb-custom.svg rename to rtdata/images/svg/wb-custom.svg diff --git a/rtdata/images/themed/svg/wb-flash-small.svg b/rtdata/images/svg/wb-flash-small.svg similarity index 100% rename from rtdata/images/themed/svg/wb-flash-small.svg rename to rtdata/images/svg/wb-flash-small.svg diff --git a/rtdata/images/themed/svg/wb-flash.svg b/rtdata/images/svg/wb-flash.svg similarity index 100% rename from rtdata/images/themed/svg/wb-flash.svg rename to rtdata/images/svg/wb-flash.svg diff --git a/rtdata/images/themed/svg/wb-fluorescent-small.svg b/rtdata/images/svg/wb-fluorescent-small.svg similarity index 100% rename from rtdata/images/themed/svg/wb-fluorescent-small.svg rename to rtdata/images/svg/wb-fluorescent-small.svg diff --git a/rtdata/images/themed/svg/wb-fluorescent.svg b/rtdata/images/svg/wb-fluorescent.svg similarity index 100% rename from rtdata/images/themed/svg/wb-fluorescent.svg rename to rtdata/images/svg/wb-fluorescent.svg diff --git a/rtdata/images/themed/svg/wb-lamp-small.svg b/rtdata/images/svg/wb-lamp-small.svg similarity index 100% rename from rtdata/images/themed/svg/wb-lamp-small.svg rename to rtdata/images/svg/wb-lamp-small.svg diff --git a/rtdata/images/themed/svg/wb-lamp.svg b/rtdata/images/svg/wb-lamp.svg similarity index 100% rename from rtdata/images/themed/svg/wb-lamp.svg rename to rtdata/images/svg/wb-lamp.svg diff --git a/rtdata/images/themed/svg/wb-led-small.svg b/rtdata/images/svg/wb-led-small.svg similarity index 100% rename from rtdata/images/themed/svg/wb-led-small.svg rename to rtdata/images/svg/wb-led-small.svg diff --git a/rtdata/images/themed/svg/wb-led.svg b/rtdata/images/svg/wb-led.svg similarity index 100% rename from rtdata/images/themed/svg/wb-led.svg rename to rtdata/images/svg/wb-led.svg diff --git a/rtdata/images/themed/svg/wb-shade-small.svg b/rtdata/images/svg/wb-shade-small.svg similarity index 100% rename from rtdata/images/themed/svg/wb-shade-small.svg rename to rtdata/images/svg/wb-shade-small.svg diff --git a/rtdata/images/themed/svg/wb-shade.svg b/rtdata/images/svg/wb-shade.svg similarity index 100% rename from rtdata/images/themed/svg/wb-shade.svg rename to rtdata/images/svg/wb-shade.svg diff --git a/rtdata/images/themed/svg/wb-sun-small.svg b/rtdata/images/svg/wb-sun-small.svg similarity index 100% rename from rtdata/images/themed/svg/wb-sun-small.svg rename to rtdata/images/svg/wb-sun-small.svg diff --git a/rtdata/images/themed/svg/wb-sun.svg b/rtdata/images/svg/wb-sun.svg similarity index 100% rename from rtdata/images/themed/svg/wb-sun.svg rename to rtdata/images/svg/wb-sun.svg diff --git a/rtdata/images/themed/svg/wb-tungsten-small.svg b/rtdata/images/svg/wb-tungsten-small.svg similarity index 100% rename from rtdata/images/themed/svg/wb-tungsten-small.svg rename to rtdata/images/svg/wb-tungsten-small.svg diff --git a/rtdata/images/themed/svg/wb-tungsten.svg b/rtdata/images/svg/wb-tungsten.svg similarity index 100% rename from rtdata/images/themed/svg/wb-tungsten.svg rename to rtdata/images/svg/wb-tungsten.svg diff --git a/rtdata/images/themed/svg/wb-water-small.svg b/rtdata/images/svg/wb-water-small.svg similarity index 100% rename from rtdata/images/themed/svg/wb-water-small.svg rename to rtdata/images/svg/wb-water-small.svg diff --git a/rtdata/images/themed/svg/wb-water.svg b/rtdata/images/svg/wb-water.svg similarity index 100% rename from rtdata/images/themed/svg/wb-water.svg rename to rtdata/images/svg/wb-water.svg diff --git a/rtdata/images/themed/svg/window-add.svg b/rtdata/images/svg/window-add.svg similarity index 100% rename from rtdata/images/themed/svg/window-add.svg rename to rtdata/images/svg/window-add.svg diff --git a/rtdata/images/themed/png/1/dark/add-small.png b/rtdata/images/themed/png/1/dark/add-small.png deleted file mode 100644 index 44a3d8639..000000000 Binary files a/rtdata/images/themed/png/1/dark/add-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/add.png b/rtdata/images/themed/png/1/dark/add.png deleted file mode 100644 index 6b401bc87..000000000 Binary files a/rtdata/images/themed/png/1/dark/add.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/aperture.png b/rtdata/images/themed/png/1/dark/aperture.png deleted file mode 100644 index a80fda199..000000000 Binary files a/rtdata/images/themed/png/1/dark/aperture.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/arrow-down-small.png b/rtdata/images/themed/png/1/dark/arrow-down-small.png deleted file mode 100644 index 3c1b4033a..000000000 Binary files a/rtdata/images/themed/png/1/dark/arrow-down-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/arrow-left-small.png b/rtdata/images/themed/png/1/dark/arrow-left-small.png deleted file mode 100644 index b8245b953..000000000 Binary files a/rtdata/images/themed/png/1/dark/arrow-left-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/arrow-right-small.png b/rtdata/images/themed/png/1/dark/arrow-right-small.png deleted file mode 100644 index 83177a23a..000000000 Binary files a/rtdata/images/themed/png/1/dark/arrow-right-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/arrow-up-small.png b/rtdata/images/themed/png/1/dark/arrow-up-small.png deleted file mode 100644 index 0483b3e73..000000000 Binary files a/rtdata/images/themed/png/1/dark/arrow-up-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/arrow-updown.png b/rtdata/images/themed/png/1/dark/arrow-updown.png deleted file mode 100644 index cd2c0b14e..000000000 Binary files a/rtdata/images/themed/png/1/dark/arrow-updown.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/arrow2-left.png b/rtdata/images/themed/png/1/dark/arrow2-left.png deleted file mode 100644 index dd0c0c3d7..000000000 Binary files a/rtdata/images/themed/png/1/dark/arrow2-left.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/arrow2-right.png b/rtdata/images/themed/png/1/dark/arrow2-right.png deleted file mode 100644 index 2ee87ec71..000000000 Binary files a/rtdata/images/themed/png/1/dark/arrow2-right.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/atom.png b/rtdata/images/themed/png/1/dark/atom.png deleted file mode 100644 index 9de042fbb..000000000 Binary files a/rtdata/images/themed/png/1/dark/atom.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/bayer.png b/rtdata/images/themed/png/1/dark/bayer.png deleted file mode 100644 index 035318b9a..000000000 Binary files a/rtdata/images/themed/png/1/dark/bayer.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/beforeafter.png b/rtdata/images/themed/png/1/dark/beforeafter.png deleted file mode 100644 index 25bd64b5a..000000000 Binary files a/rtdata/images/themed/png/1/dark/beforeafter.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/cancel-small.png b/rtdata/images/themed/png/1/dark/cancel-small.png deleted file mode 100644 index 8a812e8f3..000000000 Binary files a/rtdata/images/themed/png/1/dark/cancel-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/cancel.png b/rtdata/images/themed/png/1/dark/cancel.png deleted file mode 100644 index 6eda05c50..000000000 Binary files a/rtdata/images/themed/png/1/dark/cancel.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-black-small.png b/rtdata/images/themed/png/1/dark/circle-black-small.png deleted file mode 100644 index f18a415b6..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-black-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-blue-green-small.png b/rtdata/images/themed/png/1/dark/circle-blue-green-small.png deleted file mode 100644 index 247931823..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-blue-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-blue-red-small.png b/rtdata/images/themed/png/1/dark/circle-blue-red-small.png deleted file mode 100644 index d88a01330..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-blue-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-blue-small.png b/rtdata/images/themed/png/1/dark/circle-blue-small.png deleted file mode 100644 index 2c8ff48fd..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-blue-yellow-small.png b/rtdata/images/themed/png/1/dark/circle-blue-yellow-small.png deleted file mode 100644 index 0585b2195..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-blue-yellow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-cyan-red-small.png b/rtdata/images/themed/png/1/dark/circle-cyan-red-small.png deleted file mode 100644 index ed7003161..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-cyan-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-cyan-small.png b/rtdata/images/themed/png/1/dark/circle-cyan-small.png deleted file mode 100644 index 84f873a2c..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-cyan-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-darkgray-small.png b/rtdata/images/themed/png/1/dark/circle-darkgray-small.png deleted file mode 100644 index e706b1eba..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-darkgray-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-empty-blue-small.png b/rtdata/images/themed/png/1/dark/circle-empty-blue-small.png deleted file mode 100644 index d53b3516e..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-empty-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-empty-darkgray-small.png b/rtdata/images/themed/png/1/dark/circle-empty-darkgray-small.png deleted file mode 100644 index 4f0f0f4c7..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-empty-darkgray-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-empty-gray-small.png b/rtdata/images/themed/png/1/dark/circle-empty-gray-small.png deleted file mode 100644 index b3a57c83b..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-empty-gray-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-empty-green-small.png b/rtdata/images/themed/png/1/dark/circle-empty-green-small.png deleted file mode 100644 index 3b1444d37..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-empty-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-empty-purple-small.png b/rtdata/images/themed/png/1/dark/circle-empty-purple-small.png deleted file mode 100644 index e61da8e9f..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-empty-purple-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-empty-red-small.png b/rtdata/images/themed/png/1/dark/circle-empty-red-small.png deleted file mode 100644 index bf8035931..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-empty-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-empty-yellow-small.png b/rtdata/images/themed/png/1/dark/circle-empty-yellow-small.png deleted file mode 100644 index 9a3ca9bd8..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-empty-yellow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-gray-blue-small.png b/rtdata/images/themed/png/1/dark/circle-gray-blue-small.png deleted file mode 100644 index 01d5da881..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-gray-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-gray-green-small.png b/rtdata/images/themed/png/1/dark/circle-gray-green-small.png deleted file mode 100644 index 2290b708f..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-gray-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-gray-red-small.png b/rtdata/images/themed/png/1/dark/circle-gray-red-small.png deleted file mode 100644 index 29afda33b..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-gray-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-gray-small.png b/rtdata/images/themed/png/1/dark/circle-gray-small.png deleted file mode 100644 index 18ad6330a..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-gray-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-green-blue-small.png b/rtdata/images/themed/png/1/dark/circle-green-blue-small.png deleted file mode 100644 index 1d6e60252..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-green-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-green-red-small.png b/rtdata/images/themed/png/1/dark/circle-green-red-small.png deleted file mode 100644 index 96f86b1b9..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-green-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-green-small.png b/rtdata/images/themed/png/1/dark/circle-green-small.png deleted file mode 100644 index 88270e0cb..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-magenta-small.png b/rtdata/images/themed/png/1/dark/circle-magenta-small.png deleted file mode 100644 index cce26e1f2..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-magenta-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-orange-small.png b/rtdata/images/themed/png/1/dark/circle-orange-small.png deleted file mode 100644 index 5894f0987..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-orange-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-purple-small.png b/rtdata/images/themed/png/1/dark/circle-purple-small.png deleted file mode 100644 index 9fe4eb0d6..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-purple-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-red-blue-small.png b/rtdata/images/themed/png/1/dark/circle-red-blue-small.png deleted file mode 100644 index e70ef22f6..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-red-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-red-cyan-small.png b/rtdata/images/themed/png/1/dark/circle-red-cyan-small.png deleted file mode 100644 index 92b03b953..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-red-cyan-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-red-green-small.png b/rtdata/images/themed/png/1/dark/circle-red-green-small.png deleted file mode 100644 index 4572e019f..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-red-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-red-small.png b/rtdata/images/themed/png/1/dark/circle-red-small.png deleted file mode 100644 index a8c9cecec..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-white-small.png b/rtdata/images/themed/png/1/dark/circle-white-small.png deleted file mode 100644 index acf4f8b76..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-white-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-yellow-blue-small.png b/rtdata/images/themed/png/1/dark/circle-yellow-blue-small.png deleted file mode 100644 index 1f7aec9f2..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-yellow-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/circle-yellow-small.png b/rtdata/images/themed/png/1/dark/circle-yellow-small.png deleted file mode 100644 index 1c5678ac2..000000000 Binary files a/rtdata/images/themed/png/1/dark/circle-yellow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/color-circles.png b/rtdata/images/themed/png/1/dark/color-circles.png deleted file mode 100644 index f4b974b13..000000000 Binary files a/rtdata/images/themed/png/1/dark/color-circles.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/color-picker-add-hicontrast.png b/rtdata/images/themed/png/1/dark/color-picker-add-hicontrast.png deleted file mode 100644 index 5dcdacf1f..000000000 Binary files a/rtdata/images/themed/png/1/dark/color-picker-add-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/color-picker-add.png b/rtdata/images/themed/png/1/dark/color-picker-add.png deleted file mode 100644 index fc4b040e2..000000000 Binary files a/rtdata/images/themed/png/1/dark/color-picker-add.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/color-picker-bars.png b/rtdata/images/themed/png/1/dark/color-picker-bars.png deleted file mode 100644 index 66e749864..000000000 Binary files a/rtdata/images/themed/png/1/dark/color-picker-bars.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/color-picker-hicontrast.png b/rtdata/images/themed/png/1/dark/color-picker-hicontrast.png deleted file mode 100644 index c7bfb850b..000000000 Binary files a/rtdata/images/themed/png/1/dark/color-picker-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/color-picker-hide.png b/rtdata/images/themed/png/1/dark/color-picker-hide.png deleted file mode 100644 index 0bd4fafba..000000000 Binary files a/rtdata/images/themed/png/1/dark/color-picker-hide.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/color-picker.png b/rtdata/images/themed/png/1/dark/color-picker.png deleted file mode 100644 index f0174fd44..000000000 Binary files a/rtdata/images/themed/png/1/dark/color-picker.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/contrastmask-off.png b/rtdata/images/themed/png/1/dark/contrastmask-off.png deleted file mode 100644 index f551f5413..000000000 Binary files a/rtdata/images/themed/png/1/dark/contrastmask-off.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/contrastmask-on.png b/rtdata/images/themed/png/1/dark/contrastmask-on.png deleted file mode 100644 index 28ea71f52..000000000 Binary files a/rtdata/images/themed/png/1/dark/contrastmask-on.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/copy.png b/rtdata/images/themed/png/1/dark/copy.png deleted file mode 100644 index 3b51949ed..000000000 Binary files a/rtdata/images/themed/png/1/dark/copy.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/crop-auto-small.png b/rtdata/images/themed/png/1/dark/crop-auto-small.png deleted file mode 100644 index d7942888d..000000000 Binary files a/rtdata/images/themed/png/1/dark/crop-auto-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/crop-auto.png b/rtdata/images/themed/png/1/dark/crop-auto.png deleted file mode 100644 index 52cbd9e77..000000000 Binary files a/rtdata/images/themed/png/1/dark/crop-auto.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/crop-point-hicontrast.png b/rtdata/images/themed/png/1/dark/crop-point-hicontrast.png deleted file mode 100644 index 65aa29856..000000000 Binary files a/rtdata/images/themed/png/1/dark/crop-point-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/crop-small.png b/rtdata/images/themed/png/1/dark/crop-small.png deleted file mode 100644 index aa278c16c..000000000 Binary files a/rtdata/images/themed/png/1/dark/crop-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/crop.png b/rtdata/images/themed/png/1/dark/crop.png deleted file mode 100644 index d8a290eec..000000000 Binary files a/rtdata/images/themed/png/1/dark/crop.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/crossed-arrows-in.png b/rtdata/images/themed/png/1/dark/crossed-arrows-in.png deleted file mode 100644 index 531803679..000000000 Binary files a/rtdata/images/themed/png/1/dark/crossed-arrows-in.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/crossed-arrows-out.png b/rtdata/images/themed/png/1/dark/crossed-arrows-out.png deleted file mode 100644 index c05eb3fe8..000000000 Binary files a/rtdata/images/themed/png/1/dark/crossed-arrows-out.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/crosshair-adjust.png b/rtdata/images/themed/png/1/dark/crosshair-adjust.png deleted file mode 100644 index 8536e8f09..000000000 Binary files a/rtdata/images/themed/png/1/dark/crosshair-adjust.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/crosshair-hicontrast.png b/rtdata/images/themed/png/1/dark/crosshair-hicontrast.png deleted file mode 100644 index 078512803..000000000 Binary files a/rtdata/images/themed/png/1/dark/crosshair-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/crosshair-node-curve.png b/rtdata/images/themed/png/1/dark/crosshair-node-curve.png deleted file mode 100644 index 08d6e00ff..000000000 Binary files a/rtdata/images/themed/png/1/dark/crosshair-node-curve.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/crosshair-small.png b/rtdata/images/themed/png/1/dark/crosshair-small.png deleted file mode 100644 index 66db0bd42..000000000 Binary files a/rtdata/images/themed/png/1/dark/crosshair-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/curve-controlpoints-small.png b/rtdata/images/themed/png/1/dark/curve-controlpoints-small.png deleted file mode 100644 index e4107e5e4..000000000 Binary files a/rtdata/images/themed/png/1/dark/curve-controlpoints-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/curve-controlpoints.png b/rtdata/images/themed/png/1/dark/curve-controlpoints.png deleted file mode 100644 index e85d1a214..000000000 Binary files a/rtdata/images/themed/png/1/dark/curve-controlpoints.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/curve-flat-small.png b/rtdata/images/themed/png/1/dark/curve-flat-small.png deleted file mode 100644 index 61893e320..000000000 Binary files a/rtdata/images/themed/png/1/dark/curve-flat-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/curve-flat.png b/rtdata/images/themed/png/1/dark/curve-flat.png deleted file mode 100644 index 7621dd8a0..000000000 Binary files a/rtdata/images/themed/png/1/dark/curve-flat.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/curve-linear-small.png b/rtdata/images/themed/png/1/dark/curve-linear-small.png deleted file mode 100644 index 723d29e93..000000000 Binary files a/rtdata/images/themed/png/1/dark/curve-linear-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/curve-linear.png b/rtdata/images/themed/png/1/dark/curve-linear.png deleted file mode 100644 index 60a8b3d73..000000000 Binary files a/rtdata/images/themed/png/1/dark/curve-linear.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/curve-nurbs-small.png b/rtdata/images/themed/png/1/dark/curve-nurbs-small.png deleted file mode 100644 index 0ba221d92..000000000 Binary files a/rtdata/images/themed/png/1/dark/curve-nurbs-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/curve-nurbs.png b/rtdata/images/themed/png/1/dark/curve-nurbs.png deleted file mode 100644 index 8d9425a0b..000000000 Binary files a/rtdata/images/themed/png/1/dark/curve-nurbs.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/curve-parametric-small.png b/rtdata/images/themed/png/1/dark/curve-parametric-small.png deleted file mode 100644 index 237b76125..000000000 Binary files a/rtdata/images/themed/png/1/dark/curve-parametric-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/curve-parametric.png b/rtdata/images/themed/png/1/dark/curve-parametric.png deleted file mode 100644 index 97f3ac96b..000000000 Binary files a/rtdata/images/themed/png/1/dark/curve-parametric.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/curve-spline-small.png b/rtdata/images/themed/png/1/dark/curve-spline-small.png deleted file mode 100644 index 763beda56..000000000 Binary files a/rtdata/images/themed/png/1/dark/curve-spline-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/curve-spline.png b/rtdata/images/themed/png/1/dark/curve-spline.png deleted file mode 100644 index c86105d46..000000000 Binary files a/rtdata/images/themed/png/1/dark/curve-spline.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/detail.png b/rtdata/images/themed/png/1/dark/detail.png deleted file mode 100644 index 73ee6a9f0..000000000 Binary files a/rtdata/images/themed/png/1/dark/detail.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/device-floppy.png b/rtdata/images/themed/png/1/dark/device-floppy.png deleted file mode 100644 index 939a6d63e..000000000 Binary files a/rtdata/images/themed/png/1/dark/device-floppy.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/device-hdd.png b/rtdata/images/themed/png/1/dark/device-hdd.png deleted file mode 100644 index 92ddc0e01..000000000 Binary files a/rtdata/images/themed/png/1/dark/device-hdd.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/device-network.png b/rtdata/images/themed/png/1/dark/device-network.png deleted file mode 100644 index 4aa2516ef..000000000 Binary files a/rtdata/images/themed/png/1/dark/device-network.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/device-optical.png b/rtdata/images/themed/png/1/dark/device-optical.png deleted file mode 100644 index e5cd69a02..000000000 Binary files a/rtdata/images/themed/png/1/dark/device-optical.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/device-usb.png b/rtdata/images/themed/png/1/dark/device-usb.png deleted file mode 100644 index a19b591e6..000000000 Binary files a/rtdata/images/themed/png/1/dark/device-usb.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/distortion-auto-small.png b/rtdata/images/themed/png/1/dark/distortion-auto-small.png deleted file mode 100644 index e002a4ae7..000000000 Binary files a/rtdata/images/themed/png/1/dark/distortion-auto-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/distortion-auto.png b/rtdata/images/themed/png/1/dark/distortion-auto.png deleted file mode 100644 index 28c89da36..000000000 Binary files a/rtdata/images/themed/png/1/dark/distortion-auto.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/distortion-barrel-small.png b/rtdata/images/themed/png/1/dark/distortion-barrel-small.png deleted file mode 100644 index 531fd93d9..000000000 Binary files a/rtdata/images/themed/png/1/dark/distortion-barrel-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/distortion-barrel.png b/rtdata/images/themed/png/1/dark/distortion-barrel.png deleted file mode 100644 index 44f312dc9..000000000 Binary files a/rtdata/images/themed/png/1/dark/distortion-barrel.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/distortion-pincushion-small.png b/rtdata/images/themed/png/1/dark/distortion-pincushion-small.png deleted file mode 100644 index c33205d78..000000000 Binary files a/rtdata/images/themed/png/1/dark/distortion-pincushion-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/distortion-pincushion.png b/rtdata/images/themed/png/1/dark/distortion-pincushion.png deleted file mode 100644 index 219dc6d37..000000000 Binary files a/rtdata/images/themed/png/1/dark/distortion-pincushion.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/edit-point.png b/rtdata/images/themed/png/1/dark/edit-point.png deleted file mode 100644 index 8ead1ea66..000000000 Binary files a/rtdata/images/themed/png/1/dark/edit-point.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/equilizer-narrow.png b/rtdata/images/themed/png/1/dark/equilizer-narrow.png deleted file mode 100644 index 6ee072ae5..000000000 Binary files a/rtdata/images/themed/png/1/dark/equilizer-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/equilizer-wide.png b/rtdata/images/themed/png/1/dark/equilizer-wide.png deleted file mode 100644 index 37c07c605..000000000 Binary files a/rtdata/images/themed/png/1/dark/equilizer-wide.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/expander-closed-small.png b/rtdata/images/themed/png/1/dark/expander-closed-small.png deleted file mode 100644 index b59480cd5..000000000 Binary files a/rtdata/images/themed/png/1/dark/expander-closed-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/expander-open-small.png b/rtdata/images/themed/png/1/dark/expander-open-small.png deleted file mode 100644 index 15b74149a..000000000 Binary files a/rtdata/images/themed/png/1/dark/expander-open-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/exposure.png b/rtdata/images/themed/png/1/dark/exposure.png deleted file mode 100644 index f7cc6e155..000000000 Binary files a/rtdata/images/themed/png/1/dark/exposure.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/filetype-hdr.png b/rtdata/images/themed/png/1/dark/filetype-hdr.png deleted file mode 100644 index a333858d5..000000000 Binary files a/rtdata/images/themed/png/1/dark/filetype-hdr.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/filetype-ps.png b/rtdata/images/themed/png/1/dark/filetype-ps.png deleted file mode 100644 index 414530cdd..000000000 Binary files a/rtdata/images/themed/png/1/dark/filetype-ps.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/filter-clear.png b/rtdata/images/themed/png/1/dark/filter-clear.png deleted file mode 100644 index acb729f11..000000000 Binary files a/rtdata/images/themed/png/1/dark/filter-clear.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/filter-original.png b/rtdata/images/themed/png/1/dark/filter-original.png deleted file mode 100644 index 9f538fab4..000000000 Binary files a/rtdata/images/themed/png/1/dark/filter-original.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/filter-original2.png b/rtdata/images/themed/png/1/dark/filter-original2.png deleted file mode 100644 index 7617380b2..000000000 Binary files a/rtdata/images/themed/png/1/dark/filter-original2.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/filter.png b/rtdata/images/themed/png/1/dark/filter.png deleted file mode 100644 index af0060c9a..000000000 Binary files a/rtdata/images/themed/png/1/dark/filter.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/flip-horizontal.png b/rtdata/images/themed/png/1/dark/flip-horizontal.png deleted file mode 100644 index fe53cefe7..000000000 Binary files a/rtdata/images/themed/png/1/dark/flip-horizontal.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/flip-vertical.png b/rtdata/images/themed/png/1/dark/flip-vertical.png deleted file mode 100644 index 85e7ccd02..000000000 Binary files a/rtdata/images/themed/png/1/dark/flip-vertical.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/focusscreen-off.png b/rtdata/images/themed/png/1/dark/focusscreen-off.png deleted file mode 100644 index 5ee597b3b..000000000 Binary files a/rtdata/images/themed/png/1/dark/focusscreen-off.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/focusscreen-on.png b/rtdata/images/themed/png/1/dark/focusscreen-on.png deleted file mode 100644 index f9c418b92..000000000 Binary files a/rtdata/images/themed/png/1/dark/focusscreen-on.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/folder-closed-home-small.png b/rtdata/images/themed/png/1/dark/folder-closed-home-small.png deleted file mode 100644 index 06aeea67a..000000000 Binary files a/rtdata/images/themed/png/1/dark/folder-closed-home-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/folder-closed-home.png b/rtdata/images/themed/png/1/dark/folder-closed-home.png deleted file mode 100644 index 88f801d24..000000000 Binary files a/rtdata/images/themed/png/1/dark/folder-closed-home.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/folder-closed-recent-small.png b/rtdata/images/themed/png/1/dark/folder-closed-recent-small.png deleted file mode 100644 index fdf1696b3..000000000 Binary files a/rtdata/images/themed/png/1/dark/folder-closed-recent-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/folder-closed-recent.png b/rtdata/images/themed/png/1/dark/folder-closed-recent.png deleted file mode 100644 index fe23eea9f..000000000 Binary files a/rtdata/images/themed/png/1/dark/folder-closed-recent.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/folder-closed-small.png b/rtdata/images/themed/png/1/dark/folder-closed-small.png deleted file mode 100644 index de543f67f..000000000 Binary files a/rtdata/images/themed/png/1/dark/folder-closed-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/folder-closed.png b/rtdata/images/themed/png/1/dark/folder-closed.png deleted file mode 100644 index 2ec2d9717..000000000 Binary files a/rtdata/images/themed/png/1/dark/folder-closed.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/folder-open-recent-small.png b/rtdata/images/themed/png/1/dark/folder-open-recent-small.png deleted file mode 100644 index 3fac2f496..000000000 Binary files a/rtdata/images/themed/png/1/dark/folder-open-recent-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/folder-open-recent.png b/rtdata/images/themed/png/1/dark/folder-open-recent.png deleted file mode 100644 index acf421774..000000000 Binary files a/rtdata/images/themed/png/1/dark/folder-open-recent.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/folder-open-small.png b/rtdata/images/themed/png/1/dark/folder-open-small.png deleted file mode 100644 index 56eca1923..000000000 Binary files a/rtdata/images/themed/png/1/dark/folder-open-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/folder-open.png b/rtdata/images/themed/png/1/dark/folder-open.png deleted file mode 100644 index df99ec1a2..000000000 Binary files a/rtdata/images/themed/png/1/dark/folder-open.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/fullscreen-enter.png b/rtdata/images/themed/png/1/dark/fullscreen-enter.png deleted file mode 100644 index 2986358eb..000000000 Binary files a/rtdata/images/themed/png/1/dark/fullscreen-enter.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/fullscreen-leave.png b/rtdata/images/themed/png/1/dark/fullscreen-leave.png deleted file mode 100644 index 5844f0e85..000000000 Binary files a/rtdata/images/themed/png/1/dark/fullscreen-leave.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/gamut-hist.png b/rtdata/images/themed/png/1/dark/gamut-hist.png deleted file mode 100644 index 346ae6225..000000000 Binary files a/rtdata/images/themed/png/1/dark/gamut-hist.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/gamut-plus.png b/rtdata/images/themed/png/1/dark/gamut-plus.png deleted file mode 100644 index a83f5e603..000000000 Binary files a/rtdata/images/themed/png/1/dark/gamut-plus.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/gamut-softproof.png b/rtdata/images/themed/png/1/dark/gamut-softproof.png deleted file mode 100644 index b130cc275..000000000 Binary files a/rtdata/images/themed/png/1/dark/gamut-softproof.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/gamut-warning.png b/rtdata/images/themed/png/1/dark/gamut-warning.png deleted file mode 100644 index cf09ff17d..000000000 Binary files a/rtdata/images/themed/png/1/dark/gamut-warning.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/gamut_srgb_prophoto_xy.png b/rtdata/images/themed/png/1/dark/gamut_srgb_prophoto_xy.png deleted file mode 100644 index 8e131b1dd..000000000 Binary files a/rtdata/images/themed/png/1/dark/gamut_srgb_prophoto_xy.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/gears-pause.png b/rtdata/images/themed/png/1/dark/gears-pause.png deleted file mode 100644 index e9cb6a535..000000000 Binary files a/rtdata/images/themed/png/1/dark/gears-pause.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/gears-play.png b/rtdata/images/themed/png/1/dark/gears-play.png deleted file mode 100644 index 917130261..000000000 Binary files a/rtdata/images/themed/png/1/dark/gears-play.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/gears-small.png b/rtdata/images/themed/png/1/dark/gears-small.png deleted file mode 100644 index 70186dd18..000000000 Binary files a/rtdata/images/themed/png/1/dark/gears-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/gears.png b/rtdata/images/themed/png/1/dark/gears.png deleted file mode 100644 index e21456d9f..000000000 Binary files a/rtdata/images/themed/png/1/dark/gears.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/goto-end-small.png b/rtdata/images/themed/png/1/dark/goto-end-small.png deleted file mode 100644 index 13f626635..000000000 Binary files a/rtdata/images/themed/png/1/dark/goto-end-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/goto-start-small.png b/rtdata/images/themed/png/1/dark/goto-start-small.png deleted file mode 100644 index 70cc10bf4..000000000 Binary files a/rtdata/images/themed/png/1/dark/goto-start-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/hand-closed-hicontrast.png b/rtdata/images/themed/png/1/dark/hand-closed-hicontrast.png deleted file mode 100644 index 590d95096..000000000 Binary files a/rtdata/images/themed/png/1/dark/hand-closed-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/hand-open-hicontrast.png b/rtdata/images/themed/png/1/dark/hand-open-hicontrast.png deleted file mode 100644 index 2ee26e375..000000000 Binary files a/rtdata/images/themed/png/1/dark/hand-open-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/hand-open.png b/rtdata/images/themed/png/1/dark/hand-open.png deleted file mode 100644 index 85fcaaacc..000000000 Binary files a/rtdata/images/themed/png/1/dark/hand-open.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-bar-off-small.png b/rtdata/images/themed/png/1/dark/histogram-bar-off-small.png deleted file mode 100644 index 5c9c21e72..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-bar-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-bar-on-small.png b/rtdata/images/themed/png/1/dark/histogram-bar-on-small.png deleted file mode 100644 index f8a5bddf6..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-bar-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-bayer-off-small.png b/rtdata/images/themed/png/1/dark/histogram-bayer-off-small.png deleted file mode 100644 index af1369145..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-bayer-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-bayer-on-small.png b/rtdata/images/themed/png/1/dark/histogram-bayer-on-small.png deleted file mode 100644 index 44e23b51b..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-bayer-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-blue-off-small.png b/rtdata/images/themed/png/1/dark/histogram-blue-off-small.png deleted file mode 100644 index 8b368ed63..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-blue-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-blue-on-small.png b/rtdata/images/themed/png/1/dark/histogram-blue-on-small.png deleted file mode 100644 index 537153043..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-blue-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-gold-off-small.png b/rtdata/images/themed/png/1/dark/histogram-gold-off-small.png deleted file mode 100644 index 4272c3ff7..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-gold-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-gold-on-small.png b/rtdata/images/themed/png/1/dark/histogram-gold-on-small.png deleted file mode 100644 index 8f32203fd..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-gold-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-green-off-small.png b/rtdata/images/themed/png/1/dark/histogram-green-off-small.png deleted file mode 100644 index 395fcac9e..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-green-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-green-on-small.png b/rtdata/images/themed/png/1/dark/histogram-green-on-small.png deleted file mode 100644 index db3f89ef5..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-green-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-mode-linear-small.png b/rtdata/images/themed/png/1/dark/histogram-mode-linear-small.png deleted file mode 100644 index 507be4c3e..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-mode-linear-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-mode-logx-small.png b/rtdata/images/themed/png/1/dark/histogram-mode-logx-small.png deleted file mode 100644 index 2a0b7cc6a..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-mode-logx-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-mode-logxy-small.png b/rtdata/images/themed/png/1/dark/histogram-mode-logxy-small.png deleted file mode 100644 index 23bf705ac..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-mode-logxy-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-red-off-small.png b/rtdata/images/themed/png/1/dark/histogram-red-off-small.png deleted file mode 100644 index 7d5ea5352..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-red-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-red-on-small.png b/rtdata/images/themed/png/1/dark/histogram-red-on-small.png deleted file mode 100644 index deee136a2..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-red-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-silver-off-small.png b/rtdata/images/themed/png/1/dark/histogram-silver-off-small.png deleted file mode 100644 index d88e879bc..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-silver-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/histogram-silver-on-small.png b/rtdata/images/themed/png/1/dark/histogram-silver-on-small.png deleted file mode 100644 index bdef06144..000000000 Binary files a/rtdata/images/themed/png/1/dark/histogram-silver-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/info.png b/rtdata/images/themed/png/1/dark/info.png deleted file mode 100644 index 4d7ad53bb..000000000 Binary files a/rtdata/images/themed/png/1/dark/info.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/intent-absolute.png b/rtdata/images/themed/png/1/dark/intent-absolute.png deleted file mode 100644 index 14cc9f44b..000000000 Binary files a/rtdata/images/themed/png/1/dark/intent-absolute.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/intent-perceptual.png b/rtdata/images/themed/png/1/dark/intent-perceptual.png deleted file mode 100644 index 44507d85f..000000000 Binary files a/rtdata/images/themed/png/1/dark/intent-perceptual.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/intent-relative.png b/rtdata/images/themed/png/1/dark/intent-relative.png deleted file mode 100644 index 895c335c1..000000000 Binary files a/rtdata/images/themed/png/1/dark/intent-relative.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/intent-saturation.png b/rtdata/images/themed/png/1/dark/intent-saturation.png deleted file mode 100644 index fb33221e4..000000000 Binary files a/rtdata/images/themed/png/1/dark/intent-saturation.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/magnifier-1to1-small.png b/rtdata/images/themed/png/1/dark/magnifier-1to1-small.png deleted file mode 100644 index b68d5d975..000000000 Binary files a/rtdata/images/themed/png/1/dark/magnifier-1to1-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/magnifier-1to1.png b/rtdata/images/themed/png/1/dark/magnifier-1to1.png deleted file mode 100644 index b111f5cb6..000000000 Binary files a/rtdata/images/themed/png/1/dark/magnifier-1to1.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/magnifier-crop.png b/rtdata/images/themed/png/1/dark/magnifier-crop.png deleted file mode 100644 index 1302ac7f9..000000000 Binary files a/rtdata/images/themed/png/1/dark/magnifier-crop.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/magnifier-fit.png b/rtdata/images/themed/png/1/dark/magnifier-fit.png deleted file mode 100644 index d3c238338..000000000 Binary files a/rtdata/images/themed/png/1/dark/magnifier-fit.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/magnifier-minus-small.png b/rtdata/images/themed/png/1/dark/magnifier-minus-small.png deleted file mode 100644 index dd1b65589..000000000 Binary files a/rtdata/images/themed/png/1/dark/magnifier-minus-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/magnifier-minus.png b/rtdata/images/themed/png/1/dark/magnifier-minus.png deleted file mode 100644 index 1f60a292a..000000000 Binary files a/rtdata/images/themed/png/1/dark/magnifier-minus.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/magnifier-plus-small.png b/rtdata/images/themed/png/1/dark/magnifier-plus-small.png deleted file mode 100644 index 532f9c426..000000000 Binary files a/rtdata/images/themed/png/1/dark/magnifier-plus-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/magnifier-plus.png b/rtdata/images/themed/png/1/dark/magnifier-plus.png deleted file mode 100644 index b8d6a2a7a..000000000 Binary files a/rtdata/images/themed/png/1/dark/magnifier-plus.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/magnifier.png b/rtdata/images/themed/png/1/dark/magnifier.png deleted file mode 100644 index 6ae59fd55..000000000 Binary files a/rtdata/images/themed/png/1/dark/magnifier.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/metadata.png b/rtdata/images/themed/png/1/dark/metadata.png deleted file mode 100644 index 48fccde79..000000000 Binary files a/rtdata/images/themed/png/1/dark/metadata.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/node-move-nw-se-hicontrast.png b/rtdata/images/themed/png/1/dark/node-move-nw-se-hicontrast.png deleted file mode 100644 index b802c5849..000000000 Binary files a/rtdata/images/themed/png/1/dark/node-move-nw-se-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/node-move-sw-ne-hicontrast.png b/rtdata/images/themed/png/1/dark/node-move-sw-ne-hicontrast.png deleted file mode 100644 index 2e51e88a3..000000000 Binary files a/rtdata/images/themed/png/1/dark/node-move-sw-ne-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/node-move-x-hicontrast.png b/rtdata/images/themed/png/1/dark/node-move-x-hicontrast.png deleted file mode 100644 index 1cc871dbb..000000000 Binary files a/rtdata/images/themed/png/1/dark/node-move-x-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/node-move-xy-hicontrast.png b/rtdata/images/themed/png/1/dark/node-move-xy-hicontrast.png deleted file mode 100644 index 8b843958d..000000000 Binary files a/rtdata/images/themed/png/1/dark/node-move-xy-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/node-move-y-hicontrast.png b/rtdata/images/themed/png/1/dark/node-move-y-hicontrast.png deleted file mode 100644 index f80690851..000000000 Binary files a/rtdata/images/themed/png/1/dark/node-move-y-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/one-to-one-small.png b/rtdata/images/themed/png/1/dark/one-to-one-small.png deleted file mode 100644 index 50cda2db5..000000000 Binary files a/rtdata/images/themed/png/1/dark/one-to-one-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/ornament1.png b/rtdata/images/themed/png/1/dark/ornament1.png deleted file mode 100644 index 2acdd19e8..000000000 Binary files a/rtdata/images/themed/png/1/dark/ornament1.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/padlock-locked-small.png b/rtdata/images/themed/png/1/dark/padlock-locked-small.png deleted file mode 100644 index 8f7c12169..000000000 Binary files a/rtdata/images/themed/png/1/dark/padlock-locked-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/padlock-unlocked-small.png b/rtdata/images/themed/png/1/dark/padlock-unlocked-small.png deleted file mode 100644 index ad27326c7..000000000 Binary files a/rtdata/images/themed/png/1/dark/padlock-unlocked-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/palette-brush.png b/rtdata/images/themed/png/1/dark/palette-brush.png deleted file mode 100644 index 592521db0..000000000 Binary files a/rtdata/images/themed/png/1/dark/palette-brush.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/panel-to-bottom.png b/rtdata/images/themed/png/1/dark/panel-to-bottom.png deleted file mode 100644 index a8ed862f1..000000000 Binary files a/rtdata/images/themed/png/1/dark/panel-to-bottom.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/panel-to-left.png b/rtdata/images/themed/png/1/dark/panel-to-left.png deleted file mode 100644 index 51eb8b845..000000000 Binary files a/rtdata/images/themed/png/1/dark/panel-to-left.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/panel-to-right.png b/rtdata/images/themed/png/1/dark/panel-to-right.png deleted file mode 100644 index 372607970..000000000 Binary files a/rtdata/images/themed/png/1/dark/panel-to-right.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/panel-to-top.png b/rtdata/images/themed/png/1/dark/panel-to-top.png deleted file mode 100644 index fc92ca1f6..000000000 Binary files a/rtdata/images/themed/png/1/dark/panel-to-top.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/paste.png b/rtdata/images/themed/png/1/dark/paste.png deleted file mode 100644 index fba618a86..000000000 Binary files a/rtdata/images/themed/png/1/dark/paste.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/perspective-horizontal-left-small.png b/rtdata/images/themed/png/1/dark/perspective-horizontal-left-small.png deleted file mode 100644 index 039485fe3..000000000 Binary files a/rtdata/images/themed/png/1/dark/perspective-horizontal-left-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/perspective-horizontal-left.png b/rtdata/images/themed/png/1/dark/perspective-horizontal-left.png deleted file mode 100644 index b2b169840..000000000 Binary files a/rtdata/images/themed/png/1/dark/perspective-horizontal-left.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/perspective-horizontal-right-small.png b/rtdata/images/themed/png/1/dark/perspective-horizontal-right-small.png deleted file mode 100644 index a917cf458..000000000 Binary files a/rtdata/images/themed/png/1/dark/perspective-horizontal-right-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/perspective-horizontal-right.png b/rtdata/images/themed/png/1/dark/perspective-horizontal-right.png deleted file mode 100644 index 6ab911949..000000000 Binary files a/rtdata/images/themed/png/1/dark/perspective-horizontal-right.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/perspective-vertical-bottom-small.png b/rtdata/images/themed/png/1/dark/perspective-vertical-bottom-small.png deleted file mode 100644 index f45a38c3e..000000000 Binary files a/rtdata/images/themed/png/1/dark/perspective-vertical-bottom-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/perspective-vertical-bottom.png b/rtdata/images/themed/png/1/dark/perspective-vertical-bottom.png deleted file mode 100644 index 0e508882b..000000000 Binary files a/rtdata/images/themed/png/1/dark/perspective-vertical-bottom.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/perspective-vertical-top-small.png b/rtdata/images/themed/png/1/dark/perspective-vertical-top-small.png deleted file mode 100644 index ab96d5596..000000000 Binary files a/rtdata/images/themed/png/1/dark/perspective-vertical-top-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/perspective-vertical-top.png b/rtdata/images/themed/png/1/dark/perspective-vertical-top.png deleted file mode 100644 index 6084254a5..000000000 Binary files a/rtdata/images/themed/png/1/dark/perspective-vertical-top.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/power-inconsistent-small.png b/rtdata/images/themed/png/1/dark/power-inconsistent-small.png deleted file mode 100644 index 75f9c7a58..000000000 Binary files a/rtdata/images/themed/png/1/dark/power-inconsistent-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/power-off-small.png b/rtdata/images/themed/png/1/dark/power-off-small.png deleted file mode 100644 index 9b3118c50..000000000 Binary files a/rtdata/images/themed/png/1/dark/power-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/power-on-small.png b/rtdata/images/themed/png/1/dark/power-on-small.png deleted file mode 100644 index c54e0d50e..000000000 Binary files a/rtdata/images/themed/png/1/dark/power-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/preferences.png b/rtdata/images/themed/png/1/dark/preferences.png deleted file mode 100644 index b88c501e5..000000000 Binary files a/rtdata/images/themed/png/1/dark/preferences.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/profile-filled.png b/rtdata/images/themed/png/1/dark/profile-filled.png deleted file mode 100644 index e806c99f5..000000000 Binary files a/rtdata/images/themed/png/1/dark/profile-filled.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/profile-partial.png b/rtdata/images/themed/png/1/dark/profile-partial.png deleted file mode 100644 index 335a0238a..000000000 Binary files a/rtdata/images/themed/png/1/dark/profile-partial.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/redo-all.png b/rtdata/images/themed/png/1/dark/redo-all.png deleted file mode 100644 index e293010d0..000000000 Binary files a/rtdata/images/themed/png/1/dark/redo-all.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/redo-small.png b/rtdata/images/themed/png/1/dark/redo-small.png deleted file mode 100644 index 206200d6d..000000000 Binary files a/rtdata/images/themed/png/1/dark/redo-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/redo.png b/rtdata/images/themed/png/1/dark/redo.png deleted file mode 100644 index c75b63620..000000000 Binary files a/rtdata/images/themed/png/1/dark/redo.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/refresh-red-small.png b/rtdata/images/themed/png/1/dark/refresh-red-small.png deleted file mode 100644 index 296035883..000000000 Binary files a/rtdata/images/themed/png/1/dark/refresh-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/refresh-small.png b/rtdata/images/themed/png/1/dark/refresh-small.png deleted file mode 100644 index b8f2e67d5..000000000 Binary files a/rtdata/images/themed/png/1/dark/refresh-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/refresh.png b/rtdata/images/themed/png/1/dark/refresh.png deleted file mode 100644 index 6981fbefb..000000000 Binary files a/rtdata/images/themed/png/1/dark/refresh.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/remove-small.png b/rtdata/images/themed/png/1/dark/remove-small.png deleted file mode 100644 index 996823902..000000000 Binary files a/rtdata/images/themed/png/1/dark/remove-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/remove.png b/rtdata/images/themed/png/1/dark/remove.png deleted file mode 100644 index 8d9715ac5..000000000 Binary files a/rtdata/images/themed/png/1/dark/remove.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/rotate-aroundnode-hicontrast.png b/rtdata/images/themed/png/1/dark/rotate-aroundnode-hicontrast.png deleted file mode 100644 index d8929ac42..000000000 Binary files a/rtdata/images/themed/png/1/dark/rotate-aroundnode-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/rotate-aroundnode.png b/rtdata/images/themed/png/1/dark/rotate-aroundnode.png deleted file mode 100644 index 50db200a6..000000000 Binary files a/rtdata/images/themed/png/1/dark/rotate-aroundnode.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/rotate-left-90.png b/rtdata/images/themed/png/1/dark/rotate-left-90.png deleted file mode 100644 index fa238e339..000000000 Binary files a/rtdata/images/themed/png/1/dark/rotate-left-90.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/rotate-left-small.png b/rtdata/images/themed/png/1/dark/rotate-left-small.png deleted file mode 100644 index 659dc6344..000000000 Binary files a/rtdata/images/themed/png/1/dark/rotate-left-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/rotate-left.png b/rtdata/images/themed/png/1/dark/rotate-left.png deleted file mode 100644 index 739b39c0b..000000000 Binary files a/rtdata/images/themed/png/1/dark/rotate-left.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/rotate-right-90.png b/rtdata/images/themed/png/1/dark/rotate-right-90.png deleted file mode 100644 index 126232d2f..000000000 Binary files a/rtdata/images/themed/png/1/dark/rotate-right-90.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/rotate-right-small.png b/rtdata/images/themed/png/1/dark/rotate-right-small.png deleted file mode 100644 index c59152c81..000000000 Binary files a/rtdata/images/themed/png/1/dark/rotate-right-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/rotate-right.png b/rtdata/images/themed/png/1/dark/rotate-right.png deleted file mode 100644 index 8f99d9b05..000000000 Binary files a/rtdata/images/themed/png/1/dark/rotate-right.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/rotate-straighten-small.png b/rtdata/images/themed/png/1/dark/rotate-straighten-small.png deleted file mode 100644 index d57dcb7c7..000000000 Binary files a/rtdata/images/themed/png/1/dark/rotate-straighten-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/rotate-straighten.png b/rtdata/images/themed/png/1/dark/rotate-straighten.png deleted file mode 100644 index 457282758..000000000 Binary files a/rtdata/images/themed/png/1/dark/rotate-straighten.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/save-small.png b/rtdata/images/themed/png/1/dark/save-small.png deleted file mode 100644 index e4912f5d2..000000000 Binary files a/rtdata/images/themed/png/1/dark/save-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/save.png b/rtdata/images/themed/png/1/dark/save.png deleted file mode 100644 index 2d52cdaeb..000000000 Binary files a/rtdata/images/themed/png/1/dark/save.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/saved-no-small.png b/rtdata/images/themed/png/1/dark/saved-no-small.png deleted file mode 100644 index 417f27624..000000000 Binary files a/rtdata/images/themed/png/1/dark/saved-no-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/saved-yes-small.png b/rtdata/images/themed/png/1/dark/saved-yes-small.png deleted file mode 100644 index 953c7f8cc..000000000 Binary files a/rtdata/images/themed/png/1/dark/saved-yes-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/square-toggle-black-off-narrow.png b/rtdata/images/themed/png/1/dark/square-toggle-black-off-narrow.png deleted file mode 100644 index ff6adb675..000000000 Binary files a/rtdata/images/themed/png/1/dark/square-toggle-black-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/square-toggle-black-on-narrow.png b/rtdata/images/themed/png/1/dark/square-toggle-black-on-narrow.png deleted file mode 100644 index 5d6e35c3d..000000000 Binary files a/rtdata/images/themed/png/1/dark/square-toggle-black-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/square-toggle-blue-off-narrow.png b/rtdata/images/themed/png/1/dark/square-toggle-blue-off-narrow.png deleted file mode 100644 index 2a9741c0f..000000000 Binary files a/rtdata/images/themed/png/1/dark/square-toggle-blue-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/square-toggle-blue-on-narrow.png b/rtdata/images/themed/png/1/dark/square-toggle-blue-on-narrow.png deleted file mode 100644 index e52337d33..000000000 Binary files a/rtdata/images/themed/png/1/dark/square-toggle-blue-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/square-toggle-gray-off-narrow.png b/rtdata/images/themed/png/1/dark/square-toggle-gray-off-narrow.png deleted file mode 100644 index 7e009920f..000000000 Binary files a/rtdata/images/themed/png/1/dark/square-toggle-gray-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/square-toggle-gray-on-narrow.png b/rtdata/images/themed/png/1/dark/square-toggle-gray-on-narrow.png deleted file mode 100644 index 64289008a..000000000 Binary files a/rtdata/images/themed/png/1/dark/square-toggle-gray-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/square-toggle-green-off-narrow.png b/rtdata/images/themed/png/1/dark/square-toggle-green-off-narrow.png deleted file mode 100644 index f55cbb8c3..000000000 Binary files a/rtdata/images/themed/png/1/dark/square-toggle-green-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/square-toggle-green-on-narrow.png b/rtdata/images/themed/png/1/dark/square-toggle-green-on-narrow.png deleted file mode 100644 index 0c8b9522d..000000000 Binary files a/rtdata/images/themed/png/1/dark/square-toggle-green-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/square-toggle-luminosity-off-narrow.png b/rtdata/images/themed/png/1/dark/square-toggle-luminosity-off-narrow.png deleted file mode 100644 index c6dfe8410..000000000 Binary files a/rtdata/images/themed/png/1/dark/square-toggle-luminosity-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/square-toggle-luminosity-on-narrow.png b/rtdata/images/themed/png/1/dark/square-toggle-luminosity-on-narrow.png deleted file mode 100644 index b45b608d9..000000000 Binary files a/rtdata/images/themed/png/1/dark/square-toggle-luminosity-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/square-toggle-red-off-narrow.png b/rtdata/images/themed/png/1/dark/square-toggle-red-off-narrow.png deleted file mode 100644 index 99730ee4b..000000000 Binary files a/rtdata/images/themed/png/1/dark/square-toggle-red-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/square-toggle-red-on-narrow.png b/rtdata/images/themed/png/1/dark/square-toggle-red-on-narrow.png deleted file mode 100644 index e0b91d8b3..000000000 Binary files a/rtdata/images/themed/png/1/dark/square-toggle-red-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/square-toggle-theme-off-narrow.png b/rtdata/images/themed/png/1/dark/square-toggle-theme-off-narrow.png deleted file mode 100644 index 449946648..000000000 Binary files a/rtdata/images/themed/png/1/dark/square-toggle-theme-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/square-toggle-theme-on-narrow.png b/rtdata/images/themed/png/1/dark/square-toggle-theme-on-narrow.png deleted file mode 100644 index e59257824..000000000 Binary files a/rtdata/images/themed/png/1/dark/square-toggle-theme-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/square-toggle-white-off-narrow.png b/rtdata/images/themed/png/1/dark/square-toggle-white-off-narrow.png deleted file mode 100644 index b2e5e3611..000000000 Binary files a/rtdata/images/themed/png/1/dark/square-toggle-white-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/square-toggle-white-on-narrow.png b/rtdata/images/themed/png/1/dark/square-toggle-white-on-narrow.png deleted file mode 100644 index 7ff59d927..000000000 Binary files a/rtdata/images/themed/png/1/dark/square-toggle-white-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/star-gold-hollow-narrow.png b/rtdata/images/themed/png/1/dark/star-gold-hollow-narrow.png deleted file mode 100644 index b0ce704d6..000000000 Binary files a/rtdata/images/themed/png/1/dark/star-gold-hollow-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/star-gold-hollow-small.png b/rtdata/images/themed/png/1/dark/star-gold-hollow-small.png deleted file mode 100644 index 478055c2b..000000000 Binary files a/rtdata/images/themed/png/1/dark/star-gold-hollow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/star-gold-narrow.png b/rtdata/images/themed/png/1/dark/star-gold-narrow.png deleted file mode 100644 index 32710fb9d..000000000 Binary files a/rtdata/images/themed/png/1/dark/star-gold-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/star-gold-small.png b/rtdata/images/themed/png/1/dark/star-gold-small.png deleted file mode 100644 index da02a823e..000000000 Binary files a/rtdata/images/themed/png/1/dark/star-gold-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/star-hollow-narrow.png b/rtdata/images/themed/png/1/dark/star-hollow-narrow.png deleted file mode 100644 index b9c978350..000000000 Binary files a/rtdata/images/themed/png/1/dark/star-hollow-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/star-hollow-small.png b/rtdata/images/themed/png/1/dark/star-hollow-small.png deleted file mode 100644 index b5cf648ca..000000000 Binary files a/rtdata/images/themed/png/1/dark/star-hollow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/star-narrow.png b/rtdata/images/themed/png/1/dark/star-narrow.png deleted file mode 100644 index bdcc73bfe..000000000 Binary files a/rtdata/images/themed/png/1/dark/star-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/star-small.png b/rtdata/images/themed/png/1/dark/star-small.png deleted file mode 100644 index db895d932..000000000 Binary files a/rtdata/images/themed/png/1/dark/star-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/template-16.png b/rtdata/images/themed/png/1/dark/template-16.png deleted file mode 100644 index 1c50ead9e..000000000 Binary files a/rtdata/images/themed/png/1/dark/template-16.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/template-24.png b/rtdata/images/themed/png/1/dark/template-24.png deleted file mode 100644 index 7ab9e8c0f..000000000 Binary files a/rtdata/images/themed/png/1/dark/template-24.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/template-narrow.png b/rtdata/images/themed/png/1/dark/template-narrow.png deleted file mode 100644 index 78c374503..000000000 Binary files a/rtdata/images/themed/png/1/dark/template-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/tick-green-hollow-small.png b/rtdata/images/themed/png/1/dark/tick-green-hollow-small.png deleted file mode 100644 index 176bf5489..000000000 Binary files a/rtdata/images/themed/png/1/dark/tick-green-hollow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/tick-green-hollow.png b/rtdata/images/themed/png/1/dark/tick-green-hollow.png deleted file mode 100644 index 7cac33dc0..000000000 Binary files a/rtdata/images/themed/png/1/dark/tick-green-hollow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/tick-green-small.png b/rtdata/images/themed/png/1/dark/tick-green-small.png deleted file mode 100644 index 54cf5d024..000000000 Binary files a/rtdata/images/themed/png/1/dark/tick-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/tick-green.png b/rtdata/images/themed/png/1/dark/tick-green.png deleted file mode 100644 index 2458734b2..000000000 Binary files a/rtdata/images/themed/png/1/dark/tick-green.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/tick-hollow-small.png b/rtdata/images/themed/png/1/dark/tick-hollow-small.png deleted file mode 100644 index e5e492deb..000000000 Binary files a/rtdata/images/themed/png/1/dark/tick-hollow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/tick-small.png b/rtdata/images/themed/png/1/dark/tick-small.png deleted file mode 100644 index 8ee5e5516..000000000 Binary files a/rtdata/images/themed/png/1/dark/tick-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/tick.png b/rtdata/images/themed/png/1/dark/tick.png deleted file mode 100644 index 5318ae4d5..000000000 Binary files a/rtdata/images/themed/png/1/dark/tick.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/transform.png b/rtdata/images/themed/png/1/dark/transform.png deleted file mode 100644 index 30cd76dd6..000000000 Binary files a/rtdata/images/themed/png/1/dark/transform.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/trash-delete.png b/rtdata/images/themed/png/1/dark/trash-delete.png deleted file mode 100644 index 1a7c084aa..000000000 Binary files a/rtdata/images/themed/png/1/dark/trash-delete.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/trash-empty-show.png b/rtdata/images/themed/png/1/dark/trash-empty-show.png deleted file mode 100644 index 983979634..000000000 Binary files a/rtdata/images/themed/png/1/dark/trash-empty-show.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/trash-empty.png b/rtdata/images/themed/png/1/dark/trash-empty.png deleted file mode 100644 index a1b92354e..000000000 Binary files a/rtdata/images/themed/png/1/dark/trash-empty.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/trash-full-show.png b/rtdata/images/themed/png/1/dark/trash-full-show.png deleted file mode 100644 index 1c1c7aa17..000000000 Binary files a/rtdata/images/themed/png/1/dark/trash-full-show.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/trash-full.png b/rtdata/images/themed/png/1/dark/trash-full.png deleted file mode 100644 index 699d2b8ac..000000000 Binary files a/rtdata/images/themed/png/1/dark/trash-full.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/trash-hide-deleted.png b/rtdata/images/themed/png/1/dark/trash-hide-deleted.png deleted file mode 100644 index ffbb9f391..000000000 Binary files a/rtdata/images/themed/png/1/dark/trash-hide-deleted.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/trash-remove-small.png b/rtdata/images/themed/png/1/dark/trash-remove-small.png deleted file mode 100644 index 75fd6493c..000000000 Binary files a/rtdata/images/themed/png/1/dark/trash-remove-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/trash-remove.png b/rtdata/images/themed/png/1/dark/trash-remove.png deleted file mode 100644 index f9dc4bde7..000000000 Binary files a/rtdata/images/themed/png/1/dark/trash-remove.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/trash-small.png b/rtdata/images/themed/png/1/dark/trash-small.png deleted file mode 100644 index 2a19f041c..000000000 Binary files a/rtdata/images/themed/png/1/dark/trash-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/undo-all.png b/rtdata/images/themed/png/1/dark/undo-all.png deleted file mode 100644 index 7f577140b..000000000 Binary files a/rtdata/images/themed/png/1/dark/undo-all.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/undo-small.png b/rtdata/images/themed/png/1/dark/undo-small.png deleted file mode 100644 index 9505829d4..000000000 Binary files a/rtdata/images/themed/png/1/dark/undo-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/undo.png b/rtdata/images/themed/png/1/dark/undo.png deleted file mode 100644 index 3e0a28d1e..000000000 Binary files a/rtdata/images/themed/png/1/dark/undo.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/warning-highlights.png b/rtdata/images/themed/png/1/dark/warning-highlights.png deleted file mode 100644 index 61ec734ca..000000000 Binary files a/rtdata/images/themed/png/1/dark/warning-highlights.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/warning-shadows.png b/rtdata/images/themed/png/1/dark/warning-shadows.png deleted file mode 100644 index c5e83dad6..000000000 Binary files a/rtdata/images/themed/png/1/dark/warning-shadows.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wavelets.png b/rtdata/images/themed/png/1/dark/wavelets.png deleted file mode 100644 index 664fa8196..000000000 Binary files a/rtdata/images/themed/png/1/dark/wavelets.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-auto-small.png b/rtdata/images/themed/png/1/dark/wb-auto-small.png deleted file mode 100644 index e557048eb..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-auto-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-auto.png b/rtdata/images/themed/png/1/dark/wb-auto.png deleted file mode 100644 index e2f033360..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-auto.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-camera-small.png b/rtdata/images/themed/png/1/dark/wb-camera-small.png deleted file mode 100644 index 69c869445..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-camera-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-camera.png b/rtdata/images/themed/png/1/dark/wb-camera.png deleted file mode 100644 index 8749579d0..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-camera.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-cloudy-small.png b/rtdata/images/themed/png/1/dark/wb-cloudy-small.png deleted file mode 100644 index 175d88f1a..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-cloudy-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-cloudy.png b/rtdata/images/themed/png/1/dark/wb-cloudy.png deleted file mode 100644 index 1c394b709..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-cloudy.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-custom-small.png b/rtdata/images/themed/png/1/dark/wb-custom-small.png deleted file mode 100644 index 2f3fcb517..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-custom-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-custom.png b/rtdata/images/themed/png/1/dark/wb-custom.png deleted file mode 100644 index db9abc03c..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-custom.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-flash-small.png b/rtdata/images/themed/png/1/dark/wb-flash-small.png deleted file mode 100644 index 1bc051cd4..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-flash-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-flash.png b/rtdata/images/themed/png/1/dark/wb-flash.png deleted file mode 100644 index d460a0569..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-flash.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-fluorescent-small.png b/rtdata/images/themed/png/1/dark/wb-fluorescent-small.png deleted file mode 100644 index 3c7882252..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-fluorescent-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-fluorescent.png b/rtdata/images/themed/png/1/dark/wb-fluorescent.png deleted file mode 100644 index c994ee9dd..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-fluorescent.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-lamp-small.png b/rtdata/images/themed/png/1/dark/wb-lamp-small.png deleted file mode 100644 index ea5f790c3..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-lamp-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-lamp.png b/rtdata/images/themed/png/1/dark/wb-lamp.png deleted file mode 100644 index b0d3df3e5..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-lamp.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-led-small.png b/rtdata/images/themed/png/1/dark/wb-led-small.png deleted file mode 100644 index dc4385c94..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-led-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-led.png b/rtdata/images/themed/png/1/dark/wb-led.png deleted file mode 100644 index dfdb25191..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-led.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-shade-small.png b/rtdata/images/themed/png/1/dark/wb-shade-small.png deleted file mode 100644 index 255c021a6..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-shade-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-shade.png b/rtdata/images/themed/png/1/dark/wb-shade.png deleted file mode 100644 index 2be98acf6..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-shade.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-sun-small.png b/rtdata/images/themed/png/1/dark/wb-sun-small.png deleted file mode 100644 index a7de769df..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-sun-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-sun.png b/rtdata/images/themed/png/1/dark/wb-sun.png deleted file mode 100644 index e65ee2a80..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-sun.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-tungsten-small.png b/rtdata/images/themed/png/1/dark/wb-tungsten-small.png deleted file mode 100644 index 6f958cd59..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-tungsten-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-tungsten.png b/rtdata/images/themed/png/1/dark/wb-tungsten.png deleted file mode 100644 index 2c71f66ef..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-tungsten.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-water-small.png b/rtdata/images/themed/png/1/dark/wb-water-small.png deleted file mode 100644 index 2ecb58552..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-water-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/wb-water.png b/rtdata/images/themed/png/1/dark/wb-water.png deleted file mode 100644 index 7bc55c153..000000000 Binary files a/rtdata/images/themed/png/1/dark/wb-water.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/dark/window-add.png b/rtdata/images/themed/png/1/dark/window-add.png deleted file mode 100644 index 4364b1a13..000000000 Binary files a/rtdata/images/themed/png/1/dark/window-add.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/add-small.png b/rtdata/images/themed/png/1/light/add-small.png deleted file mode 100644 index 59211ace6..000000000 Binary files a/rtdata/images/themed/png/1/light/add-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/add.png b/rtdata/images/themed/png/1/light/add.png deleted file mode 100644 index 88b1c285d..000000000 Binary files a/rtdata/images/themed/png/1/light/add.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/aperture.png b/rtdata/images/themed/png/1/light/aperture.png deleted file mode 100644 index 70e8e0be5..000000000 Binary files a/rtdata/images/themed/png/1/light/aperture.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/arrow-down-small.png b/rtdata/images/themed/png/1/light/arrow-down-small.png deleted file mode 100644 index ab76bb3cc..000000000 Binary files a/rtdata/images/themed/png/1/light/arrow-down-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/arrow-left-small.png b/rtdata/images/themed/png/1/light/arrow-left-small.png deleted file mode 100644 index 2673b7445..000000000 Binary files a/rtdata/images/themed/png/1/light/arrow-left-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/arrow-right-small.png b/rtdata/images/themed/png/1/light/arrow-right-small.png deleted file mode 100644 index 228cecd3d..000000000 Binary files a/rtdata/images/themed/png/1/light/arrow-right-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/arrow-up-small.png b/rtdata/images/themed/png/1/light/arrow-up-small.png deleted file mode 100644 index 6e8061207..000000000 Binary files a/rtdata/images/themed/png/1/light/arrow-up-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/arrow-updown.png b/rtdata/images/themed/png/1/light/arrow-updown.png deleted file mode 100644 index bb0ccc5dc..000000000 Binary files a/rtdata/images/themed/png/1/light/arrow-updown.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/arrow2-left.png b/rtdata/images/themed/png/1/light/arrow2-left.png deleted file mode 100644 index 4ac761b76..000000000 Binary files a/rtdata/images/themed/png/1/light/arrow2-left.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/arrow2-right.png b/rtdata/images/themed/png/1/light/arrow2-right.png deleted file mode 100644 index 75d150843..000000000 Binary files a/rtdata/images/themed/png/1/light/arrow2-right.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/atom.png b/rtdata/images/themed/png/1/light/atom.png deleted file mode 100644 index df3dc8bdf..000000000 Binary files a/rtdata/images/themed/png/1/light/atom.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/bayer.png b/rtdata/images/themed/png/1/light/bayer.png deleted file mode 100644 index c85ce844e..000000000 Binary files a/rtdata/images/themed/png/1/light/bayer.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/beforeafter.png b/rtdata/images/themed/png/1/light/beforeafter.png deleted file mode 100644 index fb7e7ce55..000000000 Binary files a/rtdata/images/themed/png/1/light/beforeafter.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/cancel-small.png b/rtdata/images/themed/png/1/light/cancel-small.png deleted file mode 100644 index 8c5d91145..000000000 Binary files a/rtdata/images/themed/png/1/light/cancel-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/cancel.png b/rtdata/images/themed/png/1/light/cancel.png deleted file mode 100644 index 1a48a2e44..000000000 Binary files a/rtdata/images/themed/png/1/light/cancel.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-black-small.png b/rtdata/images/themed/png/1/light/circle-black-small.png deleted file mode 100644 index f18a415b6..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-black-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-blue-green-small.png b/rtdata/images/themed/png/1/light/circle-blue-green-small.png deleted file mode 100644 index 247931823..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-blue-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-blue-red-small.png b/rtdata/images/themed/png/1/light/circle-blue-red-small.png deleted file mode 100644 index d88a01330..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-blue-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-blue-small.png b/rtdata/images/themed/png/1/light/circle-blue-small.png deleted file mode 100644 index 2c8ff48fd..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-blue-yellow-small.png b/rtdata/images/themed/png/1/light/circle-blue-yellow-small.png deleted file mode 100644 index 0585b2195..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-blue-yellow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-cyan-red-small.png b/rtdata/images/themed/png/1/light/circle-cyan-red-small.png deleted file mode 100644 index ed7003161..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-cyan-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-cyan-small.png b/rtdata/images/themed/png/1/light/circle-cyan-small.png deleted file mode 100644 index 84f873a2c..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-cyan-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-darkgray-small.png b/rtdata/images/themed/png/1/light/circle-darkgray-small.png deleted file mode 100644 index e706b1eba..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-darkgray-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-empty-blue-small.png b/rtdata/images/themed/png/1/light/circle-empty-blue-small.png deleted file mode 100644 index d53b3516e..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-empty-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-empty-darkgray-small.png b/rtdata/images/themed/png/1/light/circle-empty-darkgray-small.png deleted file mode 100644 index 4f0f0f4c7..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-empty-darkgray-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-empty-gray-small.png b/rtdata/images/themed/png/1/light/circle-empty-gray-small.png deleted file mode 100644 index b3a57c83b..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-empty-gray-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-empty-green-small.png b/rtdata/images/themed/png/1/light/circle-empty-green-small.png deleted file mode 100644 index 3b1444d37..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-empty-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-empty-purple-small.png b/rtdata/images/themed/png/1/light/circle-empty-purple-small.png deleted file mode 100644 index e61da8e9f..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-empty-purple-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-empty-red-small.png b/rtdata/images/themed/png/1/light/circle-empty-red-small.png deleted file mode 100644 index bf8035931..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-empty-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-empty-yellow-small.png b/rtdata/images/themed/png/1/light/circle-empty-yellow-small.png deleted file mode 100644 index 9a3ca9bd8..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-empty-yellow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-gray-blue-small.png b/rtdata/images/themed/png/1/light/circle-gray-blue-small.png deleted file mode 100644 index 01d5da881..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-gray-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-gray-green-small.png b/rtdata/images/themed/png/1/light/circle-gray-green-small.png deleted file mode 100644 index 2290b708f..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-gray-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-gray-red-small.png b/rtdata/images/themed/png/1/light/circle-gray-red-small.png deleted file mode 100644 index 29afda33b..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-gray-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-gray-small.png b/rtdata/images/themed/png/1/light/circle-gray-small.png deleted file mode 100644 index 18ad6330a..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-gray-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-green-blue-small.png b/rtdata/images/themed/png/1/light/circle-green-blue-small.png deleted file mode 100644 index 1d6e60252..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-green-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-green-red-small.png b/rtdata/images/themed/png/1/light/circle-green-red-small.png deleted file mode 100644 index 96f86b1b9..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-green-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-green-small.png b/rtdata/images/themed/png/1/light/circle-green-small.png deleted file mode 100644 index 88270e0cb..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-magenta-small.png b/rtdata/images/themed/png/1/light/circle-magenta-small.png deleted file mode 100644 index cce26e1f2..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-magenta-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-orange-small.png b/rtdata/images/themed/png/1/light/circle-orange-small.png deleted file mode 100644 index 5894f0987..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-orange-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-purple-small.png b/rtdata/images/themed/png/1/light/circle-purple-small.png deleted file mode 100644 index 9fe4eb0d6..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-purple-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-red-blue-small.png b/rtdata/images/themed/png/1/light/circle-red-blue-small.png deleted file mode 100644 index e70ef22f6..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-red-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-red-cyan-small.png b/rtdata/images/themed/png/1/light/circle-red-cyan-small.png deleted file mode 100644 index 92b03b953..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-red-cyan-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-red-green-small.png b/rtdata/images/themed/png/1/light/circle-red-green-small.png deleted file mode 100644 index 4572e019f..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-red-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-red-small.png b/rtdata/images/themed/png/1/light/circle-red-small.png deleted file mode 100644 index a8c9cecec..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-white-small.png b/rtdata/images/themed/png/1/light/circle-white-small.png deleted file mode 100644 index acf4f8b76..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-white-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-yellow-blue-small.png b/rtdata/images/themed/png/1/light/circle-yellow-blue-small.png deleted file mode 100644 index 1f7aec9f2..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-yellow-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/circle-yellow-small.png b/rtdata/images/themed/png/1/light/circle-yellow-small.png deleted file mode 100644 index 1c5678ac2..000000000 Binary files a/rtdata/images/themed/png/1/light/circle-yellow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/color-circles.png b/rtdata/images/themed/png/1/light/color-circles.png deleted file mode 100644 index 0be8fdacc..000000000 Binary files a/rtdata/images/themed/png/1/light/color-circles.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/color-picker-add-hicontrast.png b/rtdata/images/themed/png/1/light/color-picker-add-hicontrast.png deleted file mode 100644 index 5dcdacf1f..000000000 Binary files a/rtdata/images/themed/png/1/light/color-picker-add-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/color-picker-add.png b/rtdata/images/themed/png/1/light/color-picker-add.png deleted file mode 100644 index 593e69b3d..000000000 Binary files a/rtdata/images/themed/png/1/light/color-picker-add.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/color-picker-bars.png b/rtdata/images/themed/png/1/light/color-picker-bars.png deleted file mode 100644 index a7a9b0f07..000000000 Binary files a/rtdata/images/themed/png/1/light/color-picker-bars.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/color-picker-hicontrast.png b/rtdata/images/themed/png/1/light/color-picker-hicontrast.png deleted file mode 100644 index c7bfb850b..000000000 Binary files a/rtdata/images/themed/png/1/light/color-picker-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/color-picker-hide.png b/rtdata/images/themed/png/1/light/color-picker-hide.png deleted file mode 100644 index 418b5b929..000000000 Binary files a/rtdata/images/themed/png/1/light/color-picker-hide.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/color-picker.png b/rtdata/images/themed/png/1/light/color-picker.png deleted file mode 100644 index 0d01785a0..000000000 Binary files a/rtdata/images/themed/png/1/light/color-picker.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/contrastmask-off.png b/rtdata/images/themed/png/1/light/contrastmask-off.png deleted file mode 100644 index b3df60148..000000000 Binary files a/rtdata/images/themed/png/1/light/contrastmask-off.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/contrastmask-on.png b/rtdata/images/themed/png/1/light/contrastmask-on.png deleted file mode 100644 index 064ed7e9b..000000000 Binary files a/rtdata/images/themed/png/1/light/contrastmask-on.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/copy.png b/rtdata/images/themed/png/1/light/copy.png deleted file mode 100644 index bd4523ea2..000000000 Binary files a/rtdata/images/themed/png/1/light/copy.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/crop-auto-small.png b/rtdata/images/themed/png/1/light/crop-auto-small.png deleted file mode 100644 index bc3de2dc2..000000000 Binary files a/rtdata/images/themed/png/1/light/crop-auto-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/crop-auto.png b/rtdata/images/themed/png/1/light/crop-auto.png deleted file mode 100644 index 5499df93f..000000000 Binary files a/rtdata/images/themed/png/1/light/crop-auto.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/crop-point-hicontrast.png b/rtdata/images/themed/png/1/light/crop-point-hicontrast.png deleted file mode 100644 index 65aa29856..000000000 Binary files a/rtdata/images/themed/png/1/light/crop-point-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/crop-small.png b/rtdata/images/themed/png/1/light/crop-small.png deleted file mode 100644 index 9f345a6ef..000000000 Binary files a/rtdata/images/themed/png/1/light/crop-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/crop.png b/rtdata/images/themed/png/1/light/crop.png deleted file mode 100644 index 83ef5a955..000000000 Binary files a/rtdata/images/themed/png/1/light/crop.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/crossed-arrows-in.png b/rtdata/images/themed/png/1/light/crossed-arrows-in.png deleted file mode 100644 index f10a4a058..000000000 Binary files a/rtdata/images/themed/png/1/light/crossed-arrows-in.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/crossed-arrows-out.png b/rtdata/images/themed/png/1/light/crossed-arrows-out.png deleted file mode 100644 index 410e65f3d..000000000 Binary files a/rtdata/images/themed/png/1/light/crossed-arrows-out.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/crosshair-adjust.png b/rtdata/images/themed/png/1/light/crosshair-adjust.png deleted file mode 100644 index b8b17dfa1..000000000 Binary files a/rtdata/images/themed/png/1/light/crosshair-adjust.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/crosshair-hicontrast.png b/rtdata/images/themed/png/1/light/crosshair-hicontrast.png deleted file mode 100644 index 078512803..000000000 Binary files a/rtdata/images/themed/png/1/light/crosshair-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/crosshair-node-curve.png b/rtdata/images/themed/png/1/light/crosshair-node-curve.png deleted file mode 100644 index 0af7379c2..000000000 Binary files a/rtdata/images/themed/png/1/light/crosshair-node-curve.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/crosshair-small.png b/rtdata/images/themed/png/1/light/crosshair-small.png deleted file mode 100644 index a898a2fdb..000000000 Binary files a/rtdata/images/themed/png/1/light/crosshair-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/curve-controlpoints-small.png b/rtdata/images/themed/png/1/light/curve-controlpoints-small.png deleted file mode 100644 index 2be1333ff..000000000 Binary files a/rtdata/images/themed/png/1/light/curve-controlpoints-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/curve-controlpoints.png b/rtdata/images/themed/png/1/light/curve-controlpoints.png deleted file mode 100644 index cdd7cdd3a..000000000 Binary files a/rtdata/images/themed/png/1/light/curve-controlpoints.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/curve-flat-small.png b/rtdata/images/themed/png/1/light/curve-flat-small.png deleted file mode 100644 index 17959e6ac..000000000 Binary files a/rtdata/images/themed/png/1/light/curve-flat-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/curve-flat.png b/rtdata/images/themed/png/1/light/curve-flat.png deleted file mode 100644 index 976281d49..000000000 Binary files a/rtdata/images/themed/png/1/light/curve-flat.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/curve-linear-small.png b/rtdata/images/themed/png/1/light/curve-linear-small.png deleted file mode 100644 index 53b07f616..000000000 Binary files a/rtdata/images/themed/png/1/light/curve-linear-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/curve-linear.png b/rtdata/images/themed/png/1/light/curve-linear.png deleted file mode 100644 index a3d9105dd..000000000 Binary files a/rtdata/images/themed/png/1/light/curve-linear.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/curve-nurbs-small.png b/rtdata/images/themed/png/1/light/curve-nurbs-small.png deleted file mode 100644 index f970852b5..000000000 Binary files a/rtdata/images/themed/png/1/light/curve-nurbs-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/curve-nurbs.png b/rtdata/images/themed/png/1/light/curve-nurbs.png deleted file mode 100644 index ad9b3eb87..000000000 Binary files a/rtdata/images/themed/png/1/light/curve-nurbs.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/curve-parametric-small.png b/rtdata/images/themed/png/1/light/curve-parametric-small.png deleted file mode 100644 index 2acba010c..000000000 Binary files a/rtdata/images/themed/png/1/light/curve-parametric-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/curve-parametric.png b/rtdata/images/themed/png/1/light/curve-parametric.png deleted file mode 100644 index a29a7529b..000000000 Binary files a/rtdata/images/themed/png/1/light/curve-parametric.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/curve-spline-small.png b/rtdata/images/themed/png/1/light/curve-spline-small.png deleted file mode 100644 index 6ea7b93c9..000000000 Binary files a/rtdata/images/themed/png/1/light/curve-spline-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/curve-spline.png b/rtdata/images/themed/png/1/light/curve-spline.png deleted file mode 100644 index c7318df5a..000000000 Binary files a/rtdata/images/themed/png/1/light/curve-spline.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/detail.png b/rtdata/images/themed/png/1/light/detail.png deleted file mode 100644 index 45ef517d0..000000000 Binary files a/rtdata/images/themed/png/1/light/detail.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/device-floppy.png b/rtdata/images/themed/png/1/light/device-floppy.png deleted file mode 100644 index bc0ec8c30..000000000 Binary files a/rtdata/images/themed/png/1/light/device-floppy.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/device-hdd.png b/rtdata/images/themed/png/1/light/device-hdd.png deleted file mode 100644 index 4477bfb21..000000000 Binary files a/rtdata/images/themed/png/1/light/device-hdd.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/device-network.png b/rtdata/images/themed/png/1/light/device-network.png deleted file mode 100644 index 3d2f69efe..000000000 Binary files a/rtdata/images/themed/png/1/light/device-network.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/device-optical.png b/rtdata/images/themed/png/1/light/device-optical.png deleted file mode 100644 index ca6c5bd32..000000000 Binary files a/rtdata/images/themed/png/1/light/device-optical.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/device-usb.png b/rtdata/images/themed/png/1/light/device-usb.png deleted file mode 100644 index 30a43f7fe..000000000 Binary files a/rtdata/images/themed/png/1/light/device-usb.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/distortion-auto-small.png b/rtdata/images/themed/png/1/light/distortion-auto-small.png deleted file mode 100644 index 385c37307..000000000 Binary files a/rtdata/images/themed/png/1/light/distortion-auto-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/distortion-auto.png b/rtdata/images/themed/png/1/light/distortion-auto.png deleted file mode 100644 index 242791d1b..000000000 Binary files a/rtdata/images/themed/png/1/light/distortion-auto.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/distortion-barrel-small.png b/rtdata/images/themed/png/1/light/distortion-barrel-small.png deleted file mode 100644 index 5ec7c232b..000000000 Binary files a/rtdata/images/themed/png/1/light/distortion-barrel-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/distortion-barrel.png b/rtdata/images/themed/png/1/light/distortion-barrel.png deleted file mode 100644 index ab04051ea..000000000 Binary files a/rtdata/images/themed/png/1/light/distortion-barrel.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/distortion-pincushion-small.png b/rtdata/images/themed/png/1/light/distortion-pincushion-small.png deleted file mode 100644 index 12bbe630d..000000000 Binary files a/rtdata/images/themed/png/1/light/distortion-pincushion-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/distortion-pincushion.png b/rtdata/images/themed/png/1/light/distortion-pincushion.png deleted file mode 100644 index a927e90c2..000000000 Binary files a/rtdata/images/themed/png/1/light/distortion-pincushion.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/edit-point.png b/rtdata/images/themed/png/1/light/edit-point.png deleted file mode 100644 index b75f3670a..000000000 Binary files a/rtdata/images/themed/png/1/light/edit-point.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/equilizer-narrow.png b/rtdata/images/themed/png/1/light/equilizer-narrow.png deleted file mode 100644 index 3e40c173c..000000000 Binary files a/rtdata/images/themed/png/1/light/equilizer-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/equilizer-wide.png b/rtdata/images/themed/png/1/light/equilizer-wide.png deleted file mode 100644 index 41b0f72f0..000000000 Binary files a/rtdata/images/themed/png/1/light/equilizer-wide.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/expander-closed-small.png b/rtdata/images/themed/png/1/light/expander-closed-small.png deleted file mode 100644 index 23fcef4a1..000000000 Binary files a/rtdata/images/themed/png/1/light/expander-closed-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/expander-open-small.png b/rtdata/images/themed/png/1/light/expander-open-small.png deleted file mode 100644 index d4ab66ab6..000000000 Binary files a/rtdata/images/themed/png/1/light/expander-open-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/exposure.png b/rtdata/images/themed/png/1/light/exposure.png deleted file mode 100644 index 1259b9a5c..000000000 Binary files a/rtdata/images/themed/png/1/light/exposure.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/filetype-hdr.png b/rtdata/images/themed/png/1/light/filetype-hdr.png deleted file mode 100644 index 7365fb560..000000000 Binary files a/rtdata/images/themed/png/1/light/filetype-hdr.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/filetype-ps.png b/rtdata/images/themed/png/1/light/filetype-ps.png deleted file mode 100644 index 982ed9736..000000000 Binary files a/rtdata/images/themed/png/1/light/filetype-ps.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/filter-clear.png b/rtdata/images/themed/png/1/light/filter-clear.png deleted file mode 100644 index f07e3a901..000000000 Binary files a/rtdata/images/themed/png/1/light/filter-clear.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/filter-original.png b/rtdata/images/themed/png/1/light/filter-original.png deleted file mode 100644 index 5de915274..000000000 Binary files a/rtdata/images/themed/png/1/light/filter-original.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/filter-original2.png b/rtdata/images/themed/png/1/light/filter-original2.png deleted file mode 100644 index c20c214aa..000000000 Binary files a/rtdata/images/themed/png/1/light/filter-original2.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/filter.png b/rtdata/images/themed/png/1/light/filter.png deleted file mode 100644 index 4a0c95916..000000000 Binary files a/rtdata/images/themed/png/1/light/filter.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/flip-horizontal.png b/rtdata/images/themed/png/1/light/flip-horizontal.png deleted file mode 100644 index 9d5993527..000000000 Binary files a/rtdata/images/themed/png/1/light/flip-horizontal.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/flip-vertical.png b/rtdata/images/themed/png/1/light/flip-vertical.png deleted file mode 100644 index 6249c98b4..000000000 Binary files a/rtdata/images/themed/png/1/light/flip-vertical.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/focusscreen-off.png b/rtdata/images/themed/png/1/light/focusscreen-off.png deleted file mode 100644 index 106ec4035..000000000 Binary files a/rtdata/images/themed/png/1/light/focusscreen-off.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/focusscreen-on.png b/rtdata/images/themed/png/1/light/focusscreen-on.png deleted file mode 100644 index f9c418b92..000000000 Binary files a/rtdata/images/themed/png/1/light/focusscreen-on.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/folder-closed-home-small.png b/rtdata/images/themed/png/1/light/folder-closed-home-small.png deleted file mode 100644 index fff07d768..000000000 Binary files a/rtdata/images/themed/png/1/light/folder-closed-home-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/folder-closed-home.png b/rtdata/images/themed/png/1/light/folder-closed-home.png deleted file mode 100644 index 27eb6d355..000000000 Binary files a/rtdata/images/themed/png/1/light/folder-closed-home.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/folder-closed-recent-small.png b/rtdata/images/themed/png/1/light/folder-closed-recent-small.png deleted file mode 100644 index 400f79a67..000000000 Binary files a/rtdata/images/themed/png/1/light/folder-closed-recent-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/folder-closed-recent.png b/rtdata/images/themed/png/1/light/folder-closed-recent.png deleted file mode 100644 index 4f3755700..000000000 Binary files a/rtdata/images/themed/png/1/light/folder-closed-recent.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/folder-closed-small.png b/rtdata/images/themed/png/1/light/folder-closed-small.png deleted file mode 100644 index 89939d9d0..000000000 Binary files a/rtdata/images/themed/png/1/light/folder-closed-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/folder-closed.png b/rtdata/images/themed/png/1/light/folder-closed.png deleted file mode 100644 index 3f14b84fc..000000000 Binary files a/rtdata/images/themed/png/1/light/folder-closed.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/folder-open-recent-small.png b/rtdata/images/themed/png/1/light/folder-open-recent-small.png deleted file mode 100644 index 48aed8e40..000000000 Binary files a/rtdata/images/themed/png/1/light/folder-open-recent-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/folder-open-recent.png b/rtdata/images/themed/png/1/light/folder-open-recent.png deleted file mode 100644 index 25eabe0d8..000000000 Binary files a/rtdata/images/themed/png/1/light/folder-open-recent.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/folder-open-small.png b/rtdata/images/themed/png/1/light/folder-open-small.png deleted file mode 100644 index 6cb4fb877..000000000 Binary files a/rtdata/images/themed/png/1/light/folder-open-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/folder-open.png b/rtdata/images/themed/png/1/light/folder-open.png deleted file mode 100644 index 0a857b1fd..000000000 Binary files a/rtdata/images/themed/png/1/light/folder-open.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/fullscreen-enter.png b/rtdata/images/themed/png/1/light/fullscreen-enter.png deleted file mode 100644 index b8f52bda8..000000000 Binary files a/rtdata/images/themed/png/1/light/fullscreen-enter.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/fullscreen-leave.png b/rtdata/images/themed/png/1/light/fullscreen-leave.png deleted file mode 100644 index 3a96de2dd..000000000 Binary files a/rtdata/images/themed/png/1/light/fullscreen-leave.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/gamut-hist.png b/rtdata/images/themed/png/1/light/gamut-hist.png deleted file mode 100644 index c1faf7b2e..000000000 Binary files a/rtdata/images/themed/png/1/light/gamut-hist.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/gamut-plus.png b/rtdata/images/themed/png/1/light/gamut-plus.png deleted file mode 100644 index c41e5a39b..000000000 Binary files a/rtdata/images/themed/png/1/light/gamut-plus.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/gamut-softproof.png b/rtdata/images/themed/png/1/light/gamut-softproof.png deleted file mode 100644 index 832b231fe..000000000 Binary files a/rtdata/images/themed/png/1/light/gamut-softproof.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/gamut-warning.png b/rtdata/images/themed/png/1/light/gamut-warning.png deleted file mode 100644 index 882a59530..000000000 Binary files a/rtdata/images/themed/png/1/light/gamut-warning.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/gamut_srgb_prophoto_xy.png b/rtdata/images/themed/png/1/light/gamut_srgb_prophoto_xy.png deleted file mode 100644 index 46e8becb9..000000000 Binary files a/rtdata/images/themed/png/1/light/gamut_srgb_prophoto_xy.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/gears-pause.png b/rtdata/images/themed/png/1/light/gears-pause.png deleted file mode 100644 index ef10159f4..000000000 Binary files a/rtdata/images/themed/png/1/light/gears-pause.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/gears-play.png b/rtdata/images/themed/png/1/light/gears-play.png deleted file mode 100644 index c7d534f55..000000000 Binary files a/rtdata/images/themed/png/1/light/gears-play.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/gears-small.png b/rtdata/images/themed/png/1/light/gears-small.png deleted file mode 100644 index 84b70358b..000000000 Binary files a/rtdata/images/themed/png/1/light/gears-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/gears.png b/rtdata/images/themed/png/1/light/gears.png deleted file mode 100644 index ff76d0cb0..000000000 Binary files a/rtdata/images/themed/png/1/light/gears.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/goto-end-small.png b/rtdata/images/themed/png/1/light/goto-end-small.png deleted file mode 100644 index 29d81c231..000000000 Binary files a/rtdata/images/themed/png/1/light/goto-end-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/goto-start-small.png b/rtdata/images/themed/png/1/light/goto-start-small.png deleted file mode 100644 index 671666740..000000000 Binary files a/rtdata/images/themed/png/1/light/goto-start-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/hand-closed-hicontrast.png b/rtdata/images/themed/png/1/light/hand-closed-hicontrast.png deleted file mode 100644 index 590d95096..000000000 Binary files a/rtdata/images/themed/png/1/light/hand-closed-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/hand-open-hicontrast.png b/rtdata/images/themed/png/1/light/hand-open-hicontrast.png deleted file mode 100644 index 2ee26e375..000000000 Binary files a/rtdata/images/themed/png/1/light/hand-open-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/hand-open.png b/rtdata/images/themed/png/1/light/hand-open.png deleted file mode 100644 index bb01eac88..000000000 Binary files a/rtdata/images/themed/png/1/light/hand-open.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-bar-off-small.png b/rtdata/images/themed/png/1/light/histogram-bar-off-small.png deleted file mode 100644 index b7f022a0a..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-bar-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-bar-on-small.png b/rtdata/images/themed/png/1/light/histogram-bar-on-small.png deleted file mode 100644 index e38fe436f..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-bar-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-bayer-off-small.png b/rtdata/images/themed/png/1/light/histogram-bayer-off-small.png deleted file mode 100644 index af1369145..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-bayer-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-bayer-on-small.png b/rtdata/images/themed/png/1/light/histogram-bayer-on-small.png deleted file mode 100644 index 44e23b51b..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-bayer-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-blue-off-small.png b/rtdata/images/themed/png/1/light/histogram-blue-off-small.png deleted file mode 100644 index 8b368ed63..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-blue-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-blue-on-small.png b/rtdata/images/themed/png/1/light/histogram-blue-on-small.png deleted file mode 100644 index 537153043..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-blue-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-gold-off-small.png b/rtdata/images/themed/png/1/light/histogram-gold-off-small.png deleted file mode 100644 index 4272c3ff7..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-gold-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-gold-on-small.png b/rtdata/images/themed/png/1/light/histogram-gold-on-small.png deleted file mode 100644 index 8f32203fd..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-gold-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-green-off-small.png b/rtdata/images/themed/png/1/light/histogram-green-off-small.png deleted file mode 100644 index 395fcac9e..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-green-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-green-on-small.png b/rtdata/images/themed/png/1/light/histogram-green-on-small.png deleted file mode 100644 index db3f89ef5..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-green-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-mode-linear-small.png b/rtdata/images/themed/png/1/light/histogram-mode-linear-small.png deleted file mode 100644 index 4eafc3c15..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-mode-linear-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-mode-logx-small.png b/rtdata/images/themed/png/1/light/histogram-mode-logx-small.png deleted file mode 100644 index 2e33b16d7..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-mode-logx-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-mode-logxy-small.png b/rtdata/images/themed/png/1/light/histogram-mode-logxy-small.png deleted file mode 100644 index 29431e3b4..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-mode-logxy-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-red-off-small.png b/rtdata/images/themed/png/1/light/histogram-red-off-small.png deleted file mode 100644 index 7d5ea5352..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-red-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-red-on-small.png b/rtdata/images/themed/png/1/light/histogram-red-on-small.png deleted file mode 100644 index deee136a2..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-red-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-silver-off-small.png b/rtdata/images/themed/png/1/light/histogram-silver-off-small.png deleted file mode 100644 index d88e879bc..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-silver-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/histogram-silver-on-small.png b/rtdata/images/themed/png/1/light/histogram-silver-on-small.png deleted file mode 100644 index bdef06144..000000000 Binary files a/rtdata/images/themed/png/1/light/histogram-silver-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/info.png b/rtdata/images/themed/png/1/light/info.png deleted file mode 100644 index 10235714f..000000000 Binary files a/rtdata/images/themed/png/1/light/info.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/intent-absolute.png b/rtdata/images/themed/png/1/light/intent-absolute.png deleted file mode 100644 index ee04d0a11..000000000 Binary files a/rtdata/images/themed/png/1/light/intent-absolute.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/intent-perceptual.png b/rtdata/images/themed/png/1/light/intent-perceptual.png deleted file mode 100644 index 1c1e0c283..000000000 Binary files a/rtdata/images/themed/png/1/light/intent-perceptual.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/intent-relative.png b/rtdata/images/themed/png/1/light/intent-relative.png deleted file mode 100644 index 4d212b6ab..000000000 Binary files a/rtdata/images/themed/png/1/light/intent-relative.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/intent-saturation.png b/rtdata/images/themed/png/1/light/intent-saturation.png deleted file mode 100644 index 26ab655dc..000000000 Binary files a/rtdata/images/themed/png/1/light/intent-saturation.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/magnifier-1to1-small.png b/rtdata/images/themed/png/1/light/magnifier-1to1-small.png deleted file mode 100644 index cfd75532a..000000000 Binary files a/rtdata/images/themed/png/1/light/magnifier-1to1-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/magnifier-1to1.png b/rtdata/images/themed/png/1/light/magnifier-1to1.png deleted file mode 100644 index b547f0944..000000000 Binary files a/rtdata/images/themed/png/1/light/magnifier-1to1.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/magnifier-crop.png b/rtdata/images/themed/png/1/light/magnifier-crop.png deleted file mode 100644 index 7f4f906f0..000000000 Binary files a/rtdata/images/themed/png/1/light/magnifier-crop.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/magnifier-fit.png b/rtdata/images/themed/png/1/light/magnifier-fit.png deleted file mode 100644 index fdc0bef5f..000000000 Binary files a/rtdata/images/themed/png/1/light/magnifier-fit.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/magnifier-minus-small.png b/rtdata/images/themed/png/1/light/magnifier-minus-small.png deleted file mode 100644 index 76b55f975..000000000 Binary files a/rtdata/images/themed/png/1/light/magnifier-minus-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/magnifier-minus.png b/rtdata/images/themed/png/1/light/magnifier-minus.png deleted file mode 100644 index 22db961c3..000000000 Binary files a/rtdata/images/themed/png/1/light/magnifier-minus.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/magnifier-plus-small.png b/rtdata/images/themed/png/1/light/magnifier-plus-small.png deleted file mode 100644 index 54d989e63..000000000 Binary files a/rtdata/images/themed/png/1/light/magnifier-plus-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/magnifier-plus.png b/rtdata/images/themed/png/1/light/magnifier-plus.png deleted file mode 100644 index e45ce8d81..000000000 Binary files a/rtdata/images/themed/png/1/light/magnifier-plus.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/magnifier.png b/rtdata/images/themed/png/1/light/magnifier.png deleted file mode 100644 index a7fbdbeda..000000000 Binary files a/rtdata/images/themed/png/1/light/magnifier.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/metadata.png b/rtdata/images/themed/png/1/light/metadata.png deleted file mode 100644 index ba114f5c1..000000000 Binary files a/rtdata/images/themed/png/1/light/metadata.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/node-move-nw-se-hicontrast.png b/rtdata/images/themed/png/1/light/node-move-nw-se-hicontrast.png deleted file mode 100644 index b802c5849..000000000 Binary files a/rtdata/images/themed/png/1/light/node-move-nw-se-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/node-move-sw-ne-hicontrast.png b/rtdata/images/themed/png/1/light/node-move-sw-ne-hicontrast.png deleted file mode 100644 index 2e51e88a3..000000000 Binary files a/rtdata/images/themed/png/1/light/node-move-sw-ne-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/node-move-x-hicontrast.png b/rtdata/images/themed/png/1/light/node-move-x-hicontrast.png deleted file mode 100644 index 1cc871dbb..000000000 Binary files a/rtdata/images/themed/png/1/light/node-move-x-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/node-move-xy-hicontrast.png b/rtdata/images/themed/png/1/light/node-move-xy-hicontrast.png deleted file mode 100644 index 8b843958d..000000000 Binary files a/rtdata/images/themed/png/1/light/node-move-xy-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/node-move-y-hicontrast.png b/rtdata/images/themed/png/1/light/node-move-y-hicontrast.png deleted file mode 100644 index f80690851..000000000 Binary files a/rtdata/images/themed/png/1/light/node-move-y-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/one-to-one-small.png b/rtdata/images/themed/png/1/light/one-to-one-small.png deleted file mode 100644 index 8c506609c..000000000 Binary files a/rtdata/images/themed/png/1/light/one-to-one-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/ornament1.png b/rtdata/images/themed/png/1/light/ornament1.png deleted file mode 100644 index 71b3f1c78..000000000 Binary files a/rtdata/images/themed/png/1/light/ornament1.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/padlock-locked-small.png b/rtdata/images/themed/png/1/light/padlock-locked-small.png deleted file mode 100644 index 1b1198f01..000000000 Binary files a/rtdata/images/themed/png/1/light/padlock-locked-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/padlock-unlocked-small.png b/rtdata/images/themed/png/1/light/padlock-unlocked-small.png deleted file mode 100644 index 96b75f093..000000000 Binary files a/rtdata/images/themed/png/1/light/padlock-unlocked-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/palette-brush.png b/rtdata/images/themed/png/1/light/palette-brush.png deleted file mode 100644 index bd208f059..000000000 Binary files a/rtdata/images/themed/png/1/light/palette-brush.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/panel-to-bottom.png b/rtdata/images/themed/png/1/light/panel-to-bottom.png deleted file mode 100644 index e2d532a16..000000000 Binary files a/rtdata/images/themed/png/1/light/panel-to-bottom.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/panel-to-left.png b/rtdata/images/themed/png/1/light/panel-to-left.png deleted file mode 100644 index 196fed3c9..000000000 Binary files a/rtdata/images/themed/png/1/light/panel-to-left.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/panel-to-right.png b/rtdata/images/themed/png/1/light/panel-to-right.png deleted file mode 100644 index a9e3b7667..000000000 Binary files a/rtdata/images/themed/png/1/light/panel-to-right.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/panel-to-top.png b/rtdata/images/themed/png/1/light/panel-to-top.png deleted file mode 100644 index dafa6b852..000000000 Binary files a/rtdata/images/themed/png/1/light/panel-to-top.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/paste.png b/rtdata/images/themed/png/1/light/paste.png deleted file mode 100644 index ffefcc323..000000000 Binary files a/rtdata/images/themed/png/1/light/paste.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/perspective-horizontal-left-small.png b/rtdata/images/themed/png/1/light/perspective-horizontal-left-small.png deleted file mode 100644 index f2832c607..000000000 Binary files a/rtdata/images/themed/png/1/light/perspective-horizontal-left-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/perspective-horizontal-left.png b/rtdata/images/themed/png/1/light/perspective-horizontal-left.png deleted file mode 100644 index 23b24f6aa..000000000 Binary files a/rtdata/images/themed/png/1/light/perspective-horizontal-left.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/perspective-horizontal-right-small.png b/rtdata/images/themed/png/1/light/perspective-horizontal-right-small.png deleted file mode 100644 index e555f0c1e..000000000 Binary files a/rtdata/images/themed/png/1/light/perspective-horizontal-right-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/perspective-horizontal-right.png b/rtdata/images/themed/png/1/light/perspective-horizontal-right.png deleted file mode 100644 index 7a334ad81..000000000 Binary files a/rtdata/images/themed/png/1/light/perspective-horizontal-right.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/perspective-vertical-bottom-small.png b/rtdata/images/themed/png/1/light/perspective-vertical-bottom-small.png deleted file mode 100644 index 12f776add..000000000 Binary files a/rtdata/images/themed/png/1/light/perspective-vertical-bottom-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/perspective-vertical-bottom.png b/rtdata/images/themed/png/1/light/perspective-vertical-bottom.png deleted file mode 100644 index c6dbfcd51..000000000 Binary files a/rtdata/images/themed/png/1/light/perspective-vertical-bottom.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/perspective-vertical-top-small.png b/rtdata/images/themed/png/1/light/perspective-vertical-top-small.png deleted file mode 100644 index 8202b0e75..000000000 Binary files a/rtdata/images/themed/png/1/light/perspective-vertical-top-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/perspective-vertical-top.png b/rtdata/images/themed/png/1/light/perspective-vertical-top.png deleted file mode 100644 index 05c0a7fe1..000000000 Binary files a/rtdata/images/themed/png/1/light/perspective-vertical-top.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/power-inconsistent-small.png b/rtdata/images/themed/png/1/light/power-inconsistent-small.png deleted file mode 100644 index 2805f8245..000000000 Binary files a/rtdata/images/themed/png/1/light/power-inconsistent-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/power-off-small.png b/rtdata/images/themed/png/1/light/power-off-small.png deleted file mode 100644 index 6036813a9..000000000 Binary files a/rtdata/images/themed/png/1/light/power-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/power-on-small.png b/rtdata/images/themed/png/1/light/power-on-small.png deleted file mode 100644 index 796aa16e2..000000000 Binary files a/rtdata/images/themed/png/1/light/power-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/preferences.png b/rtdata/images/themed/png/1/light/preferences.png deleted file mode 100644 index c18a5e2a6..000000000 Binary files a/rtdata/images/themed/png/1/light/preferences.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/profile-filled.png b/rtdata/images/themed/png/1/light/profile-filled.png deleted file mode 100644 index ba549ec63..000000000 Binary files a/rtdata/images/themed/png/1/light/profile-filled.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/profile-partial.png b/rtdata/images/themed/png/1/light/profile-partial.png deleted file mode 100644 index 5baed296d..000000000 Binary files a/rtdata/images/themed/png/1/light/profile-partial.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/redo-all.png b/rtdata/images/themed/png/1/light/redo-all.png deleted file mode 100644 index 38551bf34..000000000 Binary files a/rtdata/images/themed/png/1/light/redo-all.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/redo-small.png b/rtdata/images/themed/png/1/light/redo-small.png deleted file mode 100644 index 59a5e3a31..000000000 Binary files a/rtdata/images/themed/png/1/light/redo-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/redo.png b/rtdata/images/themed/png/1/light/redo.png deleted file mode 100644 index 165f4ea29..000000000 Binary files a/rtdata/images/themed/png/1/light/redo.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/refresh-red-small.png b/rtdata/images/themed/png/1/light/refresh-red-small.png deleted file mode 100644 index 296035883..000000000 Binary files a/rtdata/images/themed/png/1/light/refresh-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/refresh-small.png b/rtdata/images/themed/png/1/light/refresh-small.png deleted file mode 100644 index c6c827182..000000000 Binary files a/rtdata/images/themed/png/1/light/refresh-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/refresh.png b/rtdata/images/themed/png/1/light/refresh.png deleted file mode 100644 index cc062f1f5..000000000 Binary files a/rtdata/images/themed/png/1/light/refresh.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/remove-small.png b/rtdata/images/themed/png/1/light/remove-small.png deleted file mode 100644 index c9bdc8b83..000000000 Binary files a/rtdata/images/themed/png/1/light/remove-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/remove.png b/rtdata/images/themed/png/1/light/remove.png deleted file mode 100644 index 5d030627a..000000000 Binary files a/rtdata/images/themed/png/1/light/remove.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/rotate-aroundnode-hicontrast.png b/rtdata/images/themed/png/1/light/rotate-aroundnode-hicontrast.png deleted file mode 100644 index d8929ac42..000000000 Binary files a/rtdata/images/themed/png/1/light/rotate-aroundnode-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/rotate-aroundnode.png b/rtdata/images/themed/png/1/light/rotate-aroundnode.png deleted file mode 100644 index 5da406b64..000000000 Binary files a/rtdata/images/themed/png/1/light/rotate-aroundnode.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/rotate-left-90.png b/rtdata/images/themed/png/1/light/rotate-left-90.png deleted file mode 100644 index 7904c82f5..000000000 Binary files a/rtdata/images/themed/png/1/light/rotate-left-90.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/rotate-left-small.png b/rtdata/images/themed/png/1/light/rotate-left-small.png deleted file mode 100644 index f3c94f65a..000000000 Binary files a/rtdata/images/themed/png/1/light/rotate-left-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/rotate-left.png b/rtdata/images/themed/png/1/light/rotate-left.png deleted file mode 100644 index 5e2b0a201..000000000 Binary files a/rtdata/images/themed/png/1/light/rotate-left.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/rotate-right-90.png b/rtdata/images/themed/png/1/light/rotate-right-90.png deleted file mode 100644 index 52fd331dd..000000000 Binary files a/rtdata/images/themed/png/1/light/rotate-right-90.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/rotate-right-small.png b/rtdata/images/themed/png/1/light/rotate-right-small.png deleted file mode 100644 index 4fa8f8d19..000000000 Binary files a/rtdata/images/themed/png/1/light/rotate-right-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/rotate-right.png b/rtdata/images/themed/png/1/light/rotate-right.png deleted file mode 100644 index c819cbe73..000000000 Binary files a/rtdata/images/themed/png/1/light/rotate-right.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/rotate-straighten-small.png b/rtdata/images/themed/png/1/light/rotate-straighten-small.png deleted file mode 100644 index 67190d31a..000000000 Binary files a/rtdata/images/themed/png/1/light/rotate-straighten-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/rotate-straighten.png b/rtdata/images/themed/png/1/light/rotate-straighten.png deleted file mode 100644 index a9c2e0805..000000000 Binary files a/rtdata/images/themed/png/1/light/rotate-straighten.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/save-small.png b/rtdata/images/themed/png/1/light/save-small.png deleted file mode 100644 index c296fdb72..000000000 Binary files a/rtdata/images/themed/png/1/light/save-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/save.png b/rtdata/images/themed/png/1/light/save.png deleted file mode 100644 index f71542230..000000000 Binary files a/rtdata/images/themed/png/1/light/save.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/saved-no-small.png b/rtdata/images/themed/png/1/light/saved-no-small.png deleted file mode 100644 index 68021eda4..000000000 Binary files a/rtdata/images/themed/png/1/light/saved-no-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/saved-yes-small.png b/rtdata/images/themed/png/1/light/saved-yes-small.png deleted file mode 100644 index 4557ef905..000000000 Binary files a/rtdata/images/themed/png/1/light/saved-yes-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/square-toggle-black-off-narrow.png b/rtdata/images/themed/png/1/light/square-toggle-black-off-narrow.png deleted file mode 100644 index ff6adb675..000000000 Binary files a/rtdata/images/themed/png/1/light/square-toggle-black-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/square-toggle-black-on-narrow.png b/rtdata/images/themed/png/1/light/square-toggle-black-on-narrow.png deleted file mode 100644 index 5d6e35c3d..000000000 Binary files a/rtdata/images/themed/png/1/light/square-toggle-black-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/square-toggle-blue-off-narrow.png b/rtdata/images/themed/png/1/light/square-toggle-blue-off-narrow.png deleted file mode 100644 index 2a9741c0f..000000000 Binary files a/rtdata/images/themed/png/1/light/square-toggle-blue-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/square-toggle-blue-on-narrow.png b/rtdata/images/themed/png/1/light/square-toggle-blue-on-narrow.png deleted file mode 100644 index e52337d33..000000000 Binary files a/rtdata/images/themed/png/1/light/square-toggle-blue-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/square-toggle-gray-off-narrow.png b/rtdata/images/themed/png/1/light/square-toggle-gray-off-narrow.png deleted file mode 100644 index 7e009920f..000000000 Binary files a/rtdata/images/themed/png/1/light/square-toggle-gray-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/square-toggle-gray-on-narrow.png b/rtdata/images/themed/png/1/light/square-toggle-gray-on-narrow.png deleted file mode 100644 index 64289008a..000000000 Binary files a/rtdata/images/themed/png/1/light/square-toggle-gray-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/square-toggle-green-off-narrow.png b/rtdata/images/themed/png/1/light/square-toggle-green-off-narrow.png deleted file mode 100644 index f55cbb8c3..000000000 Binary files a/rtdata/images/themed/png/1/light/square-toggle-green-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/square-toggle-green-on-narrow.png b/rtdata/images/themed/png/1/light/square-toggle-green-on-narrow.png deleted file mode 100644 index 0c8b9522d..000000000 Binary files a/rtdata/images/themed/png/1/light/square-toggle-green-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/square-toggle-luminosity-off-narrow.png b/rtdata/images/themed/png/1/light/square-toggle-luminosity-off-narrow.png deleted file mode 100644 index c6dfe8410..000000000 Binary files a/rtdata/images/themed/png/1/light/square-toggle-luminosity-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/square-toggle-luminosity-on-narrow.png b/rtdata/images/themed/png/1/light/square-toggle-luminosity-on-narrow.png deleted file mode 100644 index b45b608d9..000000000 Binary files a/rtdata/images/themed/png/1/light/square-toggle-luminosity-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/square-toggle-red-off-narrow.png b/rtdata/images/themed/png/1/light/square-toggle-red-off-narrow.png deleted file mode 100644 index 99730ee4b..000000000 Binary files a/rtdata/images/themed/png/1/light/square-toggle-red-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/square-toggle-red-on-narrow.png b/rtdata/images/themed/png/1/light/square-toggle-red-on-narrow.png deleted file mode 100644 index e0b91d8b3..000000000 Binary files a/rtdata/images/themed/png/1/light/square-toggle-red-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/square-toggle-theme-off-narrow.png b/rtdata/images/themed/png/1/light/square-toggle-theme-off-narrow.png deleted file mode 100644 index 449946648..000000000 Binary files a/rtdata/images/themed/png/1/light/square-toggle-theme-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/square-toggle-theme-on-narrow.png b/rtdata/images/themed/png/1/light/square-toggle-theme-on-narrow.png deleted file mode 100644 index e59257824..000000000 Binary files a/rtdata/images/themed/png/1/light/square-toggle-theme-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/square-toggle-white-off-narrow.png b/rtdata/images/themed/png/1/light/square-toggle-white-off-narrow.png deleted file mode 100644 index b2e5e3611..000000000 Binary files a/rtdata/images/themed/png/1/light/square-toggle-white-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/square-toggle-white-on-narrow.png b/rtdata/images/themed/png/1/light/square-toggle-white-on-narrow.png deleted file mode 100644 index 7ff59d927..000000000 Binary files a/rtdata/images/themed/png/1/light/square-toggle-white-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/star-gold-hollow-narrow.png b/rtdata/images/themed/png/1/light/star-gold-hollow-narrow.png deleted file mode 100644 index b0ce704d6..000000000 Binary files a/rtdata/images/themed/png/1/light/star-gold-hollow-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/star-gold-hollow-small.png b/rtdata/images/themed/png/1/light/star-gold-hollow-small.png deleted file mode 100644 index 478055c2b..000000000 Binary files a/rtdata/images/themed/png/1/light/star-gold-hollow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/star-gold-narrow.png b/rtdata/images/themed/png/1/light/star-gold-narrow.png deleted file mode 100644 index 32710fb9d..000000000 Binary files a/rtdata/images/themed/png/1/light/star-gold-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/star-gold-small.png b/rtdata/images/themed/png/1/light/star-gold-small.png deleted file mode 100644 index da02a823e..000000000 Binary files a/rtdata/images/themed/png/1/light/star-gold-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/star-hollow-narrow.png b/rtdata/images/themed/png/1/light/star-hollow-narrow.png deleted file mode 100644 index 4a15f0ba1..000000000 Binary files a/rtdata/images/themed/png/1/light/star-hollow-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/star-hollow-small.png b/rtdata/images/themed/png/1/light/star-hollow-small.png deleted file mode 100644 index 8e5335410..000000000 Binary files a/rtdata/images/themed/png/1/light/star-hollow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/star-narrow.png b/rtdata/images/themed/png/1/light/star-narrow.png deleted file mode 100644 index 78c8eea8a..000000000 Binary files a/rtdata/images/themed/png/1/light/star-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/star-small.png b/rtdata/images/themed/png/1/light/star-small.png deleted file mode 100644 index 2bb54647a..000000000 Binary files a/rtdata/images/themed/png/1/light/star-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/template-16.png b/rtdata/images/themed/png/1/light/template-16.png deleted file mode 100644 index 1c50ead9e..000000000 Binary files a/rtdata/images/themed/png/1/light/template-16.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/template-24.png b/rtdata/images/themed/png/1/light/template-24.png deleted file mode 100644 index 7ab9e8c0f..000000000 Binary files a/rtdata/images/themed/png/1/light/template-24.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/template-narrow.png b/rtdata/images/themed/png/1/light/template-narrow.png deleted file mode 100644 index 78c374503..000000000 Binary files a/rtdata/images/themed/png/1/light/template-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/tick-green-hollow-small.png b/rtdata/images/themed/png/1/light/tick-green-hollow-small.png deleted file mode 100644 index 176bf5489..000000000 Binary files a/rtdata/images/themed/png/1/light/tick-green-hollow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/tick-green-hollow.png b/rtdata/images/themed/png/1/light/tick-green-hollow.png deleted file mode 100644 index 7cac33dc0..000000000 Binary files a/rtdata/images/themed/png/1/light/tick-green-hollow.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/tick-green-small.png b/rtdata/images/themed/png/1/light/tick-green-small.png deleted file mode 100644 index 54cf5d024..000000000 Binary files a/rtdata/images/themed/png/1/light/tick-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/tick-green.png b/rtdata/images/themed/png/1/light/tick-green.png deleted file mode 100644 index 2458734b2..000000000 Binary files a/rtdata/images/themed/png/1/light/tick-green.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/tick-hollow-small.png b/rtdata/images/themed/png/1/light/tick-hollow-small.png deleted file mode 100644 index 9a0973962..000000000 Binary files a/rtdata/images/themed/png/1/light/tick-hollow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/tick-small.png b/rtdata/images/themed/png/1/light/tick-small.png deleted file mode 100644 index 73438bed0..000000000 Binary files a/rtdata/images/themed/png/1/light/tick-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/tick.png b/rtdata/images/themed/png/1/light/tick.png deleted file mode 100644 index 7bb629789..000000000 Binary files a/rtdata/images/themed/png/1/light/tick.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/transform.png b/rtdata/images/themed/png/1/light/transform.png deleted file mode 100644 index ec1c6642a..000000000 Binary files a/rtdata/images/themed/png/1/light/transform.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/trash-delete.png b/rtdata/images/themed/png/1/light/trash-delete.png deleted file mode 100644 index 7d0c422f7..000000000 Binary files a/rtdata/images/themed/png/1/light/trash-delete.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/trash-empty-show.png b/rtdata/images/themed/png/1/light/trash-empty-show.png deleted file mode 100644 index 9e4ade318..000000000 Binary files a/rtdata/images/themed/png/1/light/trash-empty-show.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/trash-empty.png b/rtdata/images/themed/png/1/light/trash-empty.png deleted file mode 100644 index 7a8345109..000000000 Binary files a/rtdata/images/themed/png/1/light/trash-empty.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/trash-full-show.png b/rtdata/images/themed/png/1/light/trash-full-show.png deleted file mode 100644 index 8061c5070..000000000 Binary files a/rtdata/images/themed/png/1/light/trash-full-show.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/trash-full.png b/rtdata/images/themed/png/1/light/trash-full.png deleted file mode 100644 index a43d6f3e5..000000000 Binary files a/rtdata/images/themed/png/1/light/trash-full.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/trash-hide-deleted.png b/rtdata/images/themed/png/1/light/trash-hide-deleted.png deleted file mode 100644 index 319a0dd4a..000000000 Binary files a/rtdata/images/themed/png/1/light/trash-hide-deleted.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/trash-remove-small.png b/rtdata/images/themed/png/1/light/trash-remove-small.png deleted file mode 100644 index df70891fb..000000000 Binary files a/rtdata/images/themed/png/1/light/trash-remove-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/trash-remove.png b/rtdata/images/themed/png/1/light/trash-remove.png deleted file mode 100644 index 8c0c45aad..000000000 Binary files a/rtdata/images/themed/png/1/light/trash-remove.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/trash-small.png b/rtdata/images/themed/png/1/light/trash-small.png deleted file mode 100644 index 7e3183942..000000000 Binary files a/rtdata/images/themed/png/1/light/trash-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/undo-all.png b/rtdata/images/themed/png/1/light/undo-all.png deleted file mode 100644 index 04170e26f..000000000 Binary files a/rtdata/images/themed/png/1/light/undo-all.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/undo-small.png b/rtdata/images/themed/png/1/light/undo-small.png deleted file mode 100644 index d6f1d0115..000000000 Binary files a/rtdata/images/themed/png/1/light/undo-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/undo.png b/rtdata/images/themed/png/1/light/undo.png deleted file mode 100644 index 6451ce0dd..000000000 Binary files a/rtdata/images/themed/png/1/light/undo.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/warning-highlights.png b/rtdata/images/themed/png/1/light/warning-highlights.png deleted file mode 100644 index 5426a14a3..000000000 Binary files a/rtdata/images/themed/png/1/light/warning-highlights.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/warning-shadows.png b/rtdata/images/themed/png/1/light/warning-shadows.png deleted file mode 100644 index 86b6c06a6..000000000 Binary files a/rtdata/images/themed/png/1/light/warning-shadows.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wavelets.png b/rtdata/images/themed/png/1/light/wavelets.png deleted file mode 100644 index 3907c255e..000000000 Binary files a/rtdata/images/themed/png/1/light/wavelets.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-auto-small.png b/rtdata/images/themed/png/1/light/wb-auto-small.png deleted file mode 100644 index e7995b4ce..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-auto-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-auto.png b/rtdata/images/themed/png/1/light/wb-auto.png deleted file mode 100644 index d1b60e8ad..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-auto.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-camera-small.png b/rtdata/images/themed/png/1/light/wb-camera-small.png deleted file mode 100644 index 72d03db7b..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-camera-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-camera.png b/rtdata/images/themed/png/1/light/wb-camera.png deleted file mode 100644 index 8034b85d2..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-camera.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-cloudy-small.png b/rtdata/images/themed/png/1/light/wb-cloudy-small.png deleted file mode 100644 index 131b28287..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-cloudy-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-cloudy.png b/rtdata/images/themed/png/1/light/wb-cloudy.png deleted file mode 100644 index 04e6e3418..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-cloudy.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-custom-small.png b/rtdata/images/themed/png/1/light/wb-custom-small.png deleted file mode 100644 index c0d2ebf09..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-custom-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-custom.png b/rtdata/images/themed/png/1/light/wb-custom.png deleted file mode 100644 index fdc7258cd..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-custom.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-flash-small.png b/rtdata/images/themed/png/1/light/wb-flash-small.png deleted file mode 100644 index cf44f0357..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-flash-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-flash.png b/rtdata/images/themed/png/1/light/wb-flash.png deleted file mode 100644 index 8c602dc88..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-flash.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-fluorescent-small.png b/rtdata/images/themed/png/1/light/wb-fluorescent-small.png deleted file mode 100644 index 0362ebf02..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-fluorescent-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-fluorescent.png b/rtdata/images/themed/png/1/light/wb-fluorescent.png deleted file mode 100644 index 4acc5e767..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-fluorescent.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-lamp-small.png b/rtdata/images/themed/png/1/light/wb-lamp-small.png deleted file mode 100644 index 4c8516d30..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-lamp-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-lamp.png b/rtdata/images/themed/png/1/light/wb-lamp.png deleted file mode 100644 index 57da8265c..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-lamp.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-led-small.png b/rtdata/images/themed/png/1/light/wb-led-small.png deleted file mode 100644 index 7b3d8504f..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-led-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-led.png b/rtdata/images/themed/png/1/light/wb-led.png deleted file mode 100644 index 5c2d363c6..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-led.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-shade-small.png b/rtdata/images/themed/png/1/light/wb-shade-small.png deleted file mode 100644 index 397fcfdd4..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-shade-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-shade.png b/rtdata/images/themed/png/1/light/wb-shade.png deleted file mode 100644 index 7603de77e..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-shade.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-sun-small.png b/rtdata/images/themed/png/1/light/wb-sun-small.png deleted file mode 100644 index 70c139ab2..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-sun-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-sun.png b/rtdata/images/themed/png/1/light/wb-sun.png deleted file mode 100644 index da7271078..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-sun.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-tungsten-small.png b/rtdata/images/themed/png/1/light/wb-tungsten-small.png deleted file mode 100644 index 3dcbf947d..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-tungsten-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-tungsten.png b/rtdata/images/themed/png/1/light/wb-tungsten.png deleted file mode 100644 index 9c3793852..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-tungsten.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-water-small.png b/rtdata/images/themed/png/1/light/wb-water-small.png deleted file mode 100644 index 59e7bb836..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-water-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/wb-water.png b/rtdata/images/themed/png/1/light/wb-water.png deleted file mode 100644 index 593516563..000000000 Binary files a/rtdata/images/themed/png/1/light/wb-water.png and /dev/null differ diff --git a/rtdata/images/themed/png/1/light/window-add.png b/rtdata/images/themed/png/1/light/window-add.png deleted file mode 100644 index 6ccacd678..000000000 Binary files a/rtdata/images/themed/png/1/light/window-add.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/add-small.png b/rtdata/images/themed/png/2/dark/add-small.png deleted file mode 100644 index de3d5a805..000000000 Binary files a/rtdata/images/themed/png/2/dark/add-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/add.png b/rtdata/images/themed/png/2/dark/add.png deleted file mode 100644 index 1bef96fb1..000000000 Binary files a/rtdata/images/themed/png/2/dark/add.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/aperture.png b/rtdata/images/themed/png/2/dark/aperture.png deleted file mode 100644 index b2e265e26..000000000 Binary files a/rtdata/images/themed/png/2/dark/aperture.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/arrow-down-small.png b/rtdata/images/themed/png/2/dark/arrow-down-small.png deleted file mode 100644 index 84e8e7c17..000000000 Binary files a/rtdata/images/themed/png/2/dark/arrow-down-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/arrow-left-small.png b/rtdata/images/themed/png/2/dark/arrow-left-small.png deleted file mode 100644 index 260e15cfb..000000000 Binary files a/rtdata/images/themed/png/2/dark/arrow-left-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/arrow-right-small.png b/rtdata/images/themed/png/2/dark/arrow-right-small.png deleted file mode 100644 index af6859e83..000000000 Binary files a/rtdata/images/themed/png/2/dark/arrow-right-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/arrow-up-small.png b/rtdata/images/themed/png/2/dark/arrow-up-small.png deleted file mode 100644 index f646e81bb..000000000 Binary files a/rtdata/images/themed/png/2/dark/arrow-up-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/arrow-updown.png b/rtdata/images/themed/png/2/dark/arrow-updown.png deleted file mode 100644 index a4e6a8031..000000000 Binary files a/rtdata/images/themed/png/2/dark/arrow-updown.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/arrow2-left.png b/rtdata/images/themed/png/2/dark/arrow2-left.png deleted file mode 100644 index 3b9b436cc..000000000 Binary files a/rtdata/images/themed/png/2/dark/arrow2-left.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/arrow2-right.png b/rtdata/images/themed/png/2/dark/arrow2-right.png deleted file mode 100644 index b12845da6..000000000 Binary files a/rtdata/images/themed/png/2/dark/arrow2-right.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/atom.png b/rtdata/images/themed/png/2/dark/atom.png deleted file mode 100644 index 9a20ebf47..000000000 Binary files a/rtdata/images/themed/png/2/dark/atom.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/bayer.png b/rtdata/images/themed/png/2/dark/bayer.png deleted file mode 100644 index 90188c195..000000000 Binary files a/rtdata/images/themed/png/2/dark/bayer.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/beforeafter.png b/rtdata/images/themed/png/2/dark/beforeafter.png deleted file mode 100644 index f758b60e3..000000000 Binary files a/rtdata/images/themed/png/2/dark/beforeafter.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/cancel-small.png b/rtdata/images/themed/png/2/dark/cancel-small.png deleted file mode 100644 index 58692874a..000000000 Binary files a/rtdata/images/themed/png/2/dark/cancel-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/cancel.png b/rtdata/images/themed/png/2/dark/cancel.png deleted file mode 100644 index 5e3a8811a..000000000 Binary files a/rtdata/images/themed/png/2/dark/cancel.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-black-small.png b/rtdata/images/themed/png/2/dark/circle-black-small.png deleted file mode 100644 index c7e218f3a..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-black-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-blue-green-small.png b/rtdata/images/themed/png/2/dark/circle-blue-green-small.png deleted file mode 100644 index 0b4d9652a..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-blue-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-blue-red-small.png b/rtdata/images/themed/png/2/dark/circle-blue-red-small.png deleted file mode 100644 index b5a224288..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-blue-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-blue-small.png b/rtdata/images/themed/png/2/dark/circle-blue-small.png deleted file mode 100644 index f72a53404..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-blue-yellow-small.png b/rtdata/images/themed/png/2/dark/circle-blue-yellow-small.png deleted file mode 100644 index c164be2f9..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-blue-yellow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-cyan-red-small.png b/rtdata/images/themed/png/2/dark/circle-cyan-red-small.png deleted file mode 100644 index da9c12742..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-cyan-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-cyan-small.png b/rtdata/images/themed/png/2/dark/circle-cyan-small.png deleted file mode 100644 index 9e2d0f47b..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-cyan-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-darkgray-small.png b/rtdata/images/themed/png/2/dark/circle-darkgray-small.png deleted file mode 100644 index ce86636da..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-darkgray-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-empty-blue-small.png b/rtdata/images/themed/png/2/dark/circle-empty-blue-small.png deleted file mode 100644 index b4509923f..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-empty-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-empty-darkgray-small.png b/rtdata/images/themed/png/2/dark/circle-empty-darkgray-small.png deleted file mode 100644 index 63a4f0ebd..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-empty-darkgray-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-empty-gray-small.png b/rtdata/images/themed/png/2/dark/circle-empty-gray-small.png deleted file mode 100644 index 1d737c949..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-empty-gray-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-empty-green-small.png b/rtdata/images/themed/png/2/dark/circle-empty-green-small.png deleted file mode 100644 index 92c0bb183..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-empty-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-empty-purple-small.png b/rtdata/images/themed/png/2/dark/circle-empty-purple-small.png deleted file mode 100644 index 76a64d3b6..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-empty-purple-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-empty-red-small.png b/rtdata/images/themed/png/2/dark/circle-empty-red-small.png deleted file mode 100644 index 577db3cd6..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-empty-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-empty-yellow-small.png b/rtdata/images/themed/png/2/dark/circle-empty-yellow-small.png deleted file mode 100644 index 6868376f9..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-empty-yellow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-gray-blue-small.png b/rtdata/images/themed/png/2/dark/circle-gray-blue-small.png deleted file mode 100644 index befd24c0e..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-gray-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-gray-green-small.png b/rtdata/images/themed/png/2/dark/circle-gray-green-small.png deleted file mode 100644 index cc604c173..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-gray-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-gray-red-small.png b/rtdata/images/themed/png/2/dark/circle-gray-red-small.png deleted file mode 100644 index 6eb5588c9..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-gray-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-gray-small.png b/rtdata/images/themed/png/2/dark/circle-gray-small.png deleted file mode 100644 index 1962d3a50..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-gray-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-green-blue-small.png b/rtdata/images/themed/png/2/dark/circle-green-blue-small.png deleted file mode 100644 index 45f01beea..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-green-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-green-red-small.png b/rtdata/images/themed/png/2/dark/circle-green-red-small.png deleted file mode 100644 index 43bb56c18..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-green-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-green-small.png b/rtdata/images/themed/png/2/dark/circle-green-small.png deleted file mode 100644 index 72915c10a..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-magenta-small.png b/rtdata/images/themed/png/2/dark/circle-magenta-small.png deleted file mode 100644 index 9a47fd789..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-magenta-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-orange-small.png b/rtdata/images/themed/png/2/dark/circle-orange-small.png deleted file mode 100644 index b619e22ea..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-orange-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-purple-small.png b/rtdata/images/themed/png/2/dark/circle-purple-small.png deleted file mode 100644 index a85c50b6b..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-purple-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-red-blue-small.png b/rtdata/images/themed/png/2/dark/circle-red-blue-small.png deleted file mode 100644 index 1dc5f80c5..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-red-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-red-cyan-small.png b/rtdata/images/themed/png/2/dark/circle-red-cyan-small.png deleted file mode 100644 index 52706baef..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-red-cyan-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-red-green-small.png b/rtdata/images/themed/png/2/dark/circle-red-green-small.png deleted file mode 100644 index e58fd35da..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-red-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-red-small.png b/rtdata/images/themed/png/2/dark/circle-red-small.png deleted file mode 100644 index 67975abdd..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-white-small.png b/rtdata/images/themed/png/2/dark/circle-white-small.png deleted file mode 100644 index 0e7ba1b6d..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-white-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-yellow-blue-small.png b/rtdata/images/themed/png/2/dark/circle-yellow-blue-small.png deleted file mode 100644 index 058edfe96..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-yellow-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/circle-yellow-small.png b/rtdata/images/themed/png/2/dark/circle-yellow-small.png deleted file mode 100644 index e0c97e9fe..000000000 Binary files a/rtdata/images/themed/png/2/dark/circle-yellow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/color-circles.png b/rtdata/images/themed/png/2/dark/color-circles.png deleted file mode 100644 index 4a5518fab..000000000 Binary files a/rtdata/images/themed/png/2/dark/color-circles.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/color-picker-add-hicontrast.png b/rtdata/images/themed/png/2/dark/color-picker-add-hicontrast.png deleted file mode 100644 index c23b27bb8..000000000 Binary files a/rtdata/images/themed/png/2/dark/color-picker-add-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/color-picker-add.png b/rtdata/images/themed/png/2/dark/color-picker-add.png deleted file mode 100644 index 6d8e0cdbd..000000000 Binary files a/rtdata/images/themed/png/2/dark/color-picker-add.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/color-picker-bars.png b/rtdata/images/themed/png/2/dark/color-picker-bars.png deleted file mode 100644 index 65593175a..000000000 Binary files a/rtdata/images/themed/png/2/dark/color-picker-bars.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/color-picker-hicontrast.png b/rtdata/images/themed/png/2/dark/color-picker-hicontrast.png deleted file mode 100644 index 59a134e1c..000000000 Binary files a/rtdata/images/themed/png/2/dark/color-picker-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/color-picker-hide.png b/rtdata/images/themed/png/2/dark/color-picker-hide.png deleted file mode 100644 index ce5433b97..000000000 Binary files a/rtdata/images/themed/png/2/dark/color-picker-hide.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/color-picker.png b/rtdata/images/themed/png/2/dark/color-picker.png deleted file mode 100644 index a8444207b..000000000 Binary files a/rtdata/images/themed/png/2/dark/color-picker.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/contrastmask-off.png b/rtdata/images/themed/png/2/dark/contrastmask-off.png deleted file mode 100644 index 930d57221..000000000 Binary files a/rtdata/images/themed/png/2/dark/contrastmask-off.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/contrastmask-on.png b/rtdata/images/themed/png/2/dark/contrastmask-on.png deleted file mode 100644 index 0fda6bd36..000000000 Binary files a/rtdata/images/themed/png/2/dark/contrastmask-on.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/copy.png b/rtdata/images/themed/png/2/dark/copy.png deleted file mode 100644 index 990f2c26b..000000000 Binary files a/rtdata/images/themed/png/2/dark/copy.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/crop-auto-small.png b/rtdata/images/themed/png/2/dark/crop-auto-small.png deleted file mode 100644 index dfc61de42..000000000 Binary files a/rtdata/images/themed/png/2/dark/crop-auto-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/crop-auto.png b/rtdata/images/themed/png/2/dark/crop-auto.png deleted file mode 100644 index 0548b544e..000000000 Binary files a/rtdata/images/themed/png/2/dark/crop-auto.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/crop-point-hicontrast.png b/rtdata/images/themed/png/2/dark/crop-point-hicontrast.png deleted file mode 100644 index d688246d1..000000000 Binary files a/rtdata/images/themed/png/2/dark/crop-point-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/crop-small.png b/rtdata/images/themed/png/2/dark/crop-small.png deleted file mode 100644 index e7b9e616a..000000000 Binary files a/rtdata/images/themed/png/2/dark/crop-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/crop.png b/rtdata/images/themed/png/2/dark/crop.png deleted file mode 100644 index c9156bb89..000000000 Binary files a/rtdata/images/themed/png/2/dark/crop.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/crossed-arrows-in.png b/rtdata/images/themed/png/2/dark/crossed-arrows-in.png deleted file mode 100644 index f5ad4eebd..000000000 Binary files a/rtdata/images/themed/png/2/dark/crossed-arrows-in.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/crossed-arrows-out.png b/rtdata/images/themed/png/2/dark/crossed-arrows-out.png deleted file mode 100644 index 38442be17..000000000 Binary files a/rtdata/images/themed/png/2/dark/crossed-arrows-out.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/crosshair-adjust.png b/rtdata/images/themed/png/2/dark/crosshair-adjust.png deleted file mode 100644 index dcabef474..000000000 Binary files a/rtdata/images/themed/png/2/dark/crosshair-adjust.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/crosshair-hicontrast.png b/rtdata/images/themed/png/2/dark/crosshair-hicontrast.png deleted file mode 100644 index aee472818..000000000 Binary files a/rtdata/images/themed/png/2/dark/crosshair-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/crosshair-node-curve.png b/rtdata/images/themed/png/2/dark/crosshair-node-curve.png deleted file mode 100644 index 8010fab4c..000000000 Binary files a/rtdata/images/themed/png/2/dark/crosshair-node-curve.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/crosshair-small.png b/rtdata/images/themed/png/2/dark/crosshair-small.png deleted file mode 100644 index 48df764f6..000000000 Binary files a/rtdata/images/themed/png/2/dark/crosshair-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/curve-controlpoints-small.png b/rtdata/images/themed/png/2/dark/curve-controlpoints-small.png deleted file mode 100644 index 4d6f560b7..000000000 Binary files a/rtdata/images/themed/png/2/dark/curve-controlpoints-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/curve-controlpoints.png b/rtdata/images/themed/png/2/dark/curve-controlpoints.png deleted file mode 100644 index 766daa88e..000000000 Binary files a/rtdata/images/themed/png/2/dark/curve-controlpoints.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/curve-flat-small.png b/rtdata/images/themed/png/2/dark/curve-flat-small.png deleted file mode 100644 index e6aa55e9e..000000000 Binary files a/rtdata/images/themed/png/2/dark/curve-flat-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/curve-flat.png b/rtdata/images/themed/png/2/dark/curve-flat.png deleted file mode 100644 index abbea5b37..000000000 Binary files a/rtdata/images/themed/png/2/dark/curve-flat.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/curve-linear-small.png b/rtdata/images/themed/png/2/dark/curve-linear-small.png deleted file mode 100644 index eca35e82f..000000000 Binary files a/rtdata/images/themed/png/2/dark/curve-linear-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/curve-linear.png b/rtdata/images/themed/png/2/dark/curve-linear.png deleted file mode 100644 index f57074c00..000000000 Binary files a/rtdata/images/themed/png/2/dark/curve-linear.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/curve-nurbs-small.png b/rtdata/images/themed/png/2/dark/curve-nurbs-small.png deleted file mode 100644 index 69273d2a0..000000000 Binary files a/rtdata/images/themed/png/2/dark/curve-nurbs-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/curve-nurbs.png b/rtdata/images/themed/png/2/dark/curve-nurbs.png deleted file mode 100644 index 8b3016bb5..000000000 Binary files a/rtdata/images/themed/png/2/dark/curve-nurbs.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/curve-parametric-small.png b/rtdata/images/themed/png/2/dark/curve-parametric-small.png deleted file mode 100644 index 3e58cafb1..000000000 Binary files a/rtdata/images/themed/png/2/dark/curve-parametric-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/curve-parametric.png b/rtdata/images/themed/png/2/dark/curve-parametric.png deleted file mode 100644 index e2b3227a8..000000000 Binary files a/rtdata/images/themed/png/2/dark/curve-parametric.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/curve-spline-small.png b/rtdata/images/themed/png/2/dark/curve-spline-small.png deleted file mode 100644 index ede348138..000000000 Binary files a/rtdata/images/themed/png/2/dark/curve-spline-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/curve-spline.png b/rtdata/images/themed/png/2/dark/curve-spline.png deleted file mode 100644 index ce70aafec..000000000 Binary files a/rtdata/images/themed/png/2/dark/curve-spline.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/detail.png b/rtdata/images/themed/png/2/dark/detail.png deleted file mode 100644 index 318f955b5..000000000 Binary files a/rtdata/images/themed/png/2/dark/detail.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/device-floppy.png b/rtdata/images/themed/png/2/dark/device-floppy.png deleted file mode 100644 index aeb324dcc..000000000 Binary files a/rtdata/images/themed/png/2/dark/device-floppy.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/device-hdd.png b/rtdata/images/themed/png/2/dark/device-hdd.png deleted file mode 100644 index 7282d8873..000000000 Binary files a/rtdata/images/themed/png/2/dark/device-hdd.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/device-network.png b/rtdata/images/themed/png/2/dark/device-network.png deleted file mode 100644 index 6188c256b..000000000 Binary files a/rtdata/images/themed/png/2/dark/device-network.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/device-optical.png b/rtdata/images/themed/png/2/dark/device-optical.png deleted file mode 100644 index b1b614ecd..000000000 Binary files a/rtdata/images/themed/png/2/dark/device-optical.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/device-usb.png b/rtdata/images/themed/png/2/dark/device-usb.png deleted file mode 100644 index da79da5a0..000000000 Binary files a/rtdata/images/themed/png/2/dark/device-usb.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/distortion-auto-small.png b/rtdata/images/themed/png/2/dark/distortion-auto-small.png deleted file mode 100644 index 6e79fcf83..000000000 Binary files a/rtdata/images/themed/png/2/dark/distortion-auto-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/distortion-auto.png b/rtdata/images/themed/png/2/dark/distortion-auto.png deleted file mode 100644 index 2f2d12373..000000000 Binary files a/rtdata/images/themed/png/2/dark/distortion-auto.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/distortion-barrel-small.png b/rtdata/images/themed/png/2/dark/distortion-barrel-small.png deleted file mode 100644 index 43329b03a..000000000 Binary files a/rtdata/images/themed/png/2/dark/distortion-barrel-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/distortion-barrel.png b/rtdata/images/themed/png/2/dark/distortion-barrel.png deleted file mode 100644 index 0eecc1ecb..000000000 Binary files a/rtdata/images/themed/png/2/dark/distortion-barrel.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/distortion-pincushion-small.png b/rtdata/images/themed/png/2/dark/distortion-pincushion-small.png deleted file mode 100644 index 8da93f204..000000000 Binary files a/rtdata/images/themed/png/2/dark/distortion-pincushion-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/distortion-pincushion.png b/rtdata/images/themed/png/2/dark/distortion-pincushion.png deleted file mode 100644 index 6dc89aeb2..000000000 Binary files a/rtdata/images/themed/png/2/dark/distortion-pincushion.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/edit-point.png b/rtdata/images/themed/png/2/dark/edit-point.png deleted file mode 100644 index 9f242fbb1..000000000 Binary files a/rtdata/images/themed/png/2/dark/edit-point.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/equilizer-narrow.png b/rtdata/images/themed/png/2/dark/equilizer-narrow.png deleted file mode 100644 index 2989749b5..000000000 Binary files a/rtdata/images/themed/png/2/dark/equilizer-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/equilizer-wide.png b/rtdata/images/themed/png/2/dark/equilizer-wide.png deleted file mode 100644 index beda36416..000000000 Binary files a/rtdata/images/themed/png/2/dark/equilizer-wide.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/expander-closed-small.png b/rtdata/images/themed/png/2/dark/expander-closed-small.png deleted file mode 100644 index 3f59f4a84..000000000 Binary files a/rtdata/images/themed/png/2/dark/expander-closed-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/expander-open-small.png b/rtdata/images/themed/png/2/dark/expander-open-small.png deleted file mode 100644 index 849a2b594..000000000 Binary files a/rtdata/images/themed/png/2/dark/expander-open-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/exposure.png b/rtdata/images/themed/png/2/dark/exposure.png deleted file mode 100644 index 351326d77..000000000 Binary files a/rtdata/images/themed/png/2/dark/exposure.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/filetype-hdr.png b/rtdata/images/themed/png/2/dark/filetype-hdr.png deleted file mode 100644 index 5b560e66e..000000000 Binary files a/rtdata/images/themed/png/2/dark/filetype-hdr.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/filetype-ps.png b/rtdata/images/themed/png/2/dark/filetype-ps.png deleted file mode 100644 index a6fbd3412..000000000 Binary files a/rtdata/images/themed/png/2/dark/filetype-ps.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/filter-clear.png b/rtdata/images/themed/png/2/dark/filter-clear.png deleted file mode 100644 index 51c827351..000000000 Binary files a/rtdata/images/themed/png/2/dark/filter-clear.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/filter-original.png b/rtdata/images/themed/png/2/dark/filter-original.png deleted file mode 100644 index 48f0ad2ee..000000000 Binary files a/rtdata/images/themed/png/2/dark/filter-original.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/filter-original2.png b/rtdata/images/themed/png/2/dark/filter-original2.png deleted file mode 100644 index d2b77864c..000000000 Binary files a/rtdata/images/themed/png/2/dark/filter-original2.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/filter.png b/rtdata/images/themed/png/2/dark/filter.png deleted file mode 100644 index 6552cd917..000000000 Binary files a/rtdata/images/themed/png/2/dark/filter.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/flip-horizontal.png b/rtdata/images/themed/png/2/dark/flip-horizontal.png deleted file mode 100644 index 380d8ed8f..000000000 Binary files a/rtdata/images/themed/png/2/dark/flip-horizontal.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/flip-vertical.png b/rtdata/images/themed/png/2/dark/flip-vertical.png deleted file mode 100644 index 72555343f..000000000 Binary files a/rtdata/images/themed/png/2/dark/flip-vertical.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/focusscreen-off.png b/rtdata/images/themed/png/2/dark/focusscreen-off.png deleted file mode 100644 index 4ec1e7971..000000000 Binary files a/rtdata/images/themed/png/2/dark/focusscreen-off.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/focusscreen-on.png b/rtdata/images/themed/png/2/dark/focusscreen-on.png deleted file mode 100644 index 1edde1374..000000000 Binary files a/rtdata/images/themed/png/2/dark/focusscreen-on.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/folder-closed-home-small.png b/rtdata/images/themed/png/2/dark/folder-closed-home-small.png deleted file mode 100644 index 9855bb25c..000000000 Binary files a/rtdata/images/themed/png/2/dark/folder-closed-home-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/folder-closed-home.png b/rtdata/images/themed/png/2/dark/folder-closed-home.png deleted file mode 100644 index b48edf7de..000000000 Binary files a/rtdata/images/themed/png/2/dark/folder-closed-home.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/folder-closed-recent-small.png b/rtdata/images/themed/png/2/dark/folder-closed-recent-small.png deleted file mode 100644 index 468560bae..000000000 Binary files a/rtdata/images/themed/png/2/dark/folder-closed-recent-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/folder-closed-recent.png b/rtdata/images/themed/png/2/dark/folder-closed-recent.png deleted file mode 100644 index 4ad733718..000000000 Binary files a/rtdata/images/themed/png/2/dark/folder-closed-recent.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/folder-closed-small.png b/rtdata/images/themed/png/2/dark/folder-closed-small.png deleted file mode 100644 index 131757ee3..000000000 Binary files a/rtdata/images/themed/png/2/dark/folder-closed-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/folder-closed.png b/rtdata/images/themed/png/2/dark/folder-closed.png deleted file mode 100644 index cde085484..000000000 Binary files a/rtdata/images/themed/png/2/dark/folder-closed.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/folder-open-recent-small.png b/rtdata/images/themed/png/2/dark/folder-open-recent-small.png deleted file mode 100644 index 05b527e6c..000000000 Binary files a/rtdata/images/themed/png/2/dark/folder-open-recent-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/folder-open-recent.png b/rtdata/images/themed/png/2/dark/folder-open-recent.png deleted file mode 100644 index d7af81cc5..000000000 Binary files a/rtdata/images/themed/png/2/dark/folder-open-recent.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/folder-open-small.png b/rtdata/images/themed/png/2/dark/folder-open-small.png deleted file mode 100644 index 41ee660cb..000000000 Binary files a/rtdata/images/themed/png/2/dark/folder-open-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/folder-open.png b/rtdata/images/themed/png/2/dark/folder-open.png deleted file mode 100644 index eac051af0..000000000 Binary files a/rtdata/images/themed/png/2/dark/folder-open.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/fullscreen-enter.png b/rtdata/images/themed/png/2/dark/fullscreen-enter.png deleted file mode 100644 index 8c529f721..000000000 Binary files a/rtdata/images/themed/png/2/dark/fullscreen-enter.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/fullscreen-leave.png b/rtdata/images/themed/png/2/dark/fullscreen-leave.png deleted file mode 100644 index ac4ebf916..000000000 Binary files a/rtdata/images/themed/png/2/dark/fullscreen-leave.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/gamut-hist.png b/rtdata/images/themed/png/2/dark/gamut-hist.png deleted file mode 100644 index f7732ff78..000000000 Binary files a/rtdata/images/themed/png/2/dark/gamut-hist.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/gamut-plus.png b/rtdata/images/themed/png/2/dark/gamut-plus.png deleted file mode 100644 index ebb1757ab..000000000 Binary files a/rtdata/images/themed/png/2/dark/gamut-plus.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/gamut-softproof.png b/rtdata/images/themed/png/2/dark/gamut-softproof.png deleted file mode 100644 index 28c2382c1..000000000 Binary files a/rtdata/images/themed/png/2/dark/gamut-softproof.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/gamut-warning.png b/rtdata/images/themed/png/2/dark/gamut-warning.png deleted file mode 100644 index 61cdda514..000000000 Binary files a/rtdata/images/themed/png/2/dark/gamut-warning.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/gamut_srgb_prophoto_xy.png b/rtdata/images/themed/png/2/dark/gamut_srgb_prophoto_xy.png deleted file mode 100644 index 1a101f79f..000000000 Binary files a/rtdata/images/themed/png/2/dark/gamut_srgb_prophoto_xy.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/gears-pause.png b/rtdata/images/themed/png/2/dark/gears-pause.png deleted file mode 100644 index 92dc39880..000000000 Binary files a/rtdata/images/themed/png/2/dark/gears-pause.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/gears-play.png b/rtdata/images/themed/png/2/dark/gears-play.png deleted file mode 100644 index 66f0c0b4a..000000000 Binary files a/rtdata/images/themed/png/2/dark/gears-play.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/gears-small.png b/rtdata/images/themed/png/2/dark/gears-small.png deleted file mode 100644 index ffe0708bc..000000000 Binary files a/rtdata/images/themed/png/2/dark/gears-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/gears.png b/rtdata/images/themed/png/2/dark/gears.png deleted file mode 100644 index e04f7a19c..000000000 Binary files a/rtdata/images/themed/png/2/dark/gears.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/goto-end-small.png b/rtdata/images/themed/png/2/dark/goto-end-small.png deleted file mode 100644 index 28d519928..000000000 Binary files a/rtdata/images/themed/png/2/dark/goto-end-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/goto-start-small.png b/rtdata/images/themed/png/2/dark/goto-start-small.png deleted file mode 100644 index 195fe0965..000000000 Binary files a/rtdata/images/themed/png/2/dark/goto-start-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/hand-closed-hicontrast.png b/rtdata/images/themed/png/2/dark/hand-closed-hicontrast.png deleted file mode 100644 index 046f3c341..000000000 Binary files a/rtdata/images/themed/png/2/dark/hand-closed-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/hand-open-hicontrast.png b/rtdata/images/themed/png/2/dark/hand-open-hicontrast.png deleted file mode 100644 index d6aba1ed8..000000000 Binary files a/rtdata/images/themed/png/2/dark/hand-open-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/hand-open.png b/rtdata/images/themed/png/2/dark/hand-open.png deleted file mode 100644 index 0cbc54c35..000000000 Binary files a/rtdata/images/themed/png/2/dark/hand-open.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-bar-off-small.png b/rtdata/images/themed/png/2/dark/histogram-bar-off-small.png deleted file mode 100644 index f47125233..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-bar-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-bar-on-small.png b/rtdata/images/themed/png/2/dark/histogram-bar-on-small.png deleted file mode 100644 index 2cd94077e..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-bar-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-bayer-off-small.png b/rtdata/images/themed/png/2/dark/histogram-bayer-off-small.png deleted file mode 100644 index dfa42090d..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-bayer-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-bayer-on-small.png b/rtdata/images/themed/png/2/dark/histogram-bayer-on-small.png deleted file mode 100644 index 5ed266350..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-bayer-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-blue-off-small.png b/rtdata/images/themed/png/2/dark/histogram-blue-off-small.png deleted file mode 100644 index 7fa647f44..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-blue-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-blue-on-small.png b/rtdata/images/themed/png/2/dark/histogram-blue-on-small.png deleted file mode 100644 index 2da44ea64..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-blue-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-gold-off-small.png b/rtdata/images/themed/png/2/dark/histogram-gold-off-small.png deleted file mode 100644 index e3c0eec86..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-gold-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-gold-on-small.png b/rtdata/images/themed/png/2/dark/histogram-gold-on-small.png deleted file mode 100644 index 08ad39f12..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-gold-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-green-off-small.png b/rtdata/images/themed/png/2/dark/histogram-green-off-small.png deleted file mode 100644 index 1471f6bea..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-green-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-green-on-small.png b/rtdata/images/themed/png/2/dark/histogram-green-on-small.png deleted file mode 100644 index 4b7ec0f11..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-green-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-mode-linear-small.png b/rtdata/images/themed/png/2/dark/histogram-mode-linear-small.png deleted file mode 100644 index 2ff1ce9b1..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-mode-linear-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-mode-logx-small.png b/rtdata/images/themed/png/2/dark/histogram-mode-logx-small.png deleted file mode 100644 index e4dc2596c..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-mode-logx-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-mode-logxy-small.png b/rtdata/images/themed/png/2/dark/histogram-mode-logxy-small.png deleted file mode 100644 index e2dfe8cca..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-mode-logxy-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-red-off-small.png b/rtdata/images/themed/png/2/dark/histogram-red-off-small.png deleted file mode 100644 index cfa4e5fdf..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-red-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-red-on-small.png b/rtdata/images/themed/png/2/dark/histogram-red-on-small.png deleted file mode 100644 index 3778d0837..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-red-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-silver-off-small.png b/rtdata/images/themed/png/2/dark/histogram-silver-off-small.png deleted file mode 100644 index 18f5b2bac..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-silver-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/histogram-silver-on-small.png b/rtdata/images/themed/png/2/dark/histogram-silver-on-small.png deleted file mode 100644 index 144330442..000000000 Binary files a/rtdata/images/themed/png/2/dark/histogram-silver-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/info.png b/rtdata/images/themed/png/2/dark/info.png deleted file mode 100644 index b2ff0ee4f..000000000 Binary files a/rtdata/images/themed/png/2/dark/info.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/intent-absolute.png b/rtdata/images/themed/png/2/dark/intent-absolute.png deleted file mode 100644 index 20a42214a..000000000 Binary files a/rtdata/images/themed/png/2/dark/intent-absolute.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/intent-perceptual.png b/rtdata/images/themed/png/2/dark/intent-perceptual.png deleted file mode 100644 index 0897030e3..000000000 Binary files a/rtdata/images/themed/png/2/dark/intent-perceptual.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/intent-relative.png b/rtdata/images/themed/png/2/dark/intent-relative.png deleted file mode 100644 index ead1c8f06..000000000 Binary files a/rtdata/images/themed/png/2/dark/intent-relative.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/intent-saturation.png b/rtdata/images/themed/png/2/dark/intent-saturation.png deleted file mode 100644 index ead09b164..000000000 Binary files a/rtdata/images/themed/png/2/dark/intent-saturation.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/magnifier-1to1-small.png b/rtdata/images/themed/png/2/dark/magnifier-1to1-small.png deleted file mode 100644 index b31b42734..000000000 Binary files a/rtdata/images/themed/png/2/dark/magnifier-1to1-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/magnifier-1to1.png b/rtdata/images/themed/png/2/dark/magnifier-1to1.png deleted file mode 100644 index a1992dae4..000000000 Binary files a/rtdata/images/themed/png/2/dark/magnifier-1to1.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/magnifier-crop.png b/rtdata/images/themed/png/2/dark/magnifier-crop.png deleted file mode 100644 index 7a3485424..000000000 Binary files a/rtdata/images/themed/png/2/dark/magnifier-crop.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/magnifier-fit.png b/rtdata/images/themed/png/2/dark/magnifier-fit.png deleted file mode 100644 index 176b20931..000000000 Binary files a/rtdata/images/themed/png/2/dark/magnifier-fit.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/magnifier-minus-small.png b/rtdata/images/themed/png/2/dark/magnifier-minus-small.png deleted file mode 100644 index 2ac7ba158..000000000 Binary files a/rtdata/images/themed/png/2/dark/magnifier-minus-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/magnifier-minus.png b/rtdata/images/themed/png/2/dark/magnifier-minus.png deleted file mode 100644 index 333576ed7..000000000 Binary files a/rtdata/images/themed/png/2/dark/magnifier-minus.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/magnifier-plus-small.png b/rtdata/images/themed/png/2/dark/magnifier-plus-small.png deleted file mode 100644 index 71b07115f..000000000 Binary files a/rtdata/images/themed/png/2/dark/magnifier-plus-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/magnifier-plus.png b/rtdata/images/themed/png/2/dark/magnifier-plus.png deleted file mode 100644 index d78cd4260..000000000 Binary files a/rtdata/images/themed/png/2/dark/magnifier-plus.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/magnifier.png b/rtdata/images/themed/png/2/dark/magnifier.png deleted file mode 100644 index 245cb344a..000000000 Binary files a/rtdata/images/themed/png/2/dark/magnifier.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/metadata.png b/rtdata/images/themed/png/2/dark/metadata.png deleted file mode 100644 index 0439e9b8c..000000000 Binary files a/rtdata/images/themed/png/2/dark/metadata.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/node-move-nw-se-hicontrast.png b/rtdata/images/themed/png/2/dark/node-move-nw-se-hicontrast.png deleted file mode 100644 index f4f710cab..000000000 Binary files a/rtdata/images/themed/png/2/dark/node-move-nw-se-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/node-move-sw-ne-hicontrast.png b/rtdata/images/themed/png/2/dark/node-move-sw-ne-hicontrast.png deleted file mode 100644 index cd3705cb9..000000000 Binary files a/rtdata/images/themed/png/2/dark/node-move-sw-ne-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/node-move-x-hicontrast.png b/rtdata/images/themed/png/2/dark/node-move-x-hicontrast.png deleted file mode 100644 index d3f1b6327..000000000 Binary files a/rtdata/images/themed/png/2/dark/node-move-x-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/node-move-xy-hicontrast.png b/rtdata/images/themed/png/2/dark/node-move-xy-hicontrast.png deleted file mode 100644 index ef0c0e667..000000000 Binary files a/rtdata/images/themed/png/2/dark/node-move-xy-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/node-move-y-hicontrast.png b/rtdata/images/themed/png/2/dark/node-move-y-hicontrast.png deleted file mode 100644 index 1b0b471f5..000000000 Binary files a/rtdata/images/themed/png/2/dark/node-move-y-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/one-to-one-small.png b/rtdata/images/themed/png/2/dark/one-to-one-small.png deleted file mode 100644 index 1c8dbe57e..000000000 Binary files a/rtdata/images/themed/png/2/dark/one-to-one-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/ornament1.png b/rtdata/images/themed/png/2/dark/ornament1.png deleted file mode 100644 index 3268460a7..000000000 Binary files a/rtdata/images/themed/png/2/dark/ornament1.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/padlock-locked-small.png b/rtdata/images/themed/png/2/dark/padlock-locked-small.png deleted file mode 100644 index 44af25244..000000000 Binary files a/rtdata/images/themed/png/2/dark/padlock-locked-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/padlock-unlocked-small.png b/rtdata/images/themed/png/2/dark/padlock-unlocked-small.png deleted file mode 100644 index 394626389..000000000 Binary files a/rtdata/images/themed/png/2/dark/padlock-unlocked-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/palette-brush.png b/rtdata/images/themed/png/2/dark/palette-brush.png deleted file mode 100644 index 70519a9a9..000000000 Binary files a/rtdata/images/themed/png/2/dark/palette-brush.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/panel-to-bottom.png b/rtdata/images/themed/png/2/dark/panel-to-bottom.png deleted file mode 100644 index c377a8b9e..000000000 Binary files a/rtdata/images/themed/png/2/dark/panel-to-bottom.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/panel-to-left.png b/rtdata/images/themed/png/2/dark/panel-to-left.png deleted file mode 100644 index 5e2ed1baa..000000000 Binary files a/rtdata/images/themed/png/2/dark/panel-to-left.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/panel-to-right.png b/rtdata/images/themed/png/2/dark/panel-to-right.png deleted file mode 100644 index bd21edd74..000000000 Binary files a/rtdata/images/themed/png/2/dark/panel-to-right.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/panel-to-top.png b/rtdata/images/themed/png/2/dark/panel-to-top.png deleted file mode 100644 index f006db82b..000000000 Binary files a/rtdata/images/themed/png/2/dark/panel-to-top.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/paste.png b/rtdata/images/themed/png/2/dark/paste.png deleted file mode 100644 index 079874070..000000000 Binary files a/rtdata/images/themed/png/2/dark/paste.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/perspective-horizontal-left-small.png b/rtdata/images/themed/png/2/dark/perspective-horizontal-left-small.png deleted file mode 100644 index c8d7ec8df..000000000 Binary files a/rtdata/images/themed/png/2/dark/perspective-horizontal-left-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/perspective-horizontal-left.png b/rtdata/images/themed/png/2/dark/perspective-horizontal-left.png deleted file mode 100644 index 3c375716a..000000000 Binary files a/rtdata/images/themed/png/2/dark/perspective-horizontal-left.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/perspective-horizontal-right-small.png b/rtdata/images/themed/png/2/dark/perspective-horizontal-right-small.png deleted file mode 100644 index 413f2b772..000000000 Binary files a/rtdata/images/themed/png/2/dark/perspective-horizontal-right-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/perspective-horizontal-right.png b/rtdata/images/themed/png/2/dark/perspective-horizontal-right.png deleted file mode 100644 index ffacc961f..000000000 Binary files a/rtdata/images/themed/png/2/dark/perspective-horizontal-right.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/perspective-vertical-bottom-small.png b/rtdata/images/themed/png/2/dark/perspective-vertical-bottom-small.png deleted file mode 100644 index 09c1e1c1d..000000000 Binary files a/rtdata/images/themed/png/2/dark/perspective-vertical-bottom-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/perspective-vertical-bottom.png b/rtdata/images/themed/png/2/dark/perspective-vertical-bottom.png deleted file mode 100644 index c47f46f67..000000000 Binary files a/rtdata/images/themed/png/2/dark/perspective-vertical-bottom.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/perspective-vertical-top-small.png b/rtdata/images/themed/png/2/dark/perspective-vertical-top-small.png deleted file mode 100644 index 1279ea36d..000000000 Binary files a/rtdata/images/themed/png/2/dark/perspective-vertical-top-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/perspective-vertical-top.png b/rtdata/images/themed/png/2/dark/perspective-vertical-top.png deleted file mode 100644 index 756993ca7..000000000 Binary files a/rtdata/images/themed/png/2/dark/perspective-vertical-top.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/power-inconsistent-small.png b/rtdata/images/themed/png/2/dark/power-inconsistent-small.png deleted file mode 100644 index bca5c1e27..000000000 Binary files a/rtdata/images/themed/png/2/dark/power-inconsistent-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/power-off-small.png b/rtdata/images/themed/png/2/dark/power-off-small.png deleted file mode 100644 index 9ccf19312..000000000 Binary files a/rtdata/images/themed/png/2/dark/power-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/power-on-small.png b/rtdata/images/themed/png/2/dark/power-on-small.png deleted file mode 100644 index b3bb313c9..000000000 Binary files a/rtdata/images/themed/png/2/dark/power-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/preferences.png b/rtdata/images/themed/png/2/dark/preferences.png deleted file mode 100644 index 66ba13843..000000000 Binary files a/rtdata/images/themed/png/2/dark/preferences.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/profile-filled.png b/rtdata/images/themed/png/2/dark/profile-filled.png deleted file mode 100644 index bb67d7263..000000000 Binary files a/rtdata/images/themed/png/2/dark/profile-filled.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/profile-partial.png b/rtdata/images/themed/png/2/dark/profile-partial.png deleted file mode 100644 index 320103f53..000000000 Binary files a/rtdata/images/themed/png/2/dark/profile-partial.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/redo-all.png b/rtdata/images/themed/png/2/dark/redo-all.png deleted file mode 100644 index 3092aad49..000000000 Binary files a/rtdata/images/themed/png/2/dark/redo-all.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/redo-small.png b/rtdata/images/themed/png/2/dark/redo-small.png deleted file mode 100644 index 24d585c08..000000000 Binary files a/rtdata/images/themed/png/2/dark/redo-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/redo.png b/rtdata/images/themed/png/2/dark/redo.png deleted file mode 100644 index e15b71ce0..000000000 Binary files a/rtdata/images/themed/png/2/dark/redo.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/refresh-red-small.png b/rtdata/images/themed/png/2/dark/refresh-red-small.png deleted file mode 100644 index 058b52f2f..000000000 Binary files a/rtdata/images/themed/png/2/dark/refresh-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/refresh-small.png b/rtdata/images/themed/png/2/dark/refresh-small.png deleted file mode 100644 index 960c287d4..000000000 Binary files a/rtdata/images/themed/png/2/dark/refresh-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/refresh.png b/rtdata/images/themed/png/2/dark/refresh.png deleted file mode 100644 index 4425c1e96..000000000 Binary files a/rtdata/images/themed/png/2/dark/refresh.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/remove-small.png b/rtdata/images/themed/png/2/dark/remove-small.png deleted file mode 100644 index e33108752..000000000 Binary files a/rtdata/images/themed/png/2/dark/remove-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/remove.png b/rtdata/images/themed/png/2/dark/remove.png deleted file mode 100644 index 1f806d0b0..000000000 Binary files a/rtdata/images/themed/png/2/dark/remove.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/rotate-aroundnode-hicontrast.png b/rtdata/images/themed/png/2/dark/rotate-aroundnode-hicontrast.png deleted file mode 100644 index df718d745..000000000 Binary files a/rtdata/images/themed/png/2/dark/rotate-aroundnode-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/rotate-aroundnode.png b/rtdata/images/themed/png/2/dark/rotate-aroundnode.png deleted file mode 100644 index 433705896..000000000 Binary files a/rtdata/images/themed/png/2/dark/rotate-aroundnode.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/rotate-left-90.png b/rtdata/images/themed/png/2/dark/rotate-left-90.png deleted file mode 100644 index e7fe7d05a..000000000 Binary files a/rtdata/images/themed/png/2/dark/rotate-left-90.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/rotate-left-small.png b/rtdata/images/themed/png/2/dark/rotate-left-small.png deleted file mode 100644 index 22d551d19..000000000 Binary files a/rtdata/images/themed/png/2/dark/rotate-left-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/rotate-left.png b/rtdata/images/themed/png/2/dark/rotate-left.png deleted file mode 100644 index 700578c35..000000000 Binary files a/rtdata/images/themed/png/2/dark/rotate-left.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/rotate-right-90.png b/rtdata/images/themed/png/2/dark/rotate-right-90.png deleted file mode 100644 index f1d095a8c..000000000 Binary files a/rtdata/images/themed/png/2/dark/rotate-right-90.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/rotate-right-small.png b/rtdata/images/themed/png/2/dark/rotate-right-small.png deleted file mode 100644 index ccaa6bb38..000000000 Binary files a/rtdata/images/themed/png/2/dark/rotate-right-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/rotate-right.png b/rtdata/images/themed/png/2/dark/rotate-right.png deleted file mode 100644 index e68fe64cf..000000000 Binary files a/rtdata/images/themed/png/2/dark/rotate-right.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/rotate-straighten-small.png b/rtdata/images/themed/png/2/dark/rotate-straighten-small.png deleted file mode 100644 index 5bafb7a8f..000000000 Binary files a/rtdata/images/themed/png/2/dark/rotate-straighten-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/rotate-straighten.png b/rtdata/images/themed/png/2/dark/rotate-straighten.png deleted file mode 100644 index 468eeacb9..000000000 Binary files a/rtdata/images/themed/png/2/dark/rotate-straighten.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/save-small.png b/rtdata/images/themed/png/2/dark/save-small.png deleted file mode 100644 index 3577a202e..000000000 Binary files a/rtdata/images/themed/png/2/dark/save-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/save.png b/rtdata/images/themed/png/2/dark/save.png deleted file mode 100644 index ebed0d49a..000000000 Binary files a/rtdata/images/themed/png/2/dark/save.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/saved-no-small.png b/rtdata/images/themed/png/2/dark/saved-no-small.png deleted file mode 100644 index de12bf59c..000000000 Binary files a/rtdata/images/themed/png/2/dark/saved-no-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/saved-yes-small.png b/rtdata/images/themed/png/2/dark/saved-yes-small.png deleted file mode 100644 index f8c497891..000000000 Binary files a/rtdata/images/themed/png/2/dark/saved-yes-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/square-toggle-black-off-narrow.png b/rtdata/images/themed/png/2/dark/square-toggle-black-off-narrow.png deleted file mode 100644 index 90ecba649..000000000 Binary files a/rtdata/images/themed/png/2/dark/square-toggle-black-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/square-toggle-black-on-narrow.png b/rtdata/images/themed/png/2/dark/square-toggle-black-on-narrow.png deleted file mode 100644 index 6b7da20b7..000000000 Binary files a/rtdata/images/themed/png/2/dark/square-toggle-black-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/square-toggle-blue-off-narrow.png b/rtdata/images/themed/png/2/dark/square-toggle-blue-off-narrow.png deleted file mode 100644 index 8fd01165c..000000000 Binary files a/rtdata/images/themed/png/2/dark/square-toggle-blue-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/square-toggle-blue-on-narrow.png b/rtdata/images/themed/png/2/dark/square-toggle-blue-on-narrow.png deleted file mode 100644 index 2f97cd050..000000000 Binary files a/rtdata/images/themed/png/2/dark/square-toggle-blue-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/square-toggle-gray-off-narrow.png b/rtdata/images/themed/png/2/dark/square-toggle-gray-off-narrow.png deleted file mode 100644 index 779d4eb3b..000000000 Binary files a/rtdata/images/themed/png/2/dark/square-toggle-gray-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/square-toggle-gray-on-narrow.png b/rtdata/images/themed/png/2/dark/square-toggle-gray-on-narrow.png deleted file mode 100644 index 30923caaa..000000000 Binary files a/rtdata/images/themed/png/2/dark/square-toggle-gray-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/square-toggle-green-off-narrow.png b/rtdata/images/themed/png/2/dark/square-toggle-green-off-narrow.png deleted file mode 100644 index 3184167df..000000000 Binary files a/rtdata/images/themed/png/2/dark/square-toggle-green-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/square-toggle-green-on-narrow.png b/rtdata/images/themed/png/2/dark/square-toggle-green-on-narrow.png deleted file mode 100644 index 7e338b190..000000000 Binary files a/rtdata/images/themed/png/2/dark/square-toggle-green-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/square-toggle-luminosity-off-narrow.png b/rtdata/images/themed/png/2/dark/square-toggle-luminosity-off-narrow.png deleted file mode 100644 index 1c7ae0717..000000000 Binary files a/rtdata/images/themed/png/2/dark/square-toggle-luminosity-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/square-toggle-luminosity-on-narrow.png b/rtdata/images/themed/png/2/dark/square-toggle-luminosity-on-narrow.png deleted file mode 100644 index 8108aee67..000000000 Binary files a/rtdata/images/themed/png/2/dark/square-toggle-luminosity-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/square-toggle-red-off-narrow.png b/rtdata/images/themed/png/2/dark/square-toggle-red-off-narrow.png deleted file mode 100644 index 7d0b299c9..000000000 Binary files a/rtdata/images/themed/png/2/dark/square-toggle-red-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/square-toggle-red-on-narrow.png b/rtdata/images/themed/png/2/dark/square-toggle-red-on-narrow.png deleted file mode 100644 index cd5fe85e6..000000000 Binary files a/rtdata/images/themed/png/2/dark/square-toggle-red-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/square-toggle-theme-off-narrow.png b/rtdata/images/themed/png/2/dark/square-toggle-theme-off-narrow.png deleted file mode 100644 index 31d2d57c6..000000000 Binary files a/rtdata/images/themed/png/2/dark/square-toggle-theme-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/square-toggle-theme-on-narrow.png b/rtdata/images/themed/png/2/dark/square-toggle-theme-on-narrow.png deleted file mode 100644 index 14461a3ce..000000000 Binary files a/rtdata/images/themed/png/2/dark/square-toggle-theme-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/square-toggle-white-off-narrow.png b/rtdata/images/themed/png/2/dark/square-toggle-white-off-narrow.png deleted file mode 100644 index 12831eb4b..000000000 Binary files a/rtdata/images/themed/png/2/dark/square-toggle-white-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/square-toggle-white-on-narrow.png b/rtdata/images/themed/png/2/dark/square-toggle-white-on-narrow.png deleted file mode 100644 index 9640a492e..000000000 Binary files a/rtdata/images/themed/png/2/dark/square-toggle-white-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/star-gold-hollow-narrow.png b/rtdata/images/themed/png/2/dark/star-gold-hollow-narrow.png deleted file mode 100644 index cda3c345f..000000000 Binary files a/rtdata/images/themed/png/2/dark/star-gold-hollow-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/star-gold-hollow-small.png b/rtdata/images/themed/png/2/dark/star-gold-hollow-small.png deleted file mode 100644 index c4816cfa4..000000000 Binary files a/rtdata/images/themed/png/2/dark/star-gold-hollow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/star-gold-narrow.png b/rtdata/images/themed/png/2/dark/star-gold-narrow.png deleted file mode 100644 index c51ff057f..000000000 Binary files a/rtdata/images/themed/png/2/dark/star-gold-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/star-gold-small.png b/rtdata/images/themed/png/2/dark/star-gold-small.png deleted file mode 100644 index 89c3b7c3d..000000000 Binary files a/rtdata/images/themed/png/2/dark/star-gold-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/star-hollow-narrow.png b/rtdata/images/themed/png/2/dark/star-hollow-narrow.png deleted file mode 100644 index a29c53f17..000000000 Binary files a/rtdata/images/themed/png/2/dark/star-hollow-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/star-hollow-small.png b/rtdata/images/themed/png/2/dark/star-hollow-small.png deleted file mode 100644 index bc19037d2..000000000 Binary files a/rtdata/images/themed/png/2/dark/star-hollow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/star-narrow.png b/rtdata/images/themed/png/2/dark/star-narrow.png deleted file mode 100644 index f60159c9f..000000000 Binary files a/rtdata/images/themed/png/2/dark/star-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/star-small.png b/rtdata/images/themed/png/2/dark/star-small.png deleted file mode 100644 index e3730a2a5..000000000 Binary files a/rtdata/images/themed/png/2/dark/star-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/template-16.png b/rtdata/images/themed/png/2/dark/template-16.png deleted file mode 100644 index aea362a25..000000000 Binary files a/rtdata/images/themed/png/2/dark/template-16.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/template-24.png b/rtdata/images/themed/png/2/dark/template-24.png deleted file mode 100644 index 87e3f7e3e..000000000 Binary files a/rtdata/images/themed/png/2/dark/template-24.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/template-narrow.png b/rtdata/images/themed/png/2/dark/template-narrow.png deleted file mode 100644 index 16fc0bfbf..000000000 Binary files a/rtdata/images/themed/png/2/dark/template-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/tick-green-hollow-small.png b/rtdata/images/themed/png/2/dark/tick-green-hollow-small.png deleted file mode 100644 index a89717398..000000000 Binary files a/rtdata/images/themed/png/2/dark/tick-green-hollow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/tick-green-hollow.png b/rtdata/images/themed/png/2/dark/tick-green-hollow.png deleted file mode 100644 index f98eeee6c..000000000 Binary files a/rtdata/images/themed/png/2/dark/tick-green-hollow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/tick-green-small.png b/rtdata/images/themed/png/2/dark/tick-green-small.png deleted file mode 100644 index 934ce85d0..000000000 Binary files a/rtdata/images/themed/png/2/dark/tick-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/tick-green.png b/rtdata/images/themed/png/2/dark/tick-green.png deleted file mode 100644 index d527f670f..000000000 Binary files a/rtdata/images/themed/png/2/dark/tick-green.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/tick-hollow-small.png b/rtdata/images/themed/png/2/dark/tick-hollow-small.png deleted file mode 100644 index 83e83fd49..000000000 Binary files a/rtdata/images/themed/png/2/dark/tick-hollow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/tick-small.png b/rtdata/images/themed/png/2/dark/tick-small.png deleted file mode 100644 index e1ca8751b..000000000 Binary files a/rtdata/images/themed/png/2/dark/tick-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/tick.png b/rtdata/images/themed/png/2/dark/tick.png deleted file mode 100644 index d6254daae..000000000 Binary files a/rtdata/images/themed/png/2/dark/tick.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/transform.png b/rtdata/images/themed/png/2/dark/transform.png deleted file mode 100644 index 48a417f9d..000000000 Binary files a/rtdata/images/themed/png/2/dark/transform.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/trash-delete.png b/rtdata/images/themed/png/2/dark/trash-delete.png deleted file mode 100644 index adf7b5c20..000000000 Binary files a/rtdata/images/themed/png/2/dark/trash-delete.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/trash-empty-show.png b/rtdata/images/themed/png/2/dark/trash-empty-show.png deleted file mode 100644 index f503f0ed1..000000000 Binary files a/rtdata/images/themed/png/2/dark/trash-empty-show.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/trash-empty.png b/rtdata/images/themed/png/2/dark/trash-empty.png deleted file mode 100644 index 046600e7a..000000000 Binary files a/rtdata/images/themed/png/2/dark/trash-empty.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/trash-full-show.png b/rtdata/images/themed/png/2/dark/trash-full-show.png deleted file mode 100644 index ea03a506f..000000000 Binary files a/rtdata/images/themed/png/2/dark/trash-full-show.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/trash-full.png b/rtdata/images/themed/png/2/dark/trash-full.png deleted file mode 100644 index e57dba3b2..000000000 Binary files a/rtdata/images/themed/png/2/dark/trash-full.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/trash-hide-deleted.png b/rtdata/images/themed/png/2/dark/trash-hide-deleted.png deleted file mode 100644 index a577b9983..000000000 Binary files a/rtdata/images/themed/png/2/dark/trash-hide-deleted.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/trash-remove-small.png b/rtdata/images/themed/png/2/dark/trash-remove-small.png deleted file mode 100644 index a33053a31..000000000 Binary files a/rtdata/images/themed/png/2/dark/trash-remove-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/trash-remove.png b/rtdata/images/themed/png/2/dark/trash-remove.png deleted file mode 100644 index 9370ae184..000000000 Binary files a/rtdata/images/themed/png/2/dark/trash-remove.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/trash-small.png b/rtdata/images/themed/png/2/dark/trash-small.png deleted file mode 100644 index b8f0b36ba..000000000 Binary files a/rtdata/images/themed/png/2/dark/trash-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/undo-all.png b/rtdata/images/themed/png/2/dark/undo-all.png deleted file mode 100644 index 0624e514e..000000000 Binary files a/rtdata/images/themed/png/2/dark/undo-all.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/undo-small.png b/rtdata/images/themed/png/2/dark/undo-small.png deleted file mode 100644 index ba1719bfb..000000000 Binary files a/rtdata/images/themed/png/2/dark/undo-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/undo.png b/rtdata/images/themed/png/2/dark/undo.png deleted file mode 100644 index 721e99f75..000000000 Binary files a/rtdata/images/themed/png/2/dark/undo.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/warning-highlights.png b/rtdata/images/themed/png/2/dark/warning-highlights.png deleted file mode 100644 index 10197f026..000000000 Binary files a/rtdata/images/themed/png/2/dark/warning-highlights.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/warning-shadows.png b/rtdata/images/themed/png/2/dark/warning-shadows.png deleted file mode 100644 index 5922308ab..000000000 Binary files a/rtdata/images/themed/png/2/dark/warning-shadows.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wavelets.png b/rtdata/images/themed/png/2/dark/wavelets.png deleted file mode 100644 index 49b62cb88..000000000 Binary files a/rtdata/images/themed/png/2/dark/wavelets.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-auto-small.png b/rtdata/images/themed/png/2/dark/wb-auto-small.png deleted file mode 100644 index 785b47c37..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-auto-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-auto.png b/rtdata/images/themed/png/2/dark/wb-auto.png deleted file mode 100644 index 3a24e5bba..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-auto.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-camera-small.png b/rtdata/images/themed/png/2/dark/wb-camera-small.png deleted file mode 100644 index 322053b47..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-camera-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-camera.png b/rtdata/images/themed/png/2/dark/wb-camera.png deleted file mode 100644 index 15d90f426..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-camera.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-cloudy-small.png b/rtdata/images/themed/png/2/dark/wb-cloudy-small.png deleted file mode 100644 index 94c372bf6..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-cloudy-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-cloudy.png b/rtdata/images/themed/png/2/dark/wb-cloudy.png deleted file mode 100644 index ad068a403..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-cloudy.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-custom-small.png b/rtdata/images/themed/png/2/dark/wb-custom-small.png deleted file mode 100644 index e2746ec05..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-custom-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-custom.png b/rtdata/images/themed/png/2/dark/wb-custom.png deleted file mode 100644 index cd9552fda..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-custom.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-flash-small.png b/rtdata/images/themed/png/2/dark/wb-flash-small.png deleted file mode 100644 index 305f3ca86..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-flash-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-flash.png b/rtdata/images/themed/png/2/dark/wb-flash.png deleted file mode 100644 index ff07fce0a..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-flash.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-fluorescent-small.png b/rtdata/images/themed/png/2/dark/wb-fluorescent-small.png deleted file mode 100644 index 402fed469..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-fluorescent-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-fluorescent.png b/rtdata/images/themed/png/2/dark/wb-fluorescent.png deleted file mode 100644 index 6ce08e982..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-fluorescent.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-lamp-small.png b/rtdata/images/themed/png/2/dark/wb-lamp-small.png deleted file mode 100644 index bf1a8b295..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-lamp-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-lamp.png b/rtdata/images/themed/png/2/dark/wb-lamp.png deleted file mode 100644 index 9f77705a6..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-lamp.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-led-small.png b/rtdata/images/themed/png/2/dark/wb-led-small.png deleted file mode 100644 index 200f9b4e9..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-led-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-led.png b/rtdata/images/themed/png/2/dark/wb-led.png deleted file mode 100644 index 6b11b848e..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-led.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-shade-small.png b/rtdata/images/themed/png/2/dark/wb-shade-small.png deleted file mode 100644 index 62df33798..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-shade-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-shade.png b/rtdata/images/themed/png/2/dark/wb-shade.png deleted file mode 100644 index a10511d3b..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-shade.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-sun-small.png b/rtdata/images/themed/png/2/dark/wb-sun-small.png deleted file mode 100644 index 996cc837f..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-sun-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-sun.png b/rtdata/images/themed/png/2/dark/wb-sun.png deleted file mode 100644 index 7bd9cf6e8..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-sun.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-tungsten-small.png b/rtdata/images/themed/png/2/dark/wb-tungsten-small.png deleted file mode 100644 index 59c339e3a..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-tungsten-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-tungsten.png b/rtdata/images/themed/png/2/dark/wb-tungsten.png deleted file mode 100644 index 1029d23b5..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-tungsten.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-water-small.png b/rtdata/images/themed/png/2/dark/wb-water-small.png deleted file mode 100644 index 4b4f6e5cd..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-water-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/wb-water.png b/rtdata/images/themed/png/2/dark/wb-water.png deleted file mode 100644 index c29d66f43..000000000 Binary files a/rtdata/images/themed/png/2/dark/wb-water.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/dark/window-add.png b/rtdata/images/themed/png/2/dark/window-add.png deleted file mode 100644 index 457fdff5f..000000000 Binary files a/rtdata/images/themed/png/2/dark/window-add.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/add-small.png b/rtdata/images/themed/png/2/light/add-small.png deleted file mode 100644 index 47cfbe3e1..000000000 Binary files a/rtdata/images/themed/png/2/light/add-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/add.png b/rtdata/images/themed/png/2/light/add.png deleted file mode 100644 index dd7c49cc1..000000000 Binary files a/rtdata/images/themed/png/2/light/add.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/aperture.png b/rtdata/images/themed/png/2/light/aperture.png deleted file mode 100644 index 3f2a0236d..000000000 Binary files a/rtdata/images/themed/png/2/light/aperture.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/arrow-down-small.png b/rtdata/images/themed/png/2/light/arrow-down-small.png deleted file mode 100644 index 1d0a8dd85..000000000 Binary files a/rtdata/images/themed/png/2/light/arrow-down-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/arrow-left-small.png b/rtdata/images/themed/png/2/light/arrow-left-small.png deleted file mode 100644 index a0be67065..000000000 Binary files a/rtdata/images/themed/png/2/light/arrow-left-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/arrow-right-small.png b/rtdata/images/themed/png/2/light/arrow-right-small.png deleted file mode 100644 index 7ede037f5..000000000 Binary files a/rtdata/images/themed/png/2/light/arrow-right-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/arrow-up-small.png b/rtdata/images/themed/png/2/light/arrow-up-small.png deleted file mode 100644 index 156a6327d..000000000 Binary files a/rtdata/images/themed/png/2/light/arrow-up-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/arrow-updown.png b/rtdata/images/themed/png/2/light/arrow-updown.png deleted file mode 100644 index 4113355bf..000000000 Binary files a/rtdata/images/themed/png/2/light/arrow-updown.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/arrow2-left.png b/rtdata/images/themed/png/2/light/arrow2-left.png deleted file mode 100644 index 8fc68384f..000000000 Binary files a/rtdata/images/themed/png/2/light/arrow2-left.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/arrow2-right.png b/rtdata/images/themed/png/2/light/arrow2-right.png deleted file mode 100644 index dd1d69572..000000000 Binary files a/rtdata/images/themed/png/2/light/arrow2-right.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/atom.png b/rtdata/images/themed/png/2/light/atom.png deleted file mode 100644 index e3b23fe24..000000000 Binary files a/rtdata/images/themed/png/2/light/atom.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/bayer.png b/rtdata/images/themed/png/2/light/bayer.png deleted file mode 100644 index bd8138608..000000000 Binary files a/rtdata/images/themed/png/2/light/bayer.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/beforeafter.png b/rtdata/images/themed/png/2/light/beforeafter.png deleted file mode 100644 index 5763237d2..000000000 Binary files a/rtdata/images/themed/png/2/light/beforeafter.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/cancel-small.png b/rtdata/images/themed/png/2/light/cancel-small.png deleted file mode 100644 index 90412607a..000000000 Binary files a/rtdata/images/themed/png/2/light/cancel-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/cancel.png b/rtdata/images/themed/png/2/light/cancel.png deleted file mode 100644 index 6a12fa283..000000000 Binary files a/rtdata/images/themed/png/2/light/cancel.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-black-small.png b/rtdata/images/themed/png/2/light/circle-black-small.png deleted file mode 100644 index c7e218f3a..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-black-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-blue-green-small.png b/rtdata/images/themed/png/2/light/circle-blue-green-small.png deleted file mode 100644 index 0b4d9652a..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-blue-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-blue-red-small.png b/rtdata/images/themed/png/2/light/circle-blue-red-small.png deleted file mode 100644 index b5a224288..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-blue-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-blue-small.png b/rtdata/images/themed/png/2/light/circle-blue-small.png deleted file mode 100644 index f72a53404..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-blue-yellow-small.png b/rtdata/images/themed/png/2/light/circle-blue-yellow-small.png deleted file mode 100644 index c164be2f9..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-blue-yellow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-cyan-red-small.png b/rtdata/images/themed/png/2/light/circle-cyan-red-small.png deleted file mode 100644 index da9c12742..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-cyan-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-cyan-small.png b/rtdata/images/themed/png/2/light/circle-cyan-small.png deleted file mode 100644 index 9e2d0f47b..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-cyan-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-darkgray-small.png b/rtdata/images/themed/png/2/light/circle-darkgray-small.png deleted file mode 100644 index ce86636da..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-darkgray-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-empty-blue-small.png b/rtdata/images/themed/png/2/light/circle-empty-blue-small.png deleted file mode 100644 index b4509923f..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-empty-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-empty-darkgray-small.png b/rtdata/images/themed/png/2/light/circle-empty-darkgray-small.png deleted file mode 100644 index 63a4f0ebd..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-empty-darkgray-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-empty-gray-small.png b/rtdata/images/themed/png/2/light/circle-empty-gray-small.png deleted file mode 100644 index 1d737c949..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-empty-gray-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-empty-green-small.png b/rtdata/images/themed/png/2/light/circle-empty-green-small.png deleted file mode 100644 index 92c0bb183..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-empty-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-empty-purple-small.png b/rtdata/images/themed/png/2/light/circle-empty-purple-small.png deleted file mode 100644 index 76a64d3b6..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-empty-purple-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-empty-red-small.png b/rtdata/images/themed/png/2/light/circle-empty-red-small.png deleted file mode 100644 index 577db3cd6..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-empty-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-empty-yellow-small.png b/rtdata/images/themed/png/2/light/circle-empty-yellow-small.png deleted file mode 100644 index 6868376f9..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-empty-yellow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-gray-blue-small.png b/rtdata/images/themed/png/2/light/circle-gray-blue-small.png deleted file mode 100644 index befd24c0e..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-gray-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-gray-green-small.png b/rtdata/images/themed/png/2/light/circle-gray-green-small.png deleted file mode 100644 index cc604c173..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-gray-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-gray-red-small.png b/rtdata/images/themed/png/2/light/circle-gray-red-small.png deleted file mode 100644 index 6eb5588c9..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-gray-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-gray-small.png b/rtdata/images/themed/png/2/light/circle-gray-small.png deleted file mode 100644 index 1962d3a50..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-gray-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-green-blue-small.png b/rtdata/images/themed/png/2/light/circle-green-blue-small.png deleted file mode 100644 index 45f01beea..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-green-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-green-red-small.png b/rtdata/images/themed/png/2/light/circle-green-red-small.png deleted file mode 100644 index 43bb56c18..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-green-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-green-small.png b/rtdata/images/themed/png/2/light/circle-green-small.png deleted file mode 100644 index 72915c10a..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-magenta-small.png b/rtdata/images/themed/png/2/light/circle-magenta-small.png deleted file mode 100644 index 9a47fd789..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-magenta-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-orange-small.png b/rtdata/images/themed/png/2/light/circle-orange-small.png deleted file mode 100644 index b619e22ea..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-orange-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-purple-small.png b/rtdata/images/themed/png/2/light/circle-purple-small.png deleted file mode 100644 index a85c50b6b..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-purple-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-red-blue-small.png b/rtdata/images/themed/png/2/light/circle-red-blue-small.png deleted file mode 100644 index 1dc5f80c5..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-red-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-red-cyan-small.png b/rtdata/images/themed/png/2/light/circle-red-cyan-small.png deleted file mode 100644 index 52706baef..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-red-cyan-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-red-green-small.png b/rtdata/images/themed/png/2/light/circle-red-green-small.png deleted file mode 100644 index e58fd35da..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-red-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-red-small.png b/rtdata/images/themed/png/2/light/circle-red-small.png deleted file mode 100644 index 67975abdd..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-white-small.png b/rtdata/images/themed/png/2/light/circle-white-small.png deleted file mode 100644 index 0e7ba1b6d..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-white-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-yellow-blue-small.png b/rtdata/images/themed/png/2/light/circle-yellow-blue-small.png deleted file mode 100644 index 058edfe96..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-yellow-blue-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/circle-yellow-small.png b/rtdata/images/themed/png/2/light/circle-yellow-small.png deleted file mode 100644 index e0c97e9fe..000000000 Binary files a/rtdata/images/themed/png/2/light/circle-yellow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/color-circles.png b/rtdata/images/themed/png/2/light/color-circles.png deleted file mode 100644 index 6f779097f..000000000 Binary files a/rtdata/images/themed/png/2/light/color-circles.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/color-picker-add-hicontrast.png b/rtdata/images/themed/png/2/light/color-picker-add-hicontrast.png deleted file mode 100644 index c23b27bb8..000000000 Binary files a/rtdata/images/themed/png/2/light/color-picker-add-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/color-picker-add.png b/rtdata/images/themed/png/2/light/color-picker-add.png deleted file mode 100644 index 706f2f530..000000000 Binary files a/rtdata/images/themed/png/2/light/color-picker-add.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/color-picker-bars.png b/rtdata/images/themed/png/2/light/color-picker-bars.png deleted file mode 100644 index 9a880dedd..000000000 Binary files a/rtdata/images/themed/png/2/light/color-picker-bars.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/color-picker-hicontrast.png b/rtdata/images/themed/png/2/light/color-picker-hicontrast.png deleted file mode 100644 index 59a134e1c..000000000 Binary files a/rtdata/images/themed/png/2/light/color-picker-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/color-picker-hide.png b/rtdata/images/themed/png/2/light/color-picker-hide.png deleted file mode 100644 index 3cf14d619..000000000 Binary files a/rtdata/images/themed/png/2/light/color-picker-hide.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/color-picker.png b/rtdata/images/themed/png/2/light/color-picker.png deleted file mode 100644 index d6d729e80..000000000 Binary files a/rtdata/images/themed/png/2/light/color-picker.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/contrastmask-off.png b/rtdata/images/themed/png/2/light/contrastmask-off.png deleted file mode 100644 index d6cab5eea..000000000 Binary files a/rtdata/images/themed/png/2/light/contrastmask-off.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/contrastmask-on.png b/rtdata/images/themed/png/2/light/contrastmask-on.png deleted file mode 100644 index 0b60d8131..000000000 Binary files a/rtdata/images/themed/png/2/light/contrastmask-on.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/copy.png b/rtdata/images/themed/png/2/light/copy.png deleted file mode 100644 index b9210f2ff..000000000 Binary files a/rtdata/images/themed/png/2/light/copy.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/crop-auto-small.png b/rtdata/images/themed/png/2/light/crop-auto-small.png deleted file mode 100644 index c1ab19b71..000000000 Binary files a/rtdata/images/themed/png/2/light/crop-auto-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/crop-auto.png b/rtdata/images/themed/png/2/light/crop-auto.png deleted file mode 100644 index 6d26a8b52..000000000 Binary files a/rtdata/images/themed/png/2/light/crop-auto.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/crop-point-hicontrast.png b/rtdata/images/themed/png/2/light/crop-point-hicontrast.png deleted file mode 100644 index d688246d1..000000000 Binary files a/rtdata/images/themed/png/2/light/crop-point-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/crop-small.png b/rtdata/images/themed/png/2/light/crop-small.png deleted file mode 100644 index 45f7ef049..000000000 Binary files a/rtdata/images/themed/png/2/light/crop-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/crop.png b/rtdata/images/themed/png/2/light/crop.png deleted file mode 100644 index 86ed3f5d1..000000000 Binary files a/rtdata/images/themed/png/2/light/crop.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/crossed-arrows-in.png b/rtdata/images/themed/png/2/light/crossed-arrows-in.png deleted file mode 100644 index 7fd43ef05..000000000 Binary files a/rtdata/images/themed/png/2/light/crossed-arrows-in.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/crossed-arrows-out.png b/rtdata/images/themed/png/2/light/crossed-arrows-out.png deleted file mode 100644 index abefcda21..000000000 Binary files a/rtdata/images/themed/png/2/light/crossed-arrows-out.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/crosshair-adjust.png b/rtdata/images/themed/png/2/light/crosshair-adjust.png deleted file mode 100644 index 12961f3a4..000000000 Binary files a/rtdata/images/themed/png/2/light/crosshair-adjust.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/crosshair-hicontrast.png b/rtdata/images/themed/png/2/light/crosshair-hicontrast.png deleted file mode 100644 index aee472818..000000000 Binary files a/rtdata/images/themed/png/2/light/crosshair-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/crosshair-node-curve.png b/rtdata/images/themed/png/2/light/crosshair-node-curve.png deleted file mode 100644 index 5f67e3ba2..000000000 Binary files a/rtdata/images/themed/png/2/light/crosshair-node-curve.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/crosshair-small.png b/rtdata/images/themed/png/2/light/crosshair-small.png deleted file mode 100644 index 4df3399ef..000000000 Binary files a/rtdata/images/themed/png/2/light/crosshair-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/curve-controlpoints-small.png b/rtdata/images/themed/png/2/light/curve-controlpoints-small.png deleted file mode 100644 index 616257011..000000000 Binary files a/rtdata/images/themed/png/2/light/curve-controlpoints-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/curve-controlpoints.png b/rtdata/images/themed/png/2/light/curve-controlpoints.png deleted file mode 100644 index af104d838..000000000 Binary files a/rtdata/images/themed/png/2/light/curve-controlpoints.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/curve-flat-small.png b/rtdata/images/themed/png/2/light/curve-flat-small.png deleted file mode 100644 index e7417c751..000000000 Binary files a/rtdata/images/themed/png/2/light/curve-flat-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/curve-flat.png b/rtdata/images/themed/png/2/light/curve-flat.png deleted file mode 100644 index 5016a5238..000000000 Binary files a/rtdata/images/themed/png/2/light/curve-flat.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/curve-linear-small.png b/rtdata/images/themed/png/2/light/curve-linear-small.png deleted file mode 100644 index f425e33e7..000000000 Binary files a/rtdata/images/themed/png/2/light/curve-linear-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/curve-linear.png b/rtdata/images/themed/png/2/light/curve-linear.png deleted file mode 100644 index bae422aea..000000000 Binary files a/rtdata/images/themed/png/2/light/curve-linear.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/curve-nurbs-small.png b/rtdata/images/themed/png/2/light/curve-nurbs-small.png deleted file mode 100644 index aa2821f88..000000000 Binary files a/rtdata/images/themed/png/2/light/curve-nurbs-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/curve-nurbs.png b/rtdata/images/themed/png/2/light/curve-nurbs.png deleted file mode 100644 index b750a35b0..000000000 Binary files a/rtdata/images/themed/png/2/light/curve-nurbs.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/curve-parametric-small.png b/rtdata/images/themed/png/2/light/curve-parametric-small.png deleted file mode 100644 index f4fc5041f..000000000 Binary files a/rtdata/images/themed/png/2/light/curve-parametric-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/curve-parametric.png b/rtdata/images/themed/png/2/light/curve-parametric.png deleted file mode 100644 index 4785738e5..000000000 Binary files a/rtdata/images/themed/png/2/light/curve-parametric.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/curve-spline-small.png b/rtdata/images/themed/png/2/light/curve-spline-small.png deleted file mode 100644 index 342916d9a..000000000 Binary files a/rtdata/images/themed/png/2/light/curve-spline-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/curve-spline.png b/rtdata/images/themed/png/2/light/curve-spline.png deleted file mode 100644 index 35ce864fc..000000000 Binary files a/rtdata/images/themed/png/2/light/curve-spline.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/detail.png b/rtdata/images/themed/png/2/light/detail.png deleted file mode 100644 index 638ade9e2..000000000 Binary files a/rtdata/images/themed/png/2/light/detail.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/device-floppy.png b/rtdata/images/themed/png/2/light/device-floppy.png deleted file mode 100644 index ad9eff616..000000000 Binary files a/rtdata/images/themed/png/2/light/device-floppy.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/device-hdd.png b/rtdata/images/themed/png/2/light/device-hdd.png deleted file mode 100644 index b84f2c06f..000000000 Binary files a/rtdata/images/themed/png/2/light/device-hdd.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/device-network.png b/rtdata/images/themed/png/2/light/device-network.png deleted file mode 100644 index d4063257d..000000000 Binary files a/rtdata/images/themed/png/2/light/device-network.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/device-optical.png b/rtdata/images/themed/png/2/light/device-optical.png deleted file mode 100644 index e8f4c2b04..000000000 Binary files a/rtdata/images/themed/png/2/light/device-optical.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/device-usb.png b/rtdata/images/themed/png/2/light/device-usb.png deleted file mode 100644 index c70ec0573..000000000 Binary files a/rtdata/images/themed/png/2/light/device-usb.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/distortion-auto-small.png b/rtdata/images/themed/png/2/light/distortion-auto-small.png deleted file mode 100644 index 0d36f1beb..000000000 Binary files a/rtdata/images/themed/png/2/light/distortion-auto-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/distortion-auto.png b/rtdata/images/themed/png/2/light/distortion-auto.png deleted file mode 100644 index 6ae99d47a..000000000 Binary files a/rtdata/images/themed/png/2/light/distortion-auto.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/distortion-barrel-small.png b/rtdata/images/themed/png/2/light/distortion-barrel-small.png deleted file mode 100644 index 187da8c22..000000000 Binary files a/rtdata/images/themed/png/2/light/distortion-barrel-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/distortion-barrel.png b/rtdata/images/themed/png/2/light/distortion-barrel.png deleted file mode 100644 index acd401b3e..000000000 Binary files a/rtdata/images/themed/png/2/light/distortion-barrel.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/distortion-pincushion-small.png b/rtdata/images/themed/png/2/light/distortion-pincushion-small.png deleted file mode 100644 index 7807ff848..000000000 Binary files a/rtdata/images/themed/png/2/light/distortion-pincushion-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/distortion-pincushion.png b/rtdata/images/themed/png/2/light/distortion-pincushion.png deleted file mode 100644 index bff92f848..000000000 Binary files a/rtdata/images/themed/png/2/light/distortion-pincushion.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/edit-point.png b/rtdata/images/themed/png/2/light/edit-point.png deleted file mode 100644 index 134de5a26..000000000 Binary files a/rtdata/images/themed/png/2/light/edit-point.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/equilizer-narrow.png b/rtdata/images/themed/png/2/light/equilizer-narrow.png deleted file mode 100644 index 5f7817511..000000000 Binary files a/rtdata/images/themed/png/2/light/equilizer-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/equilizer-wide.png b/rtdata/images/themed/png/2/light/equilizer-wide.png deleted file mode 100644 index 7e1a36166..000000000 Binary files a/rtdata/images/themed/png/2/light/equilizer-wide.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/expander-closed-small.png b/rtdata/images/themed/png/2/light/expander-closed-small.png deleted file mode 100644 index 4985dc1e6..000000000 Binary files a/rtdata/images/themed/png/2/light/expander-closed-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/expander-open-small.png b/rtdata/images/themed/png/2/light/expander-open-small.png deleted file mode 100644 index b6aeff9a3..000000000 Binary files a/rtdata/images/themed/png/2/light/expander-open-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/exposure.png b/rtdata/images/themed/png/2/light/exposure.png deleted file mode 100644 index b795920ea..000000000 Binary files a/rtdata/images/themed/png/2/light/exposure.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/filetype-hdr.png b/rtdata/images/themed/png/2/light/filetype-hdr.png deleted file mode 100644 index a284f442f..000000000 Binary files a/rtdata/images/themed/png/2/light/filetype-hdr.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/filetype-ps.png b/rtdata/images/themed/png/2/light/filetype-ps.png deleted file mode 100644 index 853c1456e..000000000 Binary files a/rtdata/images/themed/png/2/light/filetype-ps.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/filter-clear.png b/rtdata/images/themed/png/2/light/filter-clear.png deleted file mode 100644 index 2936b4158..000000000 Binary files a/rtdata/images/themed/png/2/light/filter-clear.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/filter-original.png b/rtdata/images/themed/png/2/light/filter-original.png deleted file mode 100644 index 99b42c483..000000000 Binary files a/rtdata/images/themed/png/2/light/filter-original.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/filter-original2.png b/rtdata/images/themed/png/2/light/filter-original2.png deleted file mode 100644 index 619efd3b7..000000000 Binary files a/rtdata/images/themed/png/2/light/filter-original2.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/filter.png b/rtdata/images/themed/png/2/light/filter.png deleted file mode 100644 index 2f59198cf..000000000 Binary files a/rtdata/images/themed/png/2/light/filter.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/flip-horizontal.png b/rtdata/images/themed/png/2/light/flip-horizontal.png deleted file mode 100644 index b75671218..000000000 Binary files a/rtdata/images/themed/png/2/light/flip-horizontal.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/flip-vertical.png b/rtdata/images/themed/png/2/light/flip-vertical.png deleted file mode 100644 index 7230cd6b0..000000000 Binary files a/rtdata/images/themed/png/2/light/flip-vertical.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/focusscreen-off.png b/rtdata/images/themed/png/2/light/focusscreen-off.png deleted file mode 100644 index 1e963edeb..000000000 Binary files a/rtdata/images/themed/png/2/light/focusscreen-off.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/focusscreen-on.png b/rtdata/images/themed/png/2/light/focusscreen-on.png deleted file mode 100644 index 1edde1374..000000000 Binary files a/rtdata/images/themed/png/2/light/focusscreen-on.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/folder-closed-home-small.png b/rtdata/images/themed/png/2/light/folder-closed-home-small.png deleted file mode 100644 index 2ee8fbebe..000000000 Binary files a/rtdata/images/themed/png/2/light/folder-closed-home-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/folder-closed-home.png b/rtdata/images/themed/png/2/light/folder-closed-home.png deleted file mode 100644 index c60bb0a6a..000000000 Binary files a/rtdata/images/themed/png/2/light/folder-closed-home.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/folder-closed-recent-small.png b/rtdata/images/themed/png/2/light/folder-closed-recent-small.png deleted file mode 100644 index 914a3eb4b..000000000 Binary files a/rtdata/images/themed/png/2/light/folder-closed-recent-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/folder-closed-recent.png b/rtdata/images/themed/png/2/light/folder-closed-recent.png deleted file mode 100644 index 97d833a0e..000000000 Binary files a/rtdata/images/themed/png/2/light/folder-closed-recent.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/folder-closed-small.png b/rtdata/images/themed/png/2/light/folder-closed-small.png deleted file mode 100644 index 544c4b973..000000000 Binary files a/rtdata/images/themed/png/2/light/folder-closed-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/folder-closed.png b/rtdata/images/themed/png/2/light/folder-closed.png deleted file mode 100644 index ada9476e8..000000000 Binary files a/rtdata/images/themed/png/2/light/folder-closed.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/folder-open-recent-small.png b/rtdata/images/themed/png/2/light/folder-open-recent-small.png deleted file mode 100644 index 7963e859c..000000000 Binary files a/rtdata/images/themed/png/2/light/folder-open-recent-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/folder-open-recent.png b/rtdata/images/themed/png/2/light/folder-open-recent.png deleted file mode 100644 index b83826c3f..000000000 Binary files a/rtdata/images/themed/png/2/light/folder-open-recent.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/folder-open-small.png b/rtdata/images/themed/png/2/light/folder-open-small.png deleted file mode 100644 index bee500fc0..000000000 Binary files a/rtdata/images/themed/png/2/light/folder-open-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/folder-open.png b/rtdata/images/themed/png/2/light/folder-open.png deleted file mode 100644 index 8ee628f72..000000000 Binary files a/rtdata/images/themed/png/2/light/folder-open.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/fullscreen-enter.png b/rtdata/images/themed/png/2/light/fullscreen-enter.png deleted file mode 100644 index d070a7f84..000000000 Binary files a/rtdata/images/themed/png/2/light/fullscreen-enter.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/fullscreen-leave.png b/rtdata/images/themed/png/2/light/fullscreen-leave.png deleted file mode 100644 index 90c0a6f01..000000000 Binary files a/rtdata/images/themed/png/2/light/fullscreen-leave.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/gamut-hist.png b/rtdata/images/themed/png/2/light/gamut-hist.png deleted file mode 100644 index 3c2408d69..000000000 Binary files a/rtdata/images/themed/png/2/light/gamut-hist.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/gamut-plus.png b/rtdata/images/themed/png/2/light/gamut-plus.png deleted file mode 100644 index 3f6e92a74..000000000 Binary files a/rtdata/images/themed/png/2/light/gamut-plus.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/gamut-softproof.png b/rtdata/images/themed/png/2/light/gamut-softproof.png deleted file mode 100644 index fb72a95d8..000000000 Binary files a/rtdata/images/themed/png/2/light/gamut-softproof.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/gamut-warning.png b/rtdata/images/themed/png/2/light/gamut-warning.png deleted file mode 100644 index af5aa074c..000000000 Binary files a/rtdata/images/themed/png/2/light/gamut-warning.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/gamut_srgb_prophoto_xy.png b/rtdata/images/themed/png/2/light/gamut_srgb_prophoto_xy.png deleted file mode 100644 index fbc0370ec..000000000 Binary files a/rtdata/images/themed/png/2/light/gamut_srgb_prophoto_xy.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/gears-pause.png b/rtdata/images/themed/png/2/light/gears-pause.png deleted file mode 100644 index fd91e43e7..000000000 Binary files a/rtdata/images/themed/png/2/light/gears-pause.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/gears-play.png b/rtdata/images/themed/png/2/light/gears-play.png deleted file mode 100644 index 2e123d3ee..000000000 Binary files a/rtdata/images/themed/png/2/light/gears-play.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/gears-small.png b/rtdata/images/themed/png/2/light/gears-small.png deleted file mode 100644 index 4a4b82473..000000000 Binary files a/rtdata/images/themed/png/2/light/gears-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/gears.png b/rtdata/images/themed/png/2/light/gears.png deleted file mode 100644 index 8dd0251cb..000000000 Binary files a/rtdata/images/themed/png/2/light/gears.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/goto-end-small.png b/rtdata/images/themed/png/2/light/goto-end-small.png deleted file mode 100644 index cedbadbf2..000000000 Binary files a/rtdata/images/themed/png/2/light/goto-end-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/goto-start-small.png b/rtdata/images/themed/png/2/light/goto-start-small.png deleted file mode 100644 index 68be83190..000000000 Binary files a/rtdata/images/themed/png/2/light/goto-start-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/hand-closed-hicontrast.png b/rtdata/images/themed/png/2/light/hand-closed-hicontrast.png deleted file mode 100644 index 046f3c341..000000000 Binary files a/rtdata/images/themed/png/2/light/hand-closed-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/hand-open-hicontrast.png b/rtdata/images/themed/png/2/light/hand-open-hicontrast.png deleted file mode 100644 index d6aba1ed8..000000000 Binary files a/rtdata/images/themed/png/2/light/hand-open-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/hand-open.png b/rtdata/images/themed/png/2/light/hand-open.png deleted file mode 100644 index 40d488aca..000000000 Binary files a/rtdata/images/themed/png/2/light/hand-open.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-bar-off-small.png b/rtdata/images/themed/png/2/light/histogram-bar-off-small.png deleted file mode 100644 index 0e645d3c1..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-bar-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-bar-on-small.png b/rtdata/images/themed/png/2/light/histogram-bar-on-small.png deleted file mode 100644 index 64e69ed4e..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-bar-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-bayer-off-small.png b/rtdata/images/themed/png/2/light/histogram-bayer-off-small.png deleted file mode 100644 index dfa42090d..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-bayer-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-bayer-on-small.png b/rtdata/images/themed/png/2/light/histogram-bayer-on-small.png deleted file mode 100644 index 5ed266350..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-bayer-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-blue-off-small.png b/rtdata/images/themed/png/2/light/histogram-blue-off-small.png deleted file mode 100644 index 7fa647f44..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-blue-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-blue-on-small.png b/rtdata/images/themed/png/2/light/histogram-blue-on-small.png deleted file mode 100644 index 2da44ea64..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-blue-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-gold-off-small.png b/rtdata/images/themed/png/2/light/histogram-gold-off-small.png deleted file mode 100644 index e3c0eec86..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-gold-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-gold-on-small.png b/rtdata/images/themed/png/2/light/histogram-gold-on-small.png deleted file mode 100644 index 08ad39f12..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-gold-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-green-off-small.png b/rtdata/images/themed/png/2/light/histogram-green-off-small.png deleted file mode 100644 index 1471f6bea..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-green-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-green-on-small.png b/rtdata/images/themed/png/2/light/histogram-green-on-small.png deleted file mode 100644 index 4b7ec0f11..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-green-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-mode-linear-small.png b/rtdata/images/themed/png/2/light/histogram-mode-linear-small.png deleted file mode 100644 index 105adc1c0..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-mode-linear-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-mode-logx-small.png b/rtdata/images/themed/png/2/light/histogram-mode-logx-small.png deleted file mode 100644 index e8f52fa2b..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-mode-logx-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-mode-logxy-small.png b/rtdata/images/themed/png/2/light/histogram-mode-logxy-small.png deleted file mode 100644 index 6d1b13db4..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-mode-logxy-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-red-off-small.png b/rtdata/images/themed/png/2/light/histogram-red-off-small.png deleted file mode 100644 index cfa4e5fdf..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-red-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-red-on-small.png b/rtdata/images/themed/png/2/light/histogram-red-on-small.png deleted file mode 100644 index 3778d0837..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-red-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-silver-off-small.png b/rtdata/images/themed/png/2/light/histogram-silver-off-small.png deleted file mode 100644 index 18f5b2bac..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-silver-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/histogram-silver-on-small.png b/rtdata/images/themed/png/2/light/histogram-silver-on-small.png deleted file mode 100644 index 144330442..000000000 Binary files a/rtdata/images/themed/png/2/light/histogram-silver-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/info.png b/rtdata/images/themed/png/2/light/info.png deleted file mode 100644 index 687e28c53..000000000 Binary files a/rtdata/images/themed/png/2/light/info.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/intent-absolute.png b/rtdata/images/themed/png/2/light/intent-absolute.png deleted file mode 100644 index ceb695d0a..000000000 Binary files a/rtdata/images/themed/png/2/light/intent-absolute.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/intent-perceptual.png b/rtdata/images/themed/png/2/light/intent-perceptual.png deleted file mode 100644 index 136d4d109..000000000 Binary files a/rtdata/images/themed/png/2/light/intent-perceptual.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/intent-relative.png b/rtdata/images/themed/png/2/light/intent-relative.png deleted file mode 100644 index f8c7d86d8..000000000 Binary files a/rtdata/images/themed/png/2/light/intent-relative.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/intent-saturation.png b/rtdata/images/themed/png/2/light/intent-saturation.png deleted file mode 100644 index 3b7edfa29..000000000 Binary files a/rtdata/images/themed/png/2/light/intent-saturation.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/magnifier-1to1-small.png b/rtdata/images/themed/png/2/light/magnifier-1to1-small.png deleted file mode 100644 index ac01575ba..000000000 Binary files a/rtdata/images/themed/png/2/light/magnifier-1to1-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/magnifier-1to1.png b/rtdata/images/themed/png/2/light/magnifier-1to1.png deleted file mode 100644 index 3666c7c9f..000000000 Binary files a/rtdata/images/themed/png/2/light/magnifier-1to1.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/magnifier-crop.png b/rtdata/images/themed/png/2/light/magnifier-crop.png deleted file mode 100644 index 8ffec5650..000000000 Binary files a/rtdata/images/themed/png/2/light/magnifier-crop.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/magnifier-fit.png b/rtdata/images/themed/png/2/light/magnifier-fit.png deleted file mode 100644 index 79a2bace9..000000000 Binary files a/rtdata/images/themed/png/2/light/magnifier-fit.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/magnifier-minus-small.png b/rtdata/images/themed/png/2/light/magnifier-minus-small.png deleted file mode 100644 index 840cd94df..000000000 Binary files a/rtdata/images/themed/png/2/light/magnifier-minus-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/magnifier-minus.png b/rtdata/images/themed/png/2/light/magnifier-minus.png deleted file mode 100644 index 1e12044c8..000000000 Binary files a/rtdata/images/themed/png/2/light/magnifier-minus.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/magnifier-plus-small.png b/rtdata/images/themed/png/2/light/magnifier-plus-small.png deleted file mode 100644 index ee39b0617..000000000 Binary files a/rtdata/images/themed/png/2/light/magnifier-plus-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/magnifier-plus.png b/rtdata/images/themed/png/2/light/magnifier-plus.png deleted file mode 100644 index 3224168b2..000000000 Binary files a/rtdata/images/themed/png/2/light/magnifier-plus.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/magnifier.png b/rtdata/images/themed/png/2/light/magnifier.png deleted file mode 100644 index 28a52f612..000000000 Binary files a/rtdata/images/themed/png/2/light/magnifier.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/metadata.png b/rtdata/images/themed/png/2/light/metadata.png deleted file mode 100644 index 58681091e..000000000 Binary files a/rtdata/images/themed/png/2/light/metadata.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/node-move-nw-se-hicontrast.png b/rtdata/images/themed/png/2/light/node-move-nw-se-hicontrast.png deleted file mode 100644 index f4f710cab..000000000 Binary files a/rtdata/images/themed/png/2/light/node-move-nw-se-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/node-move-sw-ne-hicontrast.png b/rtdata/images/themed/png/2/light/node-move-sw-ne-hicontrast.png deleted file mode 100644 index cd3705cb9..000000000 Binary files a/rtdata/images/themed/png/2/light/node-move-sw-ne-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/node-move-x-hicontrast.png b/rtdata/images/themed/png/2/light/node-move-x-hicontrast.png deleted file mode 100644 index d3f1b6327..000000000 Binary files a/rtdata/images/themed/png/2/light/node-move-x-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/node-move-xy-hicontrast.png b/rtdata/images/themed/png/2/light/node-move-xy-hicontrast.png deleted file mode 100644 index ef0c0e667..000000000 Binary files a/rtdata/images/themed/png/2/light/node-move-xy-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/node-move-y-hicontrast.png b/rtdata/images/themed/png/2/light/node-move-y-hicontrast.png deleted file mode 100644 index 1b0b471f5..000000000 Binary files a/rtdata/images/themed/png/2/light/node-move-y-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/one-to-one-small.png b/rtdata/images/themed/png/2/light/one-to-one-small.png deleted file mode 100644 index ea2f52bc6..000000000 Binary files a/rtdata/images/themed/png/2/light/one-to-one-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/ornament1.png b/rtdata/images/themed/png/2/light/ornament1.png deleted file mode 100644 index 840cad73f..000000000 Binary files a/rtdata/images/themed/png/2/light/ornament1.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/padlock-locked-small.png b/rtdata/images/themed/png/2/light/padlock-locked-small.png deleted file mode 100644 index 85c7bf0a9..000000000 Binary files a/rtdata/images/themed/png/2/light/padlock-locked-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/padlock-unlocked-small.png b/rtdata/images/themed/png/2/light/padlock-unlocked-small.png deleted file mode 100644 index 8561ee0d7..000000000 Binary files a/rtdata/images/themed/png/2/light/padlock-unlocked-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/palette-brush.png b/rtdata/images/themed/png/2/light/palette-brush.png deleted file mode 100644 index 4ee2b1326..000000000 Binary files a/rtdata/images/themed/png/2/light/palette-brush.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/panel-to-bottom.png b/rtdata/images/themed/png/2/light/panel-to-bottom.png deleted file mode 100644 index 1bc71fc5b..000000000 Binary files a/rtdata/images/themed/png/2/light/panel-to-bottom.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/panel-to-left.png b/rtdata/images/themed/png/2/light/panel-to-left.png deleted file mode 100644 index cc8dc09d5..000000000 Binary files a/rtdata/images/themed/png/2/light/panel-to-left.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/panel-to-right.png b/rtdata/images/themed/png/2/light/panel-to-right.png deleted file mode 100644 index 03be7d5ab..000000000 Binary files a/rtdata/images/themed/png/2/light/panel-to-right.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/panel-to-top.png b/rtdata/images/themed/png/2/light/panel-to-top.png deleted file mode 100644 index 00f9d6bf1..000000000 Binary files a/rtdata/images/themed/png/2/light/panel-to-top.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/paste.png b/rtdata/images/themed/png/2/light/paste.png deleted file mode 100644 index 87faeef4f..000000000 Binary files a/rtdata/images/themed/png/2/light/paste.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/perspective-horizontal-left-small.png b/rtdata/images/themed/png/2/light/perspective-horizontal-left-small.png deleted file mode 100644 index c2303ec02..000000000 Binary files a/rtdata/images/themed/png/2/light/perspective-horizontal-left-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/perspective-horizontal-left.png b/rtdata/images/themed/png/2/light/perspective-horizontal-left.png deleted file mode 100644 index fee33a572..000000000 Binary files a/rtdata/images/themed/png/2/light/perspective-horizontal-left.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/perspective-horizontal-right-small.png b/rtdata/images/themed/png/2/light/perspective-horizontal-right-small.png deleted file mode 100644 index d2b737a0f..000000000 Binary files a/rtdata/images/themed/png/2/light/perspective-horizontal-right-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/perspective-horizontal-right.png b/rtdata/images/themed/png/2/light/perspective-horizontal-right.png deleted file mode 100644 index f93109934..000000000 Binary files a/rtdata/images/themed/png/2/light/perspective-horizontal-right.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/perspective-vertical-bottom-small.png b/rtdata/images/themed/png/2/light/perspective-vertical-bottom-small.png deleted file mode 100644 index 2b74a756b..000000000 Binary files a/rtdata/images/themed/png/2/light/perspective-vertical-bottom-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/perspective-vertical-bottom.png b/rtdata/images/themed/png/2/light/perspective-vertical-bottom.png deleted file mode 100644 index 64715d863..000000000 Binary files a/rtdata/images/themed/png/2/light/perspective-vertical-bottom.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/perspective-vertical-top-small.png b/rtdata/images/themed/png/2/light/perspective-vertical-top-small.png deleted file mode 100644 index 246c48bdb..000000000 Binary files a/rtdata/images/themed/png/2/light/perspective-vertical-top-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/perspective-vertical-top.png b/rtdata/images/themed/png/2/light/perspective-vertical-top.png deleted file mode 100644 index 5c8ae4c0a..000000000 Binary files a/rtdata/images/themed/png/2/light/perspective-vertical-top.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/power-inconsistent-small.png b/rtdata/images/themed/png/2/light/power-inconsistent-small.png deleted file mode 100644 index 8b1eadc76..000000000 Binary files a/rtdata/images/themed/png/2/light/power-inconsistent-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/power-off-small.png b/rtdata/images/themed/png/2/light/power-off-small.png deleted file mode 100644 index 350691740..000000000 Binary files a/rtdata/images/themed/png/2/light/power-off-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/power-on-small.png b/rtdata/images/themed/png/2/light/power-on-small.png deleted file mode 100644 index 75e6980c1..000000000 Binary files a/rtdata/images/themed/png/2/light/power-on-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/preferences.png b/rtdata/images/themed/png/2/light/preferences.png deleted file mode 100644 index bb4434b4f..000000000 Binary files a/rtdata/images/themed/png/2/light/preferences.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/profile-filled.png b/rtdata/images/themed/png/2/light/profile-filled.png deleted file mode 100644 index f919043d1..000000000 Binary files a/rtdata/images/themed/png/2/light/profile-filled.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/profile-partial.png b/rtdata/images/themed/png/2/light/profile-partial.png deleted file mode 100644 index c6aa1bbe2..000000000 Binary files a/rtdata/images/themed/png/2/light/profile-partial.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/redo-all.png b/rtdata/images/themed/png/2/light/redo-all.png deleted file mode 100644 index 88c3ff9da..000000000 Binary files a/rtdata/images/themed/png/2/light/redo-all.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/redo-small.png b/rtdata/images/themed/png/2/light/redo-small.png deleted file mode 100644 index 75856d89d..000000000 Binary files a/rtdata/images/themed/png/2/light/redo-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/redo.png b/rtdata/images/themed/png/2/light/redo.png deleted file mode 100644 index 6ec202fe9..000000000 Binary files a/rtdata/images/themed/png/2/light/redo.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/refresh-red-small.png b/rtdata/images/themed/png/2/light/refresh-red-small.png deleted file mode 100644 index 058b52f2f..000000000 Binary files a/rtdata/images/themed/png/2/light/refresh-red-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/refresh-small.png b/rtdata/images/themed/png/2/light/refresh-small.png deleted file mode 100644 index 1b5031f80..000000000 Binary files a/rtdata/images/themed/png/2/light/refresh-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/refresh.png b/rtdata/images/themed/png/2/light/refresh.png deleted file mode 100644 index e30930d3c..000000000 Binary files a/rtdata/images/themed/png/2/light/refresh.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/remove-small.png b/rtdata/images/themed/png/2/light/remove-small.png deleted file mode 100644 index c687d7fc2..000000000 Binary files a/rtdata/images/themed/png/2/light/remove-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/remove.png b/rtdata/images/themed/png/2/light/remove.png deleted file mode 100644 index 7a9f75cfa..000000000 Binary files a/rtdata/images/themed/png/2/light/remove.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/rotate-aroundnode-hicontrast.png b/rtdata/images/themed/png/2/light/rotate-aroundnode-hicontrast.png deleted file mode 100644 index df718d745..000000000 Binary files a/rtdata/images/themed/png/2/light/rotate-aroundnode-hicontrast.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/rotate-aroundnode.png b/rtdata/images/themed/png/2/light/rotate-aroundnode.png deleted file mode 100644 index 597bcfc84..000000000 Binary files a/rtdata/images/themed/png/2/light/rotate-aroundnode.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/rotate-left-90.png b/rtdata/images/themed/png/2/light/rotate-left-90.png deleted file mode 100644 index b43595833..000000000 Binary files a/rtdata/images/themed/png/2/light/rotate-left-90.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/rotate-left-small.png b/rtdata/images/themed/png/2/light/rotate-left-small.png deleted file mode 100644 index 2d445dc01..000000000 Binary files a/rtdata/images/themed/png/2/light/rotate-left-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/rotate-left.png b/rtdata/images/themed/png/2/light/rotate-left.png deleted file mode 100644 index d939d9dec..000000000 Binary files a/rtdata/images/themed/png/2/light/rotate-left.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/rotate-right-90.png b/rtdata/images/themed/png/2/light/rotate-right-90.png deleted file mode 100644 index 0c671cdc0..000000000 Binary files a/rtdata/images/themed/png/2/light/rotate-right-90.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/rotate-right-small.png b/rtdata/images/themed/png/2/light/rotate-right-small.png deleted file mode 100644 index 871a6acbb..000000000 Binary files a/rtdata/images/themed/png/2/light/rotate-right-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/rotate-right.png b/rtdata/images/themed/png/2/light/rotate-right.png deleted file mode 100644 index ea4ed46af..000000000 Binary files a/rtdata/images/themed/png/2/light/rotate-right.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/rotate-straighten-small.png b/rtdata/images/themed/png/2/light/rotate-straighten-small.png deleted file mode 100644 index fa81961a0..000000000 Binary files a/rtdata/images/themed/png/2/light/rotate-straighten-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/rotate-straighten.png b/rtdata/images/themed/png/2/light/rotate-straighten.png deleted file mode 100644 index 9d2220ee2..000000000 Binary files a/rtdata/images/themed/png/2/light/rotate-straighten.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/save-small.png b/rtdata/images/themed/png/2/light/save-small.png deleted file mode 100644 index 4520e8229..000000000 Binary files a/rtdata/images/themed/png/2/light/save-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/save.png b/rtdata/images/themed/png/2/light/save.png deleted file mode 100644 index e563e7110..000000000 Binary files a/rtdata/images/themed/png/2/light/save.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/saved-no-small.png b/rtdata/images/themed/png/2/light/saved-no-small.png deleted file mode 100644 index 73cb4c7d3..000000000 Binary files a/rtdata/images/themed/png/2/light/saved-no-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/saved-yes-small.png b/rtdata/images/themed/png/2/light/saved-yes-small.png deleted file mode 100644 index 65ec6ecaf..000000000 Binary files a/rtdata/images/themed/png/2/light/saved-yes-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/square-toggle-black-off-narrow.png b/rtdata/images/themed/png/2/light/square-toggle-black-off-narrow.png deleted file mode 100644 index 90ecba649..000000000 Binary files a/rtdata/images/themed/png/2/light/square-toggle-black-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/square-toggle-black-on-narrow.png b/rtdata/images/themed/png/2/light/square-toggle-black-on-narrow.png deleted file mode 100644 index 6b7da20b7..000000000 Binary files a/rtdata/images/themed/png/2/light/square-toggle-black-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/square-toggle-blue-off-narrow.png b/rtdata/images/themed/png/2/light/square-toggle-blue-off-narrow.png deleted file mode 100644 index 8fd01165c..000000000 Binary files a/rtdata/images/themed/png/2/light/square-toggle-blue-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/square-toggle-blue-on-narrow.png b/rtdata/images/themed/png/2/light/square-toggle-blue-on-narrow.png deleted file mode 100644 index 2f97cd050..000000000 Binary files a/rtdata/images/themed/png/2/light/square-toggle-blue-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/square-toggle-gray-off-narrow.png b/rtdata/images/themed/png/2/light/square-toggle-gray-off-narrow.png deleted file mode 100644 index 779d4eb3b..000000000 Binary files a/rtdata/images/themed/png/2/light/square-toggle-gray-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/square-toggle-gray-on-narrow.png b/rtdata/images/themed/png/2/light/square-toggle-gray-on-narrow.png deleted file mode 100644 index 30923caaa..000000000 Binary files a/rtdata/images/themed/png/2/light/square-toggle-gray-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/square-toggle-green-off-narrow.png b/rtdata/images/themed/png/2/light/square-toggle-green-off-narrow.png deleted file mode 100644 index 3184167df..000000000 Binary files a/rtdata/images/themed/png/2/light/square-toggle-green-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/square-toggle-green-on-narrow.png b/rtdata/images/themed/png/2/light/square-toggle-green-on-narrow.png deleted file mode 100644 index 7e338b190..000000000 Binary files a/rtdata/images/themed/png/2/light/square-toggle-green-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/square-toggle-luminosity-off-narrow.png b/rtdata/images/themed/png/2/light/square-toggle-luminosity-off-narrow.png deleted file mode 100644 index 1c7ae0717..000000000 Binary files a/rtdata/images/themed/png/2/light/square-toggle-luminosity-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/square-toggle-luminosity-on-narrow.png b/rtdata/images/themed/png/2/light/square-toggle-luminosity-on-narrow.png deleted file mode 100644 index 8108aee67..000000000 Binary files a/rtdata/images/themed/png/2/light/square-toggle-luminosity-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/square-toggle-red-off-narrow.png b/rtdata/images/themed/png/2/light/square-toggle-red-off-narrow.png deleted file mode 100644 index 7d0b299c9..000000000 Binary files a/rtdata/images/themed/png/2/light/square-toggle-red-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/square-toggle-red-on-narrow.png b/rtdata/images/themed/png/2/light/square-toggle-red-on-narrow.png deleted file mode 100644 index cd5fe85e6..000000000 Binary files a/rtdata/images/themed/png/2/light/square-toggle-red-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/square-toggle-theme-off-narrow.png b/rtdata/images/themed/png/2/light/square-toggle-theme-off-narrow.png deleted file mode 100644 index 31d2d57c6..000000000 Binary files a/rtdata/images/themed/png/2/light/square-toggle-theme-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/square-toggle-theme-on-narrow.png b/rtdata/images/themed/png/2/light/square-toggle-theme-on-narrow.png deleted file mode 100644 index 14461a3ce..000000000 Binary files a/rtdata/images/themed/png/2/light/square-toggle-theme-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/square-toggle-white-off-narrow.png b/rtdata/images/themed/png/2/light/square-toggle-white-off-narrow.png deleted file mode 100644 index 12831eb4b..000000000 Binary files a/rtdata/images/themed/png/2/light/square-toggle-white-off-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/square-toggle-white-on-narrow.png b/rtdata/images/themed/png/2/light/square-toggle-white-on-narrow.png deleted file mode 100644 index 9640a492e..000000000 Binary files a/rtdata/images/themed/png/2/light/square-toggle-white-on-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/star-gold-hollow-narrow.png b/rtdata/images/themed/png/2/light/star-gold-hollow-narrow.png deleted file mode 100644 index cda3c345f..000000000 Binary files a/rtdata/images/themed/png/2/light/star-gold-hollow-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/star-gold-hollow-small.png b/rtdata/images/themed/png/2/light/star-gold-hollow-small.png deleted file mode 100644 index c4816cfa4..000000000 Binary files a/rtdata/images/themed/png/2/light/star-gold-hollow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/star-gold-narrow.png b/rtdata/images/themed/png/2/light/star-gold-narrow.png deleted file mode 100644 index c51ff057f..000000000 Binary files a/rtdata/images/themed/png/2/light/star-gold-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/star-gold-small.png b/rtdata/images/themed/png/2/light/star-gold-small.png deleted file mode 100644 index 89c3b7c3d..000000000 Binary files a/rtdata/images/themed/png/2/light/star-gold-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/star-hollow-narrow.png b/rtdata/images/themed/png/2/light/star-hollow-narrow.png deleted file mode 100644 index cb2ee448c..000000000 Binary files a/rtdata/images/themed/png/2/light/star-hollow-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/star-hollow-small.png b/rtdata/images/themed/png/2/light/star-hollow-small.png deleted file mode 100644 index f3cf13b21..000000000 Binary files a/rtdata/images/themed/png/2/light/star-hollow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/star-narrow.png b/rtdata/images/themed/png/2/light/star-narrow.png deleted file mode 100644 index 90ec99662..000000000 Binary files a/rtdata/images/themed/png/2/light/star-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/star-small.png b/rtdata/images/themed/png/2/light/star-small.png deleted file mode 100644 index ecd6bc817..000000000 Binary files a/rtdata/images/themed/png/2/light/star-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/template-16.png b/rtdata/images/themed/png/2/light/template-16.png deleted file mode 100644 index aea362a25..000000000 Binary files a/rtdata/images/themed/png/2/light/template-16.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/template-24.png b/rtdata/images/themed/png/2/light/template-24.png deleted file mode 100644 index 87e3f7e3e..000000000 Binary files a/rtdata/images/themed/png/2/light/template-24.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/template-narrow.png b/rtdata/images/themed/png/2/light/template-narrow.png deleted file mode 100644 index 16fc0bfbf..000000000 Binary files a/rtdata/images/themed/png/2/light/template-narrow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/tick-green-hollow-small.png b/rtdata/images/themed/png/2/light/tick-green-hollow-small.png deleted file mode 100644 index a89717398..000000000 Binary files a/rtdata/images/themed/png/2/light/tick-green-hollow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/tick-green-hollow.png b/rtdata/images/themed/png/2/light/tick-green-hollow.png deleted file mode 100644 index f98eeee6c..000000000 Binary files a/rtdata/images/themed/png/2/light/tick-green-hollow.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/tick-green-small.png b/rtdata/images/themed/png/2/light/tick-green-small.png deleted file mode 100644 index 934ce85d0..000000000 Binary files a/rtdata/images/themed/png/2/light/tick-green-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/tick-green.png b/rtdata/images/themed/png/2/light/tick-green.png deleted file mode 100644 index d527f670f..000000000 Binary files a/rtdata/images/themed/png/2/light/tick-green.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/tick-hollow-small.png b/rtdata/images/themed/png/2/light/tick-hollow-small.png deleted file mode 100644 index 55caae189..000000000 Binary files a/rtdata/images/themed/png/2/light/tick-hollow-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/tick-small.png b/rtdata/images/themed/png/2/light/tick-small.png deleted file mode 100644 index a77cc1015..000000000 Binary files a/rtdata/images/themed/png/2/light/tick-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/tick.png b/rtdata/images/themed/png/2/light/tick.png deleted file mode 100644 index 8d0310088..000000000 Binary files a/rtdata/images/themed/png/2/light/tick.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/transform.png b/rtdata/images/themed/png/2/light/transform.png deleted file mode 100644 index 6f408cc4c..000000000 Binary files a/rtdata/images/themed/png/2/light/transform.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/trash-delete.png b/rtdata/images/themed/png/2/light/trash-delete.png deleted file mode 100644 index 402ad8048..000000000 Binary files a/rtdata/images/themed/png/2/light/trash-delete.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/trash-empty-show.png b/rtdata/images/themed/png/2/light/trash-empty-show.png deleted file mode 100644 index c83d9b961..000000000 Binary files a/rtdata/images/themed/png/2/light/trash-empty-show.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/trash-empty.png b/rtdata/images/themed/png/2/light/trash-empty.png deleted file mode 100644 index d2ddc6b84..000000000 Binary files a/rtdata/images/themed/png/2/light/trash-empty.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/trash-full-show.png b/rtdata/images/themed/png/2/light/trash-full-show.png deleted file mode 100644 index 1e78d41a5..000000000 Binary files a/rtdata/images/themed/png/2/light/trash-full-show.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/trash-full.png b/rtdata/images/themed/png/2/light/trash-full.png deleted file mode 100644 index 372ae94d1..000000000 Binary files a/rtdata/images/themed/png/2/light/trash-full.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/trash-hide-deleted.png b/rtdata/images/themed/png/2/light/trash-hide-deleted.png deleted file mode 100644 index 2c8fb6680..000000000 Binary files a/rtdata/images/themed/png/2/light/trash-hide-deleted.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/trash-remove-small.png b/rtdata/images/themed/png/2/light/trash-remove-small.png deleted file mode 100644 index da5202076..000000000 Binary files a/rtdata/images/themed/png/2/light/trash-remove-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/trash-remove.png b/rtdata/images/themed/png/2/light/trash-remove.png deleted file mode 100644 index 78dcc30b0..000000000 Binary files a/rtdata/images/themed/png/2/light/trash-remove.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/trash-small.png b/rtdata/images/themed/png/2/light/trash-small.png deleted file mode 100644 index 0077c2501..000000000 Binary files a/rtdata/images/themed/png/2/light/trash-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/undo-all.png b/rtdata/images/themed/png/2/light/undo-all.png deleted file mode 100644 index c34cbda51..000000000 Binary files a/rtdata/images/themed/png/2/light/undo-all.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/undo-small.png b/rtdata/images/themed/png/2/light/undo-small.png deleted file mode 100644 index 813274bdb..000000000 Binary files a/rtdata/images/themed/png/2/light/undo-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/undo.png b/rtdata/images/themed/png/2/light/undo.png deleted file mode 100644 index f84c79d0f..000000000 Binary files a/rtdata/images/themed/png/2/light/undo.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/warning-highlights.png b/rtdata/images/themed/png/2/light/warning-highlights.png deleted file mode 100644 index 0645845d5..000000000 Binary files a/rtdata/images/themed/png/2/light/warning-highlights.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/warning-shadows.png b/rtdata/images/themed/png/2/light/warning-shadows.png deleted file mode 100644 index 1ca2690d6..000000000 Binary files a/rtdata/images/themed/png/2/light/warning-shadows.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wavelets.png b/rtdata/images/themed/png/2/light/wavelets.png deleted file mode 100644 index 43af4a1aa..000000000 Binary files a/rtdata/images/themed/png/2/light/wavelets.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-auto-small.png b/rtdata/images/themed/png/2/light/wb-auto-small.png deleted file mode 100644 index e24d0b5bf..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-auto-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-auto.png b/rtdata/images/themed/png/2/light/wb-auto.png deleted file mode 100644 index 325cd1982..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-auto.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-camera-small.png b/rtdata/images/themed/png/2/light/wb-camera-small.png deleted file mode 100644 index c718f66ed..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-camera-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-camera.png b/rtdata/images/themed/png/2/light/wb-camera.png deleted file mode 100644 index 277ec15af..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-camera.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-cloudy-small.png b/rtdata/images/themed/png/2/light/wb-cloudy-small.png deleted file mode 100644 index 05af9bb0f..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-cloudy-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-cloudy.png b/rtdata/images/themed/png/2/light/wb-cloudy.png deleted file mode 100644 index 2176d4fed..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-cloudy.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-custom-small.png b/rtdata/images/themed/png/2/light/wb-custom-small.png deleted file mode 100644 index 343e0bb77..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-custom-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-custom.png b/rtdata/images/themed/png/2/light/wb-custom.png deleted file mode 100644 index e872d9120..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-custom.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-flash-small.png b/rtdata/images/themed/png/2/light/wb-flash-small.png deleted file mode 100644 index c2742aa50..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-flash-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-flash.png b/rtdata/images/themed/png/2/light/wb-flash.png deleted file mode 100644 index f76ac038d..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-flash.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-fluorescent-small.png b/rtdata/images/themed/png/2/light/wb-fluorescent-small.png deleted file mode 100644 index 916bb1131..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-fluorescent-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-fluorescent.png b/rtdata/images/themed/png/2/light/wb-fluorescent.png deleted file mode 100644 index 8bf3ce919..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-fluorescent.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-lamp-small.png b/rtdata/images/themed/png/2/light/wb-lamp-small.png deleted file mode 100644 index 0f165db05..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-lamp-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-lamp.png b/rtdata/images/themed/png/2/light/wb-lamp.png deleted file mode 100644 index a05c6c29c..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-lamp.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-led-small.png b/rtdata/images/themed/png/2/light/wb-led-small.png deleted file mode 100644 index d9f73e0b7..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-led-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-led.png b/rtdata/images/themed/png/2/light/wb-led.png deleted file mode 100644 index b5b9156f1..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-led.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-shade-small.png b/rtdata/images/themed/png/2/light/wb-shade-small.png deleted file mode 100644 index 6dd0112db..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-shade-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-shade.png b/rtdata/images/themed/png/2/light/wb-shade.png deleted file mode 100644 index 9a109cc2c..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-shade.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-sun-small.png b/rtdata/images/themed/png/2/light/wb-sun-small.png deleted file mode 100644 index 12acb06fb..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-sun-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-sun.png b/rtdata/images/themed/png/2/light/wb-sun.png deleted file mode 100644 index 99487a579..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-sun.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-tungsten-small.png b/rtdata/images/themed/png/2/light/wb-tungsten-small.png deleted file mode 100644 index 6d44568ce..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-tungsten-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-tungsten.png b/rtdata/images/themed/png/2/light/wb-tungsten.png deleted file mode 100644 index 98ded526f..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-tungsten.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-water-small.png b/rtdata/images/themed/png/2/light/wb-water-small.png deleted file mode 100644 index bb8d1f001..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-water-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/wb-water.png b/rtdata/images/themed/png/2/light/wb-water.png deleted file mode 100644 index e946e7f18..000000000 Binary files a/rtdata/images/themed/png/2/light/wb-water.png and /dev/null differ diff --git a/rtdata/images/themed/png/2/light/window-add.png b/rtdata/images/themed/png/2/light/window-add.png deleted file mode 100644 index 4f5b38b1c..000000000 Binary files a/rtdata/images/themed/png/2/light/window-add.png and /dev/null differ diff --git a/rtdata/images/themed/png/dark/color-picker-small.png b/rtdata/images/themed/png/dark/color-picker-small.png deleted file mode 100644 index 5976b6e11..000000000 Binary files a/rtdata/images/themed/png/dark/color-picker-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/dark/curve-catmullrom-small.png b/rtdata/images/themed/png/dark/curve-catmullrom-small.png deleted file mode 100644 index d3fb3188d..000000000 Binary files a/rtdata/images/themed/png/dark/curve-catmullrom-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/dark/curve-catmullrom.png b/rtdata/images/themed/png/dark/curve-catmullrom.png deleted file mode 100644 index ad8446f88..000000000 Binary files a/rtdata/images/themed/png/dark/curve-catmullrom.png and /dev/null differ diff --git a/rtdata/images/themed/png/dark/star.png b/rtdata/images/themed/png/dark/star.png deleted file mode 100644 index dcc05e7d1..000000000 Binary files a/rtdata/images/themed/png/dark/star.png and /dev/null differ diff --git a/rtdata/images/themed/png/dark/warning.png b/rtdata/images/themed/png/dark/warning.png deleted file mode 100644 index 8bc60b95a..000000000 Binary files a/rtdata/images/themed/png/dark/warning.png and /dev/null differ diff --git a/rtdata/images/themed/png/light/color-picker-small.png b/rtdata/images/themed/png/light/color-picker-small.png deleted file mode 100644 index 109f8fda4..000000000 Binary files a/rtdata/images/themed/png/light/color-picker-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/light/curve-catmullrom-small.png b/rtdata/images/themed/png/light/curve-catmullrom-small.png deleted file mode 100644 index 1654d10ea..000000000 Binary files a/rtdata/images/themed/png/light/curve-catmullrom-small.png and /dev/null differ diff --git a/rtdata/images/themed/png/light/curve-catmullrom.png b/rtdata/images/themed/png/light/curve-catmullrom.png deleted file mode 100644 index 16a2234ec..000000000 Binary files a/rtdata/images/themed/png/light/curve-catmullrom.png and /dev/null differ diff --git a/rtdata/images/themed/png/light/star.png b/rtdata/images/themed/png/light/star.png deleted file mode 100644 index de03f30ca..000000000 Binary files a/rtdata/images/themed/png/light/star.png and /dev/null differ diff --git a/rtdata/images/themed/png/light/warning.png b/rtdata/images/themed/png/light/warning.png deleted file mode 100644 index 5bc43cfe2..000000000 Binary files a/rtdata/images/themed/png/light/warning.png and /dev/null differ