diff -Nru smplayer-skins-15.2.0/Changelog smplayer-skins-20.11.0/Changelog --- smplayer-skins-15.2.0/Changelog 2015-02-03 00:51:42.000000000 +0000 +++ smplayer-skins-20.11.0/Changelog 2020-11-07 14:56:00.000000000 +0000 @@ -1,3 +1,7 @@ +Version 20.11.0 + * New theme Mint-Y by Mahdi Abdelkhalek. + (https://forum.smplayer.info/viewtopic.php?p=23424#p23424) + Version 15.2.0 * Replace some background images with gradients. diff -Nru smplayer-skins-15.2.0/clean_windows.cmd smplayer-skins-20.11.0/clean_windows.cmd --- smplayer-skins-15.2.0/clean_windows.cmd 1970-01-01 00:00:00.000000000 +0000 +++ smplayer-skins-20.11.0/clean_windows.cmd 2016-04-13 10:13:47.000000000 +0000 @@ -0,0 +1 @@ +for /f "tokens=*" %%b in ('dir /ad /b themes') do del themes\%%b\%%b.rcc \ No newline at end of file diff -Nru smplayer-skins-15.2.0/debian/changelog smplayer-skins-20.11.0/debian/changelog --- smplayer-skins-15.2.0/debian/changelog 2020-11-14 15:17:21.000000000 +0000 +++ smplayer-skins-20.11.0/debian/changelog 2020-11-14 15:17:21.000000000 +0000 @@ -1,4 +1,10 @@ -smplayer-skins (2:15.2.0-1~bionic1) bionic; urgency=low +smplayer-skins (2:20.11.0-1~bionic1) bionic; urgency=low + + * New theme Mint-Y by Mahdi Abdelkhalek. + + -- Ricardo Villalba Sat, 07 Nov 2020 15:47:44 +0100 + +smplayer-skins (2:15.2.0) precise; urgency=low * Replace some background images with gradients. diff -Nru smplayer-skins-15.2.0/debian/control smplayer-skins-20.11.0/debian/control --- smplayer-skins-15.2.0/debian/control 2020-11-14 15:17:21.000000000 +0000 +++ smplayer-skins-20.11.0/debian/control 2020-11-14 15:17:21.000000000 +0000 @@ -3,6 +3,7 @@ Priority: extra Maintainer: Ricardo Villalba Build-Depends: debhelper (>= 5), libqt4-dev +#Build-Depends: debhelper (>= 5), qtbase5-dev-tools Standards-Version: 3.7.2 Package: smplayer-skins diff -Nru smplayer-skins-15.2.0/debian-rvm/changelog smplayer-skins-20.11.0/debian-rvm/changelog --- smplayer-skins-15.2.0/debian-rvm/changelog 2015-02-03 00:51:42.000000000 +0000 +++ smplayer-skins-20.11.0/debian-rvm/changelog 2020-11-07 14:56:00.000000000 +0000 @@ -1,3 +1,9 @@ +smplayer-skins (2:20.11.0) xenial; urgency=low + + * New theme Mint-Y by Mahdi Abdelkhalek. + + -- Ricardo Villalba Sat, 07 Nov 2020 15:47:44 +0100 + smplayer-skins (2:15.2.0) precise; urgency=low * Replace some background images with gradients. diff -Nru smplayer-skins-15.2.0/debian-rvm/control smplayer-skins-20.11.0/debian-rvm/control --- smplayer-skins-15.2.0/debian-rvm/control 2015-03-14 01:17:06.000000000 +0000 +++ smplayer-skins-20.11.0/debian-rvm/control 2020-11-14 14:59:29.000000000 +0000 @@ -3,6 +3,7 @@ Priority: extra Maintainer: Ricardo Villalba Build-Depends: debhelper (>= 5), libqt4-dev +#Build-Depends: debhelper (>= 5), qtbase5-dev-tools Standards-Version: 3.7.2 Package: smplayer-skins diff -Nru smplayer-skins-15.2.0/Makefile smplayer-skins-20.11.0/Makefile --- smplayer-skins-15.2.0/Makefile 2014-08-19 02:40:46.000000000 +0000 +++ smplayer-skins-20.11.0/Makefile 2020-11-07 14:56:00.000000000 +0000 @@ -30,6 +30,11 @@ install -m 644 themes/Vista/Vista.rcc $(THEMES_PATH)/Vista/ install -m 644 themes/Vista/main.css $(THEMES_PATH)/Vista/ + - mkdir $(THEMES_PATH)/Mint-Y + install -m 644 themes/Mint-Y/Mint-Y.rcc $(THEMES_PATH)/Mint-Y/ + install -m 644 themes/Mint-Y/README.txt $(THEMES_PATH)/Mint-Y/ + install -m 644 themes/Mint-Y/main.css $(THEMES_PATH)/Mint-Y/ + clean: cd themes && make clean diff -Nru smplayer-skins-15.2.0/themes/Makefile smplayer-skins-20.11.0/themes/Makefile --- smplayer-skins-15.2.0/themes/Makefile 2014-08-19 02:40:12.000000000 +0000 +++ smplayer-skins-20.11.0/themes/Makefile 2020-11-07 14:56:00.000000000 +0000 @@ -1,4 +1,4 @@ -all: Black/Black.rcc Gonzo/Gonzo.rcc Mac/Mac.rcc Modern/Modern.rcc Vista/Vista.rcc +all: Black/Black.rcc Gonzo/Gonzo.rcc Mac/Mac.rcc Mint-Y/Mint-Y.rcc Modern/Modern.rcc Vista/Vista.rcc Black/Black.rcc: Black.qrc rcc -binary Black.qrc -o Black/Black.rcc @@ -9,6 +9,9 @@ Mac/Mac.rcc: Mac.qrc rcc -binary Mac.qrc -o Mac/Mac.rcc +Mint-Y/Mint-Y.rcc: Mint-Y.qrc + rcc -binary Mint-Y.qrc -o Mint-Y/Mint-Y.rcc + Modern/Modern.rcc: Modern.qrc rcc -binary Modern.qrc -o Modern/Modern.rcc @@ -19,5 +22,6 @@ -rm Black/Black.rcc -rm Gonzo/Gonzo.rcc -rm Mac/Mac.rcc + -rm Mint-Y/Mint-Y.rcc -rm Modern/Modern.rcc -rm Vista/Vista.rcc Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/add_bookmark.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/add_bookmark.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/a_marker.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/a_marker.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/angle.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/angle.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/aspect.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/aspect.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/audio_channels.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/audio_channels.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/audio_equalizer.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/audio_equalizer.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/audio_filters.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/audio_filters.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/audio_track.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/audio_track.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/background.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/background.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/bluray_drive.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/bluray_drive.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/bluray_hd.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/bluray_hd.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/bluray.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/bluray.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/b_marker.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/b_marker.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/bookmark_folder.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/bookmark_folder.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/bookmarks.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/bookmarks.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/brightness.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/brightness.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/cast.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/cast.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/cdda.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/cdda.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/cdrom_drive.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/cdrom_drive.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/chapter.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/chapter.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/check_updates.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/check_updates.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/chromecast.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/chromecast.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/clear_left.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/clear_left.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/cl_help.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/cl_help.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/close.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/close.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/compact.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/compact.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/conflict.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/conflict.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/contrast.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/contrast.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/contributors.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/contributors.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-bg-seekbar-buffering.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-bg-seekbar-buffering.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-bg-seekbar-left.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-bg-seekbar-left.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-bg-seekbar.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-bg-seekbar.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-bg-seekbar-progress.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-bg-seekbar-progress.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-bg-seekbar-right.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-bg-seekbar-right.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-bg-volumebar.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-bg-volumebar.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-bg-volumebar-progress.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-bg-volumebar-progress.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-button-equalizer.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-button-equalizer.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-button-fastforward.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-button-fastforward.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-button-fullscreen.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-button-fullscreen.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-button-max-volume.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-button-max-volume.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-button-min-volume.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-button-min-volume.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-button-next.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-button-next.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-button-playlist.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-button-playlist.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-button-play-pause.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-button-play-pause.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-button-previous.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-button-previous.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-button-record.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-button-record.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-button-repeat.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-button-repeat.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-button-rewind.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-button-rewind.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-button-seek-knob.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-button-seek-knob.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-button-shuffle.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-button-shuffle.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-button-stop.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-button-stop.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/control-button-volume-knob.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/control-button-volume-knob.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/copy.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/copy.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/crash.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/crash.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/deinterlace.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/deinterlace.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/delay_down.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/delay_down.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/delay_up.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/delay_up.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/delete.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/delete.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/donate_big.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/donate_big.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/donate.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/donate.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/download.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/download.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/download_subs.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/download_subs.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/down.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/down.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/dvd_drive.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/dvd_drive.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/dvd_hd.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/dvd_hd.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/dvd.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/dvd.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/equalizer.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/equalizer.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/exit.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/exit.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/faq.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/faq.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/favorite-add.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/favorite-add.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/favorite-folder.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/favorite-folder.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/favorite.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/favorite.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/find.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/find.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/flip.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/flip.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/folder_open.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/folder_open.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/forward10m.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/forward10m.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/forward10s.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/forward10s.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/forward1m.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/forward1m.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/fullscreen.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/fullscreen.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/guide.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/guide.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/info.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/info.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/input_devices.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/input_devices.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/instance1.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/instance1.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/instance2.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/instance2.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/keyboard.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/keyboard.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/license.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/license.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/logo.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/logo.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/logs.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/logs.png differ diff -Nru smplayer-skins-15.2.0/themes/Mint-Y/main.css smplayer-skins-20.11.0/themes/Mint-Y/main.css --- smplayer-skins-15.2.0/themes/Mint-Y/main.css 1970-01-01 00:00:00.000000000 +0000 +++ smplayer-skins-20.11.0/themes/Mint-Y/main.css 2020-11-07 14:56:00.000000000 +0000 @@ -0,0 +1,79 @@ +#menubar{ + color: #404040; + background-color: #d9d9d9; +} + +#menubar::item { + background: transparent; +} + +#menubar::item:selected { + background: #c8c8c8; +} + +#menubar::item:pressed { + background: #b7b7b7; +} + +IconSetter { + qproperty-backward: url(control-button-rewind.png); + qproperty-previous: url(control-button-previous.png); + qproperty-playPause: url(control-button-play-pause.png); + qproperty-stop: url(control-button-stop.png); + qproperty-record: url(control-button-record.png); + qproperty-next: url(control-button-next.png); + qproperty-forward: url(control-button-fastforward.png); + qproperty-repeat: url(control-button-repeat.png); + qproperty-shuffle: url(control-button-shuffle.png); +} + +#toolbar { + border-style: none; + background-color: #d9d9d9; +} + +#toolbar > QToolButton:hover { + border-style: none; + background: #c8c8c8; +} + +MediaBarPanel { + background-color: #d9d9d9; +} + +#panel-main-label { + color: #404040; +} + +#panel-resolution { + color: #404040; +} + +#panel-seeker { + qproperty-left: url(control-bg-seekbar-left.png); + qproperty-center: url(control-bg-seekbar.png); + qproperty-right: url(control-bg-seekbar-right.png); + qproperty-knob: url(control-button-seek-knob.png); + qproperty-progress: url(control-bg-seekbar-progress.png); + qproperty-buffering: url(control-bg-seekbar-buffering.png); +} + +#volume-control-panel { + qproperty-mute: url(control-button-min-volume.png); + qproperty-max: url(control-button-max-volume.png); + qproperty-fullscreen: url(control-button-fullscreen.png); + qproperty-playlist: url(control-button-playlist.png); + qproperty-equalizer: url(control-button-equalizer.png); + qproperty-volumebar: url(control-bg-volumebar.png); + qproperty-volumebarProgress: url(control-bg-volumebar-progress.png); + qproperty-volumeKnob: url(control-button-volume-knob.png); +} + +#panel-elapsed-label { + color: #404040; +} + +#panel-total-label { + color: #404040; +} + Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/minus.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/minus.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/mirror.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/mirror.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/monitor.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/monitor.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/mouse.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/mouse.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/mute.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/mute.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/next_aspect.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/next_aspect.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/next.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/next.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/ok.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/ok.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/ontop.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/ontop.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/open_disc.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/open_disc.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/open_favorites.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/open_favorites.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/openfolder.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/openfolder.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/open_playlist.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/open_playlist.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/open.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/open.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/open_radio.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/open_radio.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/open_tv.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/open_tv.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/osd.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/osd.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/pause.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/pause.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/paypal.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/paypal.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/playlist.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/playlist.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/play_pause.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/play_pause.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/play.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/play.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/plus.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/plus.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/pref_advanced.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/pref_advanced.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/pref_associations.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/pref_associations.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/pref_devices.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/pref_devices.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/pref_general.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/pref_general.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/pref_gui.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/pref_gui.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/pref_network.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/pref_network.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/pref_performance.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/pref_performance.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/pref_playlist.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/pref_playlist.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/prefs.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/prefs.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/pref_subtitles.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/pref_subtitles.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/pref_tv.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/pref_tv.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/pref_updates.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/pref_updates.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/previous.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/previous.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/qt.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/qt.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/quick_access_menu.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/quick_access_menu.png differ diff -Nru smplayer-skins-15.2.0/themes/Mint-Y/README.txt smplayer-skins-20.11.0/themes/Mint-Y/README.txt --- smplayer-skins-15.2.0/themes/Mint-Y/README.txt 1970-01-01 00:00:00.000000000 +0000 +++ smplayer-skins-20.11.0/themes/Mint-Y/README.txt 2020-11-07 14:56:00.000000000 +0000 @@ -0,0 +1,7 @@ +Theme created by Mahdi Abdelkhalek +a.mehdi@mail.com +License: GNU GENERAL PUBLIC LICENSE Version 3 + +Icons taken from Mint-Y-icons (Creative Commons Attribution-ShareAlike 4.0, https://github.com/linuxmint/mint-y-icons) +and +Adwaita Icon Theme (GNU LGPL v3 / Creative Commons Attribution-Share Alike 3.0, https://gitlab.gnome.org/GNOME/adwaita-icon-theme) Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/recents.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/recents.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/record.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/record.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/refresh.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/refresh.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/repeat.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/repeat.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/resize_window.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/resize_window.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/rewind10m.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/rewind10m.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/rewind10s.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/rewind10s.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/rewind1m.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/rewind1m.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/rotate.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/rotate.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/save.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/save.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/screenshot.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/screenshot.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/screenshots.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/screenshots.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/secondary_sub.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/secondary_sub.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/send_audio.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/send_audio.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/send_to_screen.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/send_to_screen.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/share.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/share.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/show_config.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/show_config.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/shuffle.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/shuffle.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/shutdown.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/shutdown.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/social_facebook.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/social_facebook.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/social_twitter.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/social_twitter.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/speaker.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/speaker.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/speed.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/speed.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/stereo3d.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/stereo3d.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/stereo_mode.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/stereo_mode.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/stop.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/stop.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/sub_down.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/sub_down.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/sub.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/sub.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/sub_up.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/sub_up.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/tablet_mode.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/tablet_mode.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/title.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/title.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/toolbars.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/toolbars.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/translators.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/translators.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/trash.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/trash.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/tubebrowser.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/tubebrowser.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/type_audio.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/type_audio.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/type_bluray.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/type_bluray.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/type_cdda.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/type_cdda.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/type_dvd.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/type_dvd.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/type_tv.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/type_tv.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/type_unknown.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/type_unknown.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/type_vcd.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/type_vcd.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/type_video.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/type_video.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/unload.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/unload.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/update_youtube.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/update_youtube.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/upload_subs.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/upload_subs.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/up.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/up.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/url_big.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/url_big.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/url.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/url.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/vcd.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/vcd.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/video_filters.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/video_filters.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/video_preview.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/video_preview.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/video_size.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/video_size.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/video_track.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/video_track.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/volume.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/volume.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/warning.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/warning.png differ Binary files /tmp/tmpclqf9G/Ad01alUKkT/smplayer-skins-15.2.0/themes/Mint-Y/zoom.png and /tmp/tmpclqf9G/2vErxEA1CM/smplayer-skins-20.11.0/themes/Mint-Y/zoom.png differ diff -Nru smplayer-skins-15.2.0/themes/Mint-Y.qrc smplayer-skins-20.11.0/themes/Mint-Y.qrc --- smplayer-skins-15.2.0/themes/Mint-Y.qrc 1970-01-01 00:00:00.000000000 +0000 +++ smplayer-skins-20.11.0/themes/Mint-Y.qrc 2020-11-07 14:56:00.000000000 +0000 @@ -0,0 +1,187 @@ + + + Mint-Y/a_marker.png + Mint-Y/add_bookmark.png + Mint-Y/angle.png + Mint-Y/aspect.png + Mint-Y/audio_channels.png + Mint-Y/audio_equalizer.png + Mint-Y/audio_filters.png + Mint-Y/audio_track.png + Mint-Y/b_marker.png + Mint-Y/background.png + Mint-Y/bluray.png + Mint-Y/bluray_drive.png + Mint-Y/bluray_hd.png + Mint-Y/bookmark_folder.png + Mint-Y/bookmarks.png + Mint-Y/brightness.png + Mint-Y/cast.png + Mint-Y/cdda.png + Mint-Y/cdrom_drive.png + Mint-Y/chapter.png + Mint-Y/check_updates.png + Mint-Y/chromecast.png + Mint-Y/cl_help.png + Mint-Y/clear_left.png + Mint-Y/close.png + Mint-Y/compact.png + Mint-Y/conflict.png + Mint-Y/contrast.png + Mint-Y/contributors.png + Mint-Y/control-bg-seekbar-buffering.png + Mint-Y/control-bg-seekbar-left.png + Mint-Y/control-bg-seekbar-progress.png + Mint-Y/control-bg-seekbar-right.png + Mint-Y/control-bg-seekbar.png + Mint-Y/control-bg-volumebar-progress.png + Mint-Y/control-bg-volumebar.png + Mint-Y/control-button-equalizer.png + Mint-Y/control-button-fastforward.png + Mint-Y/control-button-fullscreen.png + Mint-Y/control-button-max-volume.png + Mint-Y/control-button-min-volume.png + Mint-Y/control-button-next.png + Mint-Y/control-button-play-pause.png + Mint-Y/control-button-playlist.png + Mint-Y/control-button-previous.png + Mint-Y/control-button-record.png + Mint-Y/control-button-repeat.png + Mint-Y/control-button-rewind.png + Mint-Y/control-button-seek-knob.png + Mint-Y/control-button-shuffle.png + Mint-Y/control-button-stop.png + Mint-Y/control-button-volume-knob.png + Mint-Y/copy.png + Mint-Y/crash.png + Mint-Y/deinterlace.png + Mint-Y/delay_down.png + Mint-Y/delay_up.png + Mint-Y/delete.png + Mint-Y/donate.png + Mint-Y/donate_big.png + Mint-Y/down.png + Mint-Y/download.png + Mint-Y/download_subs.png + Mint-Y/dvd.png + Mint-Y/dvd_drive.png + Mint-Y/dvd_hd.png + Mint-Y/equalizer.png + Mint-Y/exit.png + Mint-Y/faq.png + Mint-Y/favorite-add.png + Mint-Y/favorite-folder.png + Mint-Y/favorite.png + Mint-Y/find.png + Mint-Y/flip.png + Mint-Y/folder_open.png + Mint-Y/forward10m.png + Mint-Y/forward10s.png + Mint-Y/forward1m.png + Mint-Y/fullscreen.png + Mint-Y/guide.png + Mint-Y/info.png + Mint-Y/input_devices.png + Mint-Y/instance1.png + Mint-Y/instance2.png + Mint-Y/keyboard.png + Mint-Y/license.png + Mint-Y/logo.png + Mint-Y/logs.png + Mint-Y/minus.png + Mint-Y/mirror.png + Mint-Y/monitor.png + Mint-Y/mouse.png + Mint-Y/mute.png + Mint-Y/next.png + Mint-Y/next_aspect.png + Mint-Y/ok.png + Mint-Y/ontop.png + Mint-Y/open.png + Mint-Y/open_disc.png + Mint-Y/open_favorites.png + Mint-Y/open_playlist.png + Mint-Y/open_radio.png + Mint-Y/open_tv.png + Mint-Y/openfolder.png + Mint-Y/osd.png + Mint-Y/pause.png + Mint-Y/paypal.png + Mint-Y/play.png + Mint-Y/play_pause.png + Mint-Y/playlist.png + Mint-Y/plus.png + Mint-Y/pref_advanced.png + Mint-Y/pref_associations.png + Mint-Y/pref_devices.png + Mint-Y/pref_general.png + Mint-Y/pref_gui.png + Mint-Y/pref_network.png + Mint-Y/pref_performance.png + Mint-Y/pref_playlist.png + Mint-Y/pref_subtitles.png + Mint-Y/pref_tv.png + Mint-Y/pref_updates.png + Mint-Y/prefs.png + Mint-Y/previous.png + Mint-Y/qt.png + Mint-Y/quick_access_menu.png + Mint-Y/recents.png + Mint-Y/record.png + Mint-Y/refresh.png + Mint-Y/repeat.png + Mint-Y/resize_window.png + Mint-Y/rewind10m.png + Mint-Y/rewind10s.png + Mint-Y/rewind1m.png + Mint-Y/rotate.png + Mint-Y/save.png + Mint-Y/screenshot.png + Mint-Y/screenshots.png + Mint-Y/secondary_sub.png + Mint-Y/send_audio.png + Mint-Y/send_to_screen.png + Mint-Y/share.png + Mint-Y/show_config.png + Mint-Y/shuffle.png + Mint-Y/shutdown.png + Mint-Y/social_facebook.png + Mint-Y/social_twitter.png + Mint-Y/speaker.png + Mint-Y/speed.png + Mint-Y/stereo3d.png + Mint-Y/stereo_mode.png + Mint-Y/stop.png + Mint-Y/sub.png + Mint-Y/sub_down.png + Mint-Y/sub_up.png + Mint-Y/tablet_mode.png + Mint-Y/title.png + Mint-Y/toolbars.png + Mint-Y/translators.png + Mint-Y/trash.png + Mint-Y/tubebrowser.png + Mint-Y/type_audio.png + Mint-Y/type_bluray.png + Mint-Y/type_cdda.png + Mint-Y/type_dvd.png + Mint-Y/type_tv.png + Mint-Y/type_unknown.png + Mint-Y/type_vcd.png + Mint-Y/type_video.png + Mint-Y/unload.png + Mint-Y/up.png + Mint-Y/update_youtube.png + Mint-Y/upload_subs.png + Mint-Y/url.png + Mint-Y/url_big.png + Mint-Y/vcd.png + Mint-Y/video_filters.png + Mint-Y/video_preview.png + Mint-Y/video_size.png + Mint-Y/video_track.png + Mint-Y/volume.png + Mint-Y/warning.png + Mint-Y/zoom.png + +