diff --git a/rtdata/CMakeLists.txt b/rtdata/CMakeLists.txt index c145f8ebb..3f73e8c40 100644 --- a/rtdata/CMakeLists.txt +++ b/rtdata/CMakeLists.txt @@ -1,11 +1,11 @@ -file (GLOB IMAGEFILES "images/*.png") file (GLOB PROFILEFILES "profiles/*.pp3") file (GLOB LANGUAGEFILES "languages/*") file (GLOB SOUNDFILES "sounds/*") file (GLOB ICCFILES "iccprofiles/*") # THEMEDIR includes subfolders for image resources for some themes; doing the normal glob won't work. set (THEMEDIR "themes") +set (IMAGESDIR "images") if (WIN32) set(OPTIONSFILE "options/options.win") @@ -32,5 +32,7 @@ install (FILES ${PROFILEFILES} DESTINATION ${DATADIR}/profiles) install (FILES ${SOUNDFILES} DESTINATION ${DATADIR}/sounds) install (FILES ${ICCFILES} DESTINATION ${DATADIR}/iccprofiles) install (DIRECTORY ${THEMEDIR} DESTINATION ${DATADIR}) +install (DIRECTORY ${IMAGESDIR} DESTINATION ${DATADIR} FILES_MATCHING PATTERN "index.theme") +install (DIRECTORY ${IMAGESDIR} DESTINATION ${DATADIR} FILES_MATCHING PATTERN "*.png") install (FILES ${OPTIONSFILE} DESTINATION ${DATADIR} PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ RENAME options) diff --git a/rtdata/images/Dark/.gtk-undo-ltr-small.png b/rtdata/images/Dark/.gtk-undo-ltr-small.png new file mode 100644 index 000000000..cf90a8713 Binary files /dev/null and b/rtdata/images/Dark/.gtk-undo-ltr-small.png differ diff --git a/rtdata/images/Dark/.gtk-undo-ltr.png b/rtdata/images/Dark/.gtk-undo-ltr.png new file mode 100644 index 000000000..b9b100191 Binary files /dev/null and b/rtdata/images/Dark/.gtk-undo-ltr.png differ diff --git a/rtdata/images/Dark/.gtk-undo-rtl-small.png b/rtdata/images/Dark/.gtk-undo-rtl-small.png new file mode 100644 index 000000000..80256961c Binary files /dev/null and b/rtdata/images/Dark/.gtk-undo-rtl-small.png differ diff --git a/rtdata/images/Dark/.gtk-undo-rtl.png b/rtdata/images/Dark/.gtk-undo-rtl.png new file mode 100644 index 000000000..db16b9a08 Binary files /dev/null and b/rtdata/images/Dark/.gtk-undo-rtl.png differ diff --git a/rtdata/images/Dark/actions/PanelEnding_01.png b/rtdata/images/Dark/actions/PanelEnding_01.png new file mode 100644 index 000000000..f5e433ec8 Binary files /dev/null and b/rtdata/images/Dark/actions/PanelEnding_01.png differ diff --git a/rtdata/images/Dark/actions/add.png b/rtdata/images/Dark/actions/add.png new file mode 100644 index 000000000..12bd431f3 Binary files /dev/null and b/rtdata/images/Dark/actions/add.png differ diff --git a/rtdata/images/Dark/actions/addtag.png b/rtdata/images/Dark/actions/addtag.png new file mode 100644 index 000000000..0f1b674e5 Binary files /dev/null and b/rtdata/images/Dark/actions/addtag.png differ diff --git a/rtdata/images/Dark/actions/addtags.png b/rtdata/images/Dark/actions/addtags.png new file mode 100644 index 000000000..1daa96953 Binary files /dev/null and b/rtdata/images/Dark/actions/addtags.png differ diff --git a/rtdata/images/Dark/actions/beforeafter.png b/rtdata/images/Dark/actions/beforeafter.png new file mode 100644 index 000000000..8721c9b1f Binary files /dev/null and b/rtdata/images/Dark/actions/beforeafter.png differ diff --git a/rtdata/images/Dark/actions/cglabel0.png b/rtdata/images/Dark/actions/cglabel0.png new file mode 100644 index 000000000..67f01f368 Binary files /dev/null and b/rtdata/images/Dark/actions/cglabel0.png differ diff --git a/rtdata/images/Dark/actions/cglabel1.png b/rtdata/images/Dark/actions/cglabel1.png new file mode 100644 index 000000000..1fb1e5de9 Binary files /dev/null and b/rtdata/images/Dark/actions/cglabel1.png differ diff --git a/rtdata/images/Dark/actions/cglabel2.png b/rtdata/images/Dark/actions/cglabel2.png new file mode 100644 index 000000000..80d88a28a Binary files /dev/null and b/rtdata/images/Dark/actions/cglabel2.png differ diff --git a/rtdata/images/Dark/actions/cglabel3.png b/rtdata/images/Dark/actions/cglabel3.png new file mode 100644 index 000000000..685a7e07b Binary files /dev/null and b/rtdata/images/Dark/actions/cglabel3.png differ diff --git a/rtdata/images/Dark/actions/cglabel4.png b/rtdata/images/Dark/actions/cglabel4.png new file mode 100644 index 000000000..153f13ca2 Binary files /dev/null and b/rtdata/images/Dark/actions/cglabel4.png differ diff --git a/rtdata/images/Dark/actions/cglabel5.png b/rtdata/images/Dark/actions/cglabel5.png new file mode 100644 index 000000000..44f481668 Binary files /dev/null and b/rtdata/images/Dark/actions/cglabel5.png differ diff --git a/rtdata/images/Dark/actions/clabel0.png b/rtdata/images/Dark/actions/clabel0.png new file mode 100644 index 000000000..efd5a8439 Binary files /dev/null and b/rtdata/images/Dark/actions/clabel0.png differ diff --git a/rtdata/images/Dark/actions/clabel1.png b/rtdata/images/Dark/actions/clabel1.png new file mode 100644 index 000000000..d10295706 Binary files /dev/null and b/rtdata/images/Dark/actions/clabel1.png differ diff --git a/rtdata/images/Dark/actions/clabel2.png b/rtdata/images/Dark/actions/clabel2.png new file mode 100644 index 000000000..6e6f12772 Binary files /dev/null and b/rtdata/images/Dark/actions/clabel2.png differ diff --git a/rtdata/images/Dark/actions/clabel3.png b/rtdata/images/Dark/actions/clabel3.png new file mode 100644 index 000000000..f8bd43df3 Binary files /dev/null and b/rtdata/images/Dark/actions/clabel3.png differ diff --git a/rtdata/images/Dark/actions/clabel4.png b/rtdata/images/Dark/actions/clabel4.png new file mode 100644 index 000000000..e7b9d3431 Binary files /dev/null and b/rtdata/images/Dark/actions/clabel4.png differ diff --git a/rtdata/images/Dark/actions/clabel5.png b/rtdata/images/Dark/actions/clabel5.png new file mode 100644 index 000000000..118db16f8 Binary files /dev/null and b/rtdata/images/Dark/actions/clabel5.png differ diff --git a/rtdata/images/Dark/actions/closedhand22.png b/rtdata/images/Dark/actions/closedhand22.png new file mode 100644 index 000000000..b5424f116 Binary files /dev/null and b/rtdata/images/Dark/actions/closedhand22.png differ diff --git a/rtdata/images/Dark/actions/computer.png b/rtdata/images/Dark/actions/computer.png new file mode 100644 index 000000000..13895d772 Binary files /dev/null and b/rtdata/images/Dark/actions/computer.png differ diff --git a/rtdata/images/Dark/actions/crop22.png b/rtdata/images/Dark/actions/crop22.png new file mode 100644 index 000000000..377e46328 Binary files /dev/null and b/rtdata/images/Dark/actions/crop22.png differ diff --git a/rtdata/images/Dark/actions/crop_auto_22.png b/rtdata/images/Dark/actions/crop_auto_22.png new file mode 100644 index 000000000..25167c431 Binary files /dev/null and b/rtdata/images/Dark/actions/crop_auto_22.png differ diff --git a/rtdata/images/Dark/actions/crossed_arrows_in_45_02.png b/rtdata/images/Dark/actions/crossed_arrows_in_45_02.png new file mode 100644 index 000000000..5f4637c81 Binary files /dev/null and b/rtdata/images/Dark/actions/crossed_arrows_in_45_02.png differ diff --git a/rtdata/images/Dark/actions/crossed_arrows_out_45_02.png b/rtdata/images/Dark/actions/crossed_arrows_out_45_02.png new file mode 100644 index 000000000..4d461073b Binary files /dev/null and b/rtdata/images/Dark/actions/crossed_arrows_out_45_02.png differ diff --git a/rtdata/images/Dark/actions/delete.png b/rtdata/images/Dark/actions/delete.png new file mode 100644 index 000000000..bf8832ca1 Binary files /dev/null and b/rtdata/images/Dark/actions/delete.png differ diff --git a/rtdata/images/Dark/actions/deltags.png b/rtdata/images/Dark/actions/deltags.png new file mode 100644 index 000000000..6eb643e3b Binary files /dev/null and b/rtdata/images/Dark/actions/deltags.png differ diff --git a/rtdata/images/Dark/actions/distorsion.png b/rtdata/images/Dark/actions/distorsion.png new file mode 100644 index 000000000..55e26d67d Binary files /dev/null and b/rtdata/images/Dark/actions/distorsion.png differ diff --git a/rtdata/images/Dark/actions/distortion_auto.png b/rtdata/images/Dark/actions/distortion_auto.png new file mode 100644 index 000000000..fd960426a Binary files /dev/null and b/rtdata/images/Dark/actions/distortion_auto.png differ diff --git a/rtdata/images/Dark/actions/document-open-recent.png b/rtdata/images/Dark/actions/document-open-recent.png new file mode 100644 index 000000000..d7703c333 Binary files /dev/null and b/rtdata/images/Dark/actions/document-open-recent.png differ diff --git a/rtdata/images/Dark/actions/document-open.png b/rtdata/images/Dark/actions/document-open.png new file mode 100644 index 000000000..2aa5559ed Binary files /dev/null and b/rtdata/images/Dark/actions/document-open.png differ diff --git a/rtdata/images/Dark/actions/drive-harddisk.png b/rtdata/images/Dark/actions/drive-harddisk.png new file mode 100644 index 000000000..13895d772 Binary files /dev/null and b/rtdata/images/Dark/actions/drive-harddisk.png differ diff --git a/rtdata/images/Dark/actions/drive-optical.png b/rtdata/images/Dark/actions/drive-optical.png new file mode 100644 index 000000000..09babc056 Binary files /dev/null and b/rtdata/images/Dark/actions/drive-optical.png differ diff --git a/rtdata/images/Dark/actions/drive-removable-media.png b/rtdata/images/Dark/actions/drive-removable-media.png new file mode 100644 index 000000000..3381c5a9b Binary files /dev/null and b/rtdata/images/Dark/actions/drive-removable-media.png differ diff --git a/rtdata/images/Dark/actions/edit-copy.png b/rtdata/images/Dark/actions/edit-copy.png new file mode 100644 index 000000000..73158bd9d Binary files /dev/null and b/rtdata/images/Dark/actions/edit-copy.png differ diff --git a/rtdata/images/Dark/actions/edit-find.png b/rtdata/images/Dark/actions/edit-find.png new file mode 100644 index 000000000..c842e5b09 Binary files /dev/null and b/rtdata/images/Dark/actions/edit-find.png differ diff --git a/rtdata/images/Dark/actions/edit-paste.png b/rtdata/images/Dark/actions/edit-paste.png new file mode 100644 index 000000000..6cf614faf Binary files /dev/null and b/rtdata/images/Dark/actions/edit-paste.png differ diff --git a/rtdata/images/Dark/actions/edited.png b/rtdata/images/Dark/actions/edited.png new file mode 100644 index 000000000..9ec5745df Binary files /dev/null and b/rtdata/images/Dark/actions/edited.png differ diff --git a/rtdata/images/Dark/actions/edited_10.png b/rtdata/images/Dark/actions/edited_10.png new file mode 100644 index 000000000..26a1543cf Binary files /dev/null and b/rtdata/images/Dark/actions/edited_10.png differ diff --git a/rtdata/images/Dark/actions/editedg_10.png b/rtdata/images/Dark/actions/editedg_10.png new file mode 100644 index 000000000..cdac01f09 Binary files /dev/null and b/rtdata/images/Dark/actions/editedg_10.png differ diff --git a/rtdata/images/Dark/actions/editednot_10.png b/rtdata/images/Dark/actions/editednot_10.png new file mode 100644 index 000000000..75ffcbb91 Binary files /dev/null and b/rtdata/images/Dark/actions/editednot_10.png differ diff --git a/rtdata/images/Dark/actions/editednotg_10.png b/rtdata/images/Dark/actions/editednotg_10.png new file mode 100644 index 000000000..d6cb79758 Binary files /dev/null and b/rtdata/images/Dark/actions/editednotg_10.png differ diff --git a/rtdata/images/Dark/actions/filter.png b/rtdata/images/Dark/actions/filter.png new file mode 100644 index 000000000..be23c0a0e Binary files /dev/null and b/rtdata/images/Dark/actions/filter.png differ diff --git a/rtdata/images/Dark/actions/filterclear_18.png b/rtdata/images/Dark/actions/filterclear_18.png new file mode 100644 index 000000000..68910b856 Binary files /dev/null and b/rtdata/images/Dark/actions/filterclear_18.png differ diff --git a/rtdata/images/Dark/actions/folder.png b/rtdata/images/Dark/actions/folder.png new file mode 100644 index 000000000..66c83e0b3 Binary files /dev/null and b/rtdata/images/Dark/actions/folder.png differ diff --git a/rtdata/images/Dark/actions/folder_open.png b/rtdata/images/Dark/actions/folder_open.png new file mode 100644 index 000000000..2aa5559ed Binary files /dev/null and b/rtdata/images/Dark/actions/folder_open.png differ diff --git a/rtdata/images/Dark/actions/fullscreen.png b/rtdata/images/Dark/actions/fullscreen.png new file mode 100644 index 000000000..3126a5caa Binary files /dev/null and b/rtdata/images/Dark/actions/fullscreen.png differ diff --git a/rtdata/images/Dark/actions/fullscreen_exit.png b/rtdata/images/Dark/actions/fullscreen_exit.png new file mode 100644 index 000000000..573adc753 Binary files /dev/null and b/rtdata/images/Dark/actions/fullscreen_exit.png differ diff --git a/rtdata/images/Dark/actions/gimp.png b/rtdata/images/Dark/actions/gimp.png new file mode 100644 index 000000000..7c2d574da Binary files /dev/null and b/rtdata/images/Dark/actions/gimp.png differ diff --git a/rtdata/images/Dark/actions/grayrated.png b/rtdata/images/Dark/actions/grayrated.png new file mode 100644 index 000000000..2785a66f6 Binary files /dev/null and b/rtdata/images/Dark/actions/grayrated.png differ diff --git a/rtdata/images/Dark/actions/gtk-add.png b/rtdata/images/Dark/actions/gtk-add.png new file mode 100644 index 000000000..12bd431f3 Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-add.png differ diff --git a/rtdata/images/Dark/actions/gtk-apply.png b/rtdata/images/Dark/actions/gtk-apply.png new file mode 100644 index 000000000..1daa96953 Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-apply.png differ diff --git a/rtdata/images/Dark/actions/gtk-cancel.png b/rtdata/images/Dark/actions/gtk-cancel.png new file mode 100644 index 000000000..c4e23f6bd Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-cancel.png differ diff --git a/rtdata/images/Dark/actions/gtk-cdrom.png b/rtdata/images/Dark/actions/gtk-cdrom.png new file mode 100644 index 000000000..09babc056 Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-cdrom.png differ diff --git a/rtdata/images/Dark/actions/gtk-close.png b/rtdata/images/Dark/actions/gtk-close.png new file mode 100644 index 000000000..6eb643e3b Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-close.png differ diff --git a/rtdata/images/Dark/actions/gtk-directory.png b/rtdata/images/Dark/actions/gtk-directory.png new file mode 100644 index 000000000..66c83e0b3 Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-directory.png differ diff --git a/rtdata/images/Dark/actions/gtk-edit.png b/rtdata/images/Dark/actions/gtk-edit.png new file mode 100644 index 000000000..59b5a056e Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-edit.png differ diff --git a/rtdata/images/Dark/actions/gtk-find.png b/rtdata/images/Dark/actions/gtk-find.png new file mode 100644 index 000000000..c842e5b09 Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-find.png differ diff --git a/rtdata/images/Dark/actions/gtk-media-play.png b/rtdata/images/Dark/actions/gtk-media-play.png new file mode 100644 index 000000000..bbb1f6598 Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-media-play.png differ diff --git a/rtdata/images/Dark/actions/gtk-media-stop.png b/rtdata/images/Dark/actions/gtk-media-stop.png new file mode 100644 index 000000000..3d1b2cfa7 Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-media-stop.png differ diff --git a/rtdata/images/Dark/actions/gtk-ok.png b/rtdata/images/Dark/actions/gtk-ok.png new file mode 100644 index 000000000..1daa96953 Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-ok.png differ diff --git a/rtdata/images/Dark/actions/gtk-open.png b/rtdata/images/Dark/actions/gtk-open.png new file mode 100644 index 000000000..2aa5559ed Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-open.png differ diff --git a/rtdata/images/Dark/actions/gtk-preferences.png b/rtdata/images/Dark/actions/gtk-preferences.png new file mode 100644 index 000000000..7c937c491 Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-preferences.png differ diff --git a/rtdata/images/Dark/actions/gtk-remove.png b/rtdata/images/Dark/actions/gtk-remove.png new file mode 100644 index 000000000..fd276003f Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-remove.png differ diff --git a/rtdata/images/Dark/actions/gtk-save.png b/rtdata/images/Dark/actions/gtk-save.png new file mode 100644 index 000000000..25a28f9be Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-save.png differ diff --git a/rtdata/images/Dark/actions/gtk-undo-ltr-small.png b/rtdata/images/Dark/actions/gtk-undo-ltr-small.png new file mode 100644 index 000000000..387cf0200 Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-undo-ltr-small.png differ diff --git a/rtdata/images/Dark/actions/gtk-undo-ltr.png b/rtdata/images/Dark/actions/gtk-undo-ltr.png new file mode 100644 index 000000000..c4e23f6bd Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-undo-ltr.png differ diff --git a/rtdata/images/Dark/actions/gtk-undo-rtl-small.png b/rtdata/images/Dark/actions/gtk-undo-rtl-small.png new file mode 100644 index 000000000..387cf0200 Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-undo-rtl-small.png differ diff --git a/rtdata/images/Dark/actions/gtk-undo-rtl.png b/rtdata/images/Dark/actions/gtk-undo-rtl.png new file mode 100644 index 000000000..c4e23f6bd Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-undo-rtl.png differ diff --git a/rtdata/images/Dark/actions/gtk-undoall-ltr.png b/rtdata/images/Dark/actions/gtk-undoall-ltr.png new file mode 100644 index 000000000..365de5288 Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-undoall-ltr.png differ diff --git a/rtdata/images/Dark/actions/gtk-undoall-rtl.png b/rtdata/images/Dark/actions/gtk-undoall-rtl.png new file mode 100644 index 000000000..0ece21ca2 Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-undoall-rtl.png differ diff --git a/rtdata/images/Dark/actions/gtk-zoom-100.png b/rtdata/images/Dark/actions/gtk-zoom-100.png new file mode 100644 index 000000000..188f4ad9c Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-zoom-100.png differ diff --git a/rtdata/images/Dark/actions/gtk-zoom-fit.png b/rtdata/images/Dark/actions/gtk-zoom-fit.png new file mode 100644 index 000000000..07845cee0 Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-zoom-fit.png differ diff --git a/rtdata/images/Dark/actions/gtk-zoom-in.png b/rtdata/images/Dark/actions/gtk-zoom-in.png new file mode 100644 index 000000000..37f300e3c Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-zoom-in.png differ diff --git a/rtdata/images/Dark/actions/gtk-zoom-out.png b/rtdata/images/Dark/actions/gtk-zoom-out.png new file mode 100644 index 000000000..b606b825e Binary files /dev/null and b/rtdata/images/Dark/actions/gtk-zoom-out.png differ diff --git a/rtdata/images/Dark/actions/info.png b/rtdata/images/Dark/actions/info.png new file mode 100644 index 000000000..72475541a Binary files /dev/null and b/rtdata/images/Dark/actions/info.png differ diff --git a/rtdata/images/Dark/actions/list-add.png b/rtdata/images/Dark/actions/list-add.png new file mode 100644 index 000000000..12bd431f3 Binary files /dev/null and b/rtdata/images/Dark/actions/list-add.png differ diff --git a/rtdata/images/Dark/actions/list-add12.png b/rtdata/images/Dark/actions/list-add12.png new file mode 100644 index 000000000..584b8f9e7 Binary files /dev/null and b/rtdata/images/Dark/actions/list-add12.png differ diff --git a/rtdata/images/Dark/actions/list-remove.png b/rtdata/images/Dark/actions/list-remove.png new file mode 100644 index 000000000..fd276003f Binary files /dev/null and b/rtdata/images/Dark/actions/list-remove.png differ diff --git a/rtdata/images/Dark/actions/list-remove12r.png b/rtdata/images/Dark/actions/list-remove12r.png new file mode 100644 index 000000000..1854b7f51 Binary files /dev/null and b/rtdata/images/Dark/actions/list-remove12r.png differ diff --git a/rtdata/images/Dark/actions/lock_off.png b/rtdata/images/Dark/actions/lock_off.png new file mode 100644 index 000000000..1712b42e3 Binary files /dev/null and b/rtdata/images/Dark/actions/lock_off.png differ diff --git a/rtdata/images/Dark/actions/lock_on.png b/rtdata/images/Dark/actions/lock_on.png new file mode 100644 index 000000000..22b4db184 Binary files /dev/null and b/rtdata/images/Dark/actions/lock_on.png differ diff --git a/rtdata/images/Dark/actions/media-flash.png b/rtdata/images/Dark/actions/media-flash.png new file mode 100644 index 000000000..13895d772 Binary files /dev/null and b/rtdata/images/Dark/actions/media-flash.png differ diff --git a/rtdata/images/Dark/actions/media-floppy.png b/rtdata/images/Dark/actions/media-floppy.png new file mode 100644 index 000000000..3381c5a9b Binary files /dev/null and b/rtdata/images/Dark/actions/media-floppy.png differ diff --git a/rtdata/images/Dark/actions/media-optical-bd.png b/rtdata/images/Dark/actions/media-optical-bd.png new file mode 100644 index 000000000..09babc056 Binary files /dev/null and b/rtdata/images/Dark/actions/media-optical-bd.png differ diff --git a/rtdata/images/Dark/actions/media-optical-dvd.png b/rtdata/images/Dark/actions/media-optical-dvd.png new file mode 100644 index 000000000..09babc056 Binary files /dev/null and b/rtdata/images/Dark/actions/media-optical-dvd.png differ diff --git a/rtdata/images/Dark/actions/media-optical.png b/rtdata/images/Dark/actions/media-optical.png new file mode 100644 index 000000000..09babc056 Binary files /dev/null and b/rtdata/images/Dark/actions/media-optical.png differ diff --git a/rtdata/images/Dark/actions/media-tape.png b/rtdata/images/Dark/actions/media-tape.png new file mode 100644 index 000000000..13895d772 Binary files /dev/null and b/rtdata/images/Dark/actions/media-tape.png differ diff --git a/rtdata/images/Dark/actions/new_detail_window.png b/rtdata/images/Dark/actions/new_detail_window.png new file mode 100644 index 000000000..fa600b466 Binary files /dev/null and b/rtdata/images/Dark/actions/new_detail_window.png differ diff --git a/rtdata/images/Dark/actions/openhand_gray22.png b/rtdata/images/Dark/actions/openhand_gray22.png new file mode 100644 index 000000000..0d22a1799 Binary files /dev/null and b/rtdata/images/Dark/actions/openhand_gray22.png differ diff --git a/rtdata/images/Dark/actions/panel_to_bottom.png b/rtdata/images/Dark/actions/panel_to_bottom.png new file mode 100644 index 000000000..62dbc86d2 Binary files /dev/null and b/rtdata/images/Dark/actions/panel_to_bottom.png differ diff --git a/rtdata/images/Dark/actions/panel_to_left.png b/rtdata/images/Dark/actions/panel_to_left.png new file mode 100644 index 000000000..83654c0c1 Binary files /dev/null and b/rtdata/images/Dark/actions/panel_to_left.png differ diff --git a/rtdata/images/Dark/actions/panel_to_right.png b/rtdata/images/Dark/actions/panel_to_right.png new file mode 100644 index 000000000..00fde6ca1 Binary files /dev/null and b/rtdata/images/Dark/actions/panel_to_right.png differ diff --git a/rtdata/images/Dark/actions/panel_to_top.png b/rtdata/images/Dark/actions/panel_to_top.png new file mode 100644 index 000000000..3a2263689 Binary files /dev/null and b/rtdata/images/Dark/actions/panel_to_top.png differ diff --git a/rtdata/images/Dark/actions/processing-pause.png b/rtdata/images/Dark/actions/processing-pause.png new file mode 100644 index 000000000..39c6f5063 Binary files /dev/null and b/rtdata/images/Dark/actions/processing-pause.png differ diff --git a/rtdata/images/Dark/actions/processing-play.png b/rtdata/images/Dark/actions/processing-play.png new file mode 100644 index 000000000..3b0d36338 Binary files /dev/null and b/rtdata/images/Dark/actions/processing-play.png differ diff --git a/rtdata/images/Dark/actions/processing-thumbnail.png b/rtdata/images/Dark/actions/processing-thumbnail.png new file mode 100644 index 000000000..bcbfdf5fe Binary files /dev/null and b/rtdata/images/Dark/actions/processing-thumbnail.png differ diff --git a/rtdata/images/Dark/actions/processing.png b/rtdata/images/Dark/actions/processing.png new file mode 100644 index 000000000..85ffcdcd6 Binary files /dev/null and b/rtdata/images/Dark/actions/processing.png differ diff --git a/rtdata/images/Dark/actions/rated.png b/rtdata/images/Dark/actions/rated.png new file mode 100644 index 000000000..43f47b457 Binary files /dev/null and b/rtdata/images/Dark/actions/rated.png differ diff --git a/rtdata/images/Dark/actions/ratednot_10.png b/rtdata/images/Dark/actions/ratednot_10.png new file mode 100644 index 000000000..8b86fb2f7 Binary files /dev/null and b/rtdata/images/Dark/actions/ratednot_10.png differ diff --git a/rtdata/images/Dark/actions/ratednotg_10.png b/rtdata/images/Dark/actions/ratednotg_10.png new file mode 100644 index 000000000..01fc73c72 Binary files /dev/null and b/rtdata/images/Dark/actions/ratednotg_10.png differ diff --git a/rtdata/images/Dark/actions/refresh_red.png b/rtdata/images/Dark/actions/refresh_red.png new file mode 100644 index 000000000..c60a9def6 Binary files /dev/null and b/rtdata/images/Dark/actions/refresh_red.png differ diff --git a/rtdata/images/Dark/actions/refresh_white.png b/rtdata/images/Dark/actions/refresh_white.png new file mode 100644 index 000000000..92e4c3d33 Binary files /dev/null and b/rtdata/images/Dark/actions/refresh_white.png differ diff --git a/rtdata/images/Dark/actions/rtwindow.png b/rtdata/images/Dark/actions/rtwindow.png new file mode 100644 index 000000000..bc0aa82c4 Binary files /dev/null and b/rtdata/images/Dark/actions/rtwindow.png differ diff --git a/rtdata/images/Dark/actions/save_hdd_01.png b/rtdata/images/Dark/actions/save_hdd_01.png new file mode 100644 index 000000000..eac1cae35 Binary files /dev/null and b/rtdata/images/Dark/actions/save_hdd_01.png differ diff --git a/rtdata/images/Dark/actions/stock-flip-horizontal-16.png b/rtdata/images/Dark/actions/stock-flip-horizontal-16.png new file mode 100644 index 000000000..ba600ad25 Binary files /dev/null and b/rtdata/images/Dark/actions/stock-flip-horizontal-16.png differ diff --git a/rtdata/images/Dark/actions/stock-flip-vertical-16.png b/rtdata/images/Dark/actions/stock-flip-vertical-16.png new file mode 100644 index 000000000..954ba7dde Binary files /dev/null and b/rtdata/images/Dark/actions/stock-flip-vertical-16.png differ diff --git a/rtdata/images/Dark/actions/stock-rotate-270-16.png b/rtdata/images/Dark/actions/stock-rotate-270-16.png new file mode 100644 index 000000000..711502d62 Binary files /dev/null and b/rtdata/images/Dark/actions/stock-rotate-270-16.png differ diff --git a/rtdata/images/Dark/actions/stock-rotate-90-16.png b/rtdata/images/Dark/actions/stock-rotate-90-16.png new file mode 100644 index 000000000..161f30da2 Binary files /dev/null and b/rtdata/images/Dark/actions/stock-rotate-90-16.png differ diff --git a/rtdata/images/Dark/actions/straighten16.png b/rtdata/images/Dark/actions/straighten16.png new file mode 100644 index 000000000..bd2389c88 Binary files /dev/null and b/rtdata/images/Dark/actions/straighten16.png differ diff --git a/rtdata/images/Dark/actions/straighten22.png b/rtdata/images/Dark/actions/straighten22.png new file mode 100644 index 000000000..2993b96ec Binary files /dev/null and b/rtdata/images/Dark/actions/straighten22.png differ diff --git a/rtdata/images/Dark/actions/toleftend.png b/rtdata/images/Dark/actions/toleftend.png new file mode 100644 index 000000000..2c3ffcab5 Binary files /dev/null and b/rtdata/images/Dark/actions/toleftend.png differ diff --git a/rtdata/images/Dark/actions/torightend.png b/rtdata/images/Dark/actions/torightend.png new file mode 100644 index 000000000..5d761bbbf Binary files /dev/null and b/rtdata/images/Dark/actions/torightend.png differ diff --git a/rtdata/images/Dark/actions/trash-show-empty.png b/rtdata/images/Dark/actions/trash-show-empty.png new file mode 100644 index 000000000..87aaf07ba Binary files /dev/null and b/rtdata/images/Dark/actions/trash-show-empty.png differ diff --git a/rtdata/images/Dark/actions/trash-show-full.png b/rtdata/images/Dark/actions/trash-show-full.png new file mode 100644 index 000000000..3e1a55005 Binary files /dev/null and b/rtdata/images/Dark/actions/trash-show-full.png differ diff --git a/rtdata/images/Dark/actions/trash-thumbnail.png b/rtdata/images/Dark/actions/trash-thumbnail.png new file mode 100644 index 000000000..9e062a7cf Binary files /dev/null and b/rtdata/images/Dark/actions/trash-thumbnail.png differ diff --git a/rtdata/images/Dark/actions/trash.png b/rtdata/images/Dark/actions/trash.png new file mode 100644 index 000000000..87aaf07ba Binary files /dev/null and b/rtdata/images/Dark/actions/trash.png differ diff --git a/rtdata/images/Dark/actions/undelete-rtl.png b/rtdata/images/Dark/actions/undelete-rtl.png new file mode 100644 index 000000000..dea361d9d Binary files /dev/null and b/rtdata/images/Dark/actions/undelete-rtl.png differ diff --git a/rtdata/images/Dark/actions/undelete-thumbnail-rtl.png b/rtdata/images/Dark/actions/undelete-thumbnail-rtl.png new file mode 100644 index 000000000..cd17c41c0 Binary files /dev/null and b/rtdata/images/Dark/actions/undelete-thumbnail-rtl.png differ diff --git a/rtdata/images/Dark/actions/undelete-thumbnail.png b/rtdata/images/Dark/actions/undelete-thumbnail.png new file mode 100644 index 000000000..cd17c41c0 Binary files /dev/null and b/rtdata/images/Dark/actions/undelete-thumbnail.png differ diff --git a/rtdata/images/Dark/actions/undelete.png b/rtdata/images/Dark/actions/undelete.png new file mode 100644 index 000000000..dea361d9d Binary files /dev/null and b/rtdata/images/Dark/actions/undelete.png differ diff --git a/rtdata/images/Dark/actions/user-desktop.png b/rtdata/images/Dark/actions/user-desktop.png new file mode 100644 index 000000000..4b3e7ab6d Binary files /dev/null and b/rtdata/images/Dark/actions/user-desktop.png differ diff --git a/rtdata/images/Dark/actions/user-home.png b/rtdata/images/Dark/actions/user-home.png new file mode 100644 index 000000000..8e1e020be Binary files /dev/null and b/rtdata/images/Dark/actions/user-home.png differ diff --git a/rtdata/images/Dark/actions/warnhl.png b/rtdata/images/Dark/actions/warnhl.png new file mode 100644 index 000000000..ffeb32eeb Binary files /dev/null and b/rtdata/images/Dark/actions/warnhl.png differ diff --git a/rtdata/images/Dark/actions/warnsh.png b/rtdata/images/Dark/actions/warnsh.png new file mode 100644 index 000000000..20d90cbcd Binary files /dev/null and b/rtdata/images/Dark/actions/warnsh.png differ diff --git a/rtdata/images/Dark/actions/wbpicker16.png b/rtdata/images/Dark/actions/wbpicker16.png new file mode 100644 index 000000000..fe75bfde2 Binary files /dev/null and b/rtdata/images/Dark/actions/wbpicker16.png differ diff --git a/rtdata/images/Dark/actions/wbpicker16_test.png b/rtdata/images/Dark/actions/wbpicker16_test.png new file mode 100644 index 000000000..ef82380be Binary files /dev/null and b/rtdata/images/Dark/actions/wbpicker16_test.png differ diff --git a/rtdata/images/Dark/actions/wbpicker22.png b/rtdata/images/Dark/actions/wbpicker22.png new file mode 100644 index 000000000..00cd2293a Binary files /dev/null and b/rtdata/images/Dark/actions/wbpicker22.png differ diff --git a/rtdata/images/Dark/actions/x_10.png b/rtdata/images/Dark/actions/x_10.png new file mode 100644 index 000000000..816ddce93 Binary files /dev/null and b/rtdata/images/Dark/actions/x_10.png differ diff --git a/rtdata/images/Dark/devices/computer.png b/rtdata/images/Dark/devices/computer.png new file mode 100644 index 000000000..13895d772 Binary files /dev/null and b/rtdata/images/Dark/devices/computer.png differ diff --git a/rtdata/images/Dark/devices/drive-harddisk.png b/rtdata/images/Dark/devices/drive-harddisk.png new file mode 100644 index 000000000..13895d772 Binary files /dev/null and b/rtdata/images/Dark/devices/drive-harddisk.png differ diff --git a/rtdata/images/Dark/devices/drive-optical.png b/rtdata/images/Dark/devices/drive-optical.png new file mode 100644 index 000000000..09babc056 Binary files /dev/null and b/rtdata/images/Dark/devices/drive-optical.png differ diff --git a/rtdata/images/Dark/devices/drive-removable-media.png b/rtdata/images/Dark/devices/drive-removable-media.png new file mode 100644 index 000000000..3381c5a9b Binary files /dev/null and b/rtdata/images/Dark/devices/drive-removable-media.png differ diff --git a/rtdata/images/Dark/devices/gtk-cdrom.png b/rtdata/images/Dark/devices/gtk-cdrom.png new file mode 100644 index 000000000..09babc056 Binary files /dev/null and b/rtdata/images/Dark/devices/gtk-cdrom.png differ diff --git a/rtdata/images/Dark/devices/media-flash.png b/rtdata/images/Dark/devices/media-flash.png new file mode 100644 index 000000000..13895d772 Binary files /dev/null and b/rtdata/images/Dark/devices/media-flash.png differ diff --git a/rtdata/images/Dark/devices/media-floppy.png b/rtdata/images/Dark/devices/media-floppy.png new file mode 100644 index 000000000..3381c5a9b Binary files /dev/null and b/rtdata/images/Dark/devices/media-floppy.png differ diff --git a/rtdata/images/Dark/devices/media-optical-bd.png b/rtdata/images/Dark/devices/media-optical-bd.png new file mode 100644 index 000000000..09babc056 Binary files /dev/null and b/rtdata/images/Dark/devices/media-optical-bd.png differ diff --git a/rtdata/images/Dark/devices/media-optical-dvd.png b/rtdata/images/Dark/devices/media-optical-dvd.png new file mode 100644 index 000000000..09babc056 Binary files /dev/null and b/rtdata/images/Dark/devices/media-optical-dvd.png differ diff --git a/rtdata/images/Dark/devices/media-optical.png b/rtdata/images/Dark/devices/media-optical.png new file mode 100644 index 000000000..09babc056 Binary files /dev/null and b/rtdata/images/Dark/devices/media-optical.png differ diff --git a/rtdata/images/Dark/devices/media-tape.png b/rtdata/images/Dark/devices/media-tape.png new file mode 100644 index 000000000..13895d772 Binary files /dev/null and b/rtdata/images/Dark/devices/media-tape.png differ diff --git a/rtdata/images/Dark/index.theme b/rtdata/images/Dark/index.theme new file mode 100644 index 000000000..8912f3f5d --- /dev/null +++ b/rtdata/images/Dark/index.theme @@ -0,0 +1,42 @@ +[Icon Theme] +Name=RawTherapee-Dark +Comment=Dark theme for RawTherapee +Inherits=hicolor +Example=folder + +Directories=actions,apps,categories,devices,emblems,places,status + +[actions] +Size=22 +Context=Actions +Type=Fixed + +[apps] +Size=22 +Context=Applications +Type=Fixed + +[categories] +Size=22 +Context=Categories +Type=Fixed + +[devices] +Size=22 +Context=Devices +Type=Fixed + +[emblems] +Size=22 +Context=Emblems +Type=Fixed + +[places] +Size=22 +Context=Places +Type=Fixed + +[status] +Size=22 +Context=Status +Type=Fixed diff --git a/rtdata/images/Dark/places/folder.png b/rtdata/images/Dark/places/folder.png new file mode 100644 index 000000000..66c83e0b3 Binary files /dev/null and b/rtdata/images/Dark/places/folder.png differ diff --git a/rtdata/images/Dark/places/gtk-directory.png b/rtdata/images/Dark/places/gtk-directory.png new file mode 100644 index 000000000..66c83e0b3 Binary files /dev/null and b/rtdata/images/Dark/places/gtk-directory.png differ diff --git a/rtdata/images/Dark/places/user-desktop.png b/rtdata/images/Dark/places/user-desktop.png new file mode 100644 index 000000000..4b3e7ab6d Binary files /dev/null and b/rtdata/images/Dark/places/user-desktop.png differ diff --git a/rtdata/images/Dark/places/user-home.png b/rtdata/images/Dark/places/user-home.png new file mode 100644 index 000000000..8e1e020be Binary files /dev/null and b/rtdata/images/Dark/places/user-home.png differ diff --git a/rtdata/images/Light/.gtk-undo-ltr-small.png b/rtdata/images/Light/.gtk-undo-ltr-small.png new file mode 100644 index 000000000..867095e57 Binary files /dev/null and b/rtdata/images/Light/.gtk-undo-ltr-small.png differ diff --git a/rtdata/images/Light/.gtk-undo-ltr.png b/rtdata/images/Light/.gtk-undo-ltr.png new file mode 100644 index 000000000..4121f7e7c Binary files /dev/null and b/rtdata/images/Light/.gtk-undo-ltr.png differ diff --git a/rtdata/images/Light/.gtk-undo-rtl-small.png b/rtdata/images/Light/.gtk-undo-rtl-small.png new file mode 100644 index 000000000..d6c019ba3 Binary files /dev/null and b/rtdata/images/Light/.gtk-undo-rtl-small.png differ diff --git a/rtdata/images/Light/.gtk-undo-rtl.png b/rtdata/images/Light/.gtk-undo-rtl.png new file mode 100644 index 000000000..fc948ed73 Binary files /dev/null and b/rtdata/images/Light/.gtk-undo-rtl.png differ diff --git a/rtdata/images/Light/index.theme b/rtdata/images/Light/index.theme new file mode 100644 index 000000000..1188aa465 --- /dev/null +++ b/rtdata/images/Light/index.theme @@ -0,0 +1,42 @@ +[Icon Theme] +Name=RawTherapee-Light +Comment=Light theme for RawTherapee +Inherits=hicolor +Example=folder + +Directories=actions,apps,categories,devices,emblems,places,status + +[actions] +Size=22 +Context=Actions +Type=Fixed + +[apps] +Size=22 +Context=Applications +Type=Fixed + +[categories] +Size=22 +Context=Categories +Type=Fixed + +[devices] +Size=22 +Context=Devices +Type=Fixed + +[emblems] +Size=22 +Context=Emblems +Type=Fixed + +[places] +Size=22 +Context=Places +Type=Fixed + +[status] +Size=22 +Context=Status +Type=Fixed