about summary refs log tree commit diff
path: root/pkgs/applications/emulators/yuzu/yuzu-free-icons.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/emulators/yuzu/yuzu-free-icons.patch')
-rw-r--r--pkgs/applications/emulators/yuzu/yuzu-free-icons.patch1183
1 files changed, 1183 insertions, 0 deletions
diff --git a/pkgs/applications/emulators/yuzu/yuzu-free-icons.patch b/pkgs/applications/emulators/yuzu/yuzu-free-icons.patch
new file mode 100644
index 0000000000000..e150a54ee8aa2
--- /dev/null
+++ b/pkgs/applications/emulators/yuzu/yuzu-free-icons.patch
@@ -0,0 +1,1183 @@
+From 23e02aec6ff6b0823c2e66f5cff737e0cd430a22 Mon Sep 17 00:00:00 2001
+From: Kyle K <190571+Docteh@users.noreply.github.com>
+Date: Mon, 28 Mar 2022 14:44:12 -0700
+Subject: [PATCH 1/2] Moving Icons away from CC BY-ND 3.0 for FOSS packaging
+ purposes
+
+I've seen some comments stating that sharing pre-compiled packages
+of yuzu is problematic for linux distributions due to some contents
+having license of CC BY-ND 3.0
+
+Sources for the icons have been updated in the dist/license.md document
+
+Also a note has been added to call attention to the two copies of a QT theme
+called QDarkStyleSheet
+---
+ dist/license.md                               |  63 ++++++++++--------
+ dist/qt_themes/colorful/icons/48x48/plus.png  | Bin 496 -> 232 bytes
+ .../colorful/icons/48x48/sd_card.png          | Bin 680 -> 760 bytes
+ dist/qt_themes/colorful/icons/48x48/star.png  | Bin 1248 -> 1330 bytes
+ .../qt_themes/default/icons/16x16/checked.png | Bin 657 -> 414 bytes
+ dist/qt_themes/default/icons/16x16/failed.png | Bin 524 -> 361 bytes
+ dist/qt_themes/default/icons/16x16/lock.png   | Bin 279 -> 318 bytes
+ .../default/icons/256x256/plus_folder.png     | Bin 3135 -> 3521 bytes
+ .../default/icons/48x48/bad_folder.png        | Bin 1088 -> 1007 bytes
+ dist/qt_themes/default/icons/48x48/chip.png   | Bin 15070 -> 511 bytes
+ dist/qt_themes/default/icons/48x48/folder.png | Bin 410 -> 535 bytes
+ dist/qt_themes/default/icons/48x48/plus.png   | Bin 316 -> 274 bytes
+ .../qt_themes/default/icons/48x48/sd_card.png | Bin 614 -> 638 bytes
+ dist/qt_themes/default/icons/48x48/star.png   | Bin 686 -> 1029 bytes
+ .../qt_themes/qdarkstyle/icons/16x16/lock.png | Bin 304 -> 343 bytes
+ .../qdarkstyle/icons/256x256/plus_folder.png  | Bin 3438 -> 3931 bytes
+ .../qdarkstyle/icons/48x48/bad_folder.png     | Bin 1098 -> 1061 bytes
+ .../qt_themes/qdarkstyle/icons/48x48/chip.png | Bin 15120 -> 551 bytes
+ .../qdarkstyle/icons/48x48/folder.png         | Bin 542 -> 594 bytes
+ .../qt_themes/qdarkstyle/icons/48x48/plus.png | Bin 339 -> 297 bytes
+ .../qdarkstyle/icons/48x48/sd_card.png        | Bin 676 -> 679 bytes
+ .../qt_themes/qdarkstyle/icons/48x48/star.png | Bin 725 -> 1055 bytes
+ .../icons/16x16/lock.png                      | Bin 304 -> 343 bytes
+ .../icons/256x256/plus_folder.png             | Bin 3438 -> 3931 bytes
+ .../icons/48x48/bad_folder.png                | Bin 1098 -> 1061 bytes
+ .../icons/48x48/chip.png                      | Bin 15120 -> 551 bytes
+ .../icons/48x48/folder.png                    | Bin 542 -> 594 bytes
+ .../icons/48x48/plus.png                      | Bin 339 -> 297 bytes
+ .../icons/48x48/sd_card.png                   | Bin 676 -> 679 bytes
+ .../icons/48x48/star.png                      | Bin 725 -> 1055 bytes
+ 30 files changed, 37 insertions(+), 26 deletions(-)
+
+diff --git a/dist/license.md b/dist/license.md
+index 7bdebfec1fccdf97a4cf24a1eddd94638d510d8b..745256c32947aeb5d77bae10bc3cce666542967e 100644
+--- a/dist/license.md
++++ b/dist/license.md
+@@ -2,34 +2,45 @@ The icons in this folder and its subfolders have the following licenses:
+ 
+ Icon Name | License | Origin/Author
+ --- | --- | ---
+-qt_themes/default/icons/16x16/checked.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/default/icons/16x16/failed.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/default/icons/16x16/lock.png | CC BY-ND 3.0 | https://icons8.com
++qt_themes/default/icons/16x16/checked.png |Apache 2.0 | https://github.com/google/material-design-icons/ (modified)
++qt_themes/default/icons/16x16/failed.png | Apache 2.0 | https://github.com/google/material-design-icons/ (modified)
++qt_themes/default/icons/16x16/lock.png | Apache 2.0 | https://github.com/google/material-design-icons/
+ qt_themes/default/icons/16x16/view-refresh.png | Apache 2.0 | https://material.io
+-qt_themes/default/icons/256x256/plus_folder.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/default/icons/48x48/bad_folder.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/default/icons/48x48/chip.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/default/icons/48x48/folder.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/default/icons/48x48/plus.png | CC0 1.0 | Designed by BreadFish64 from the Citra team
+-qt_themes/default/icons/48x48/sd_card.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/default/icons/48x48/star.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/qdarkstyle/icons/16x16/lock.png | CC BY-ND 3.0 | https://icons8.com
++qt_themes/default/icons/256x256/plus_folder.png | MIT | https://github.com/tailwindlabs/heroicons
++qt_themes/default/icons/48x48/bad_folder.png | MIT | https://github.com/tailwindlabs/heroicons
++qt_themes/default/icons/48x48/chip.png | MIT | https://github.com/tailwindlabs/heroicons
++qt_themes/default/icons/48x48/folder.png | MIT | https://github.com/tailwindlabs/heroicons
++qt_themes/default/icons/48x48/plus.png | MIT | https://github.com/tailwindlabs/heroicons
++qt_themes/default/icons/48x48/sd_card.png | CC0 1.0 | SVG Repo https://www.svgrepo.com/svg/70351/sd-card
++qt_themes/default/icons/48x48/star.png | MIT | https://github.com/tailwindlabs/heroicons
++qt_themes/qdarkstyle/icons/16x16/lock.png | Apache 2.0 | https://github.com/google/material-design-icons/
+ qt_themes/qdarkstyle/icons/16x16/view-refresh.png | Apache 2.0 | https://material.io
+-qt_themes/qdarkstyle/icons/256x256/plus_folder.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/qdarkstyle/icons/48x48/bad_folder.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/qdarkstyle/icons/48x48/chip.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/qdarkstyle/icons/48x48/folder.png | CC BY-ND 3.0 | https://icons8.com
++qt_themes/qdarkstyle/icons/256x256/plus_folder.png | MIT | https://github.com/tailwindlabs/heroicons
++qt_themes/qdarkstyle/icons/48x48/bad_folder.png | MIT | https://github.com/tailwindlabs/heroicons
++qt_themes/qdarkstyle/icons/48x48/chip.png | MIT | https://github.com/tailwindlabs/heroicons
++qt_themes/qdarkstyle/icons/48x48/folder.png | MIT | https://github.com/tailwindlabs/heroicons
+ qt_themes/qdarkstyle/icons/48x48/plus.png | CC0 1.0 | Designed by BreadFish64 from the Citra team
+-qt_themes/qdarkstyle/icons/48x48/sd_card.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/qdarkstyle/icons/48x48/star.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/colorful/icons/16x16/lock.png | CC BY-ND 3.0 | https://icons8.com
++qt_themes/qdarkstyle/icons/48x48/sd_card.png | CC0 1.0 | SVG Repo https://www.svgrepo.com/svg/70351/sd-card
++qt_themes/qdarkstyle/icons/48x48/star.png | MIT | https://github.com/tailwindlabs/heroicons
++qt_themes/qdarkstyle/ | MIT/CC BY 4.0 | Upstream https://github.com/ColinDuquesnoy/QDarkStyleSheet
++
++qt_themes/qdarkstyle_midnight_blue/icons | See above | See the above qt_themes/qdarkstyle/icons entries
++qt_themes/qdarkstyle_midnight_blue/ | MIT/CC BY 4.0 | Upstream https://github.com/ColinDuquesnoy/QDarkStyleSheet
++
++qt_themes/colorful/icons/16x16/lock.png | MIT | https://github.com/icons8/flat-color-icons
+ qt_themes/colorful/icons/16x16/view-refresh.png | Apache 2.0 | https://material.io
+-qt_themes/colorful/icons/256x256/plus_folder.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/colorful/icons/48x48/bad_folder.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/colorful/icons/48x48/chip.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/colorful/icons/48x48/folder.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/colorful/icons/48x48/plus.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/colorful/icons/48x48/sd_card.png | CC BY-ND 3.0 | https://icons8.com
+-qt_themes/colorful/icons/48x48/star.png | CC BY-ND 3.0 | https://icons8.com
++qt_themes/colorful/icons/256x256/plus_folder.png | MIT | https://github.com/icons8/flat-color-icons (modified)
++qt_themes/colorful/icons/48x48/bad_folder.png | MIT | https://github.com/icons8/flat-color-icons (modified)
++qt_themes/colorful/icons/48x48/chip.png | MIT | https://github.com/icons8/flat-color-icons (modified)
++qt_themes/colorful/icons/48x48/folder.png | MIT | https://github.com/icons8/flat-color-icons
++qt_themes/colorful/icons/48x48/plus.png | Apache 2.0 | https://remixicon.com/ (modified)
++qt_themes/colorful/icons/48x48/sd_card.png | CC0 1.0 | https://www.svgrepo.com/svg/276818/sd-card
++qt_themes/colorful/icons/48x48/star.png | CC0 1.0 | https://www.svgrepo.com/svg/13674/star
++
++qt_themes/colorful_dark/icons/16x16/lock.png | MIT | https://github.com/icons8/flat-color-icons (modified)
++qt_themes/colorful_dark/icons/16x16/view-refresh.png | Apache 2.0 | https://material.io
++
++qt_themes/colorful_midnight_blue/icons/16x16/lock.png | MIT | https://github.com/icons8/flat-color-icons (modified)
++qt_themes/colorful_midnight_blue/icons/16x16/view-refresh.png | Apache 2.0 | https://material.io
+ 
+-<!-- TODO: Add the license of the yuzu icon -->
+\ No newline at end of file
++<!-- TODO: Add the license of the yuzu icon -->
+diff --git a/dist/qt_themes/colorful/icons/48x48/plus.png b/dist/qt_themes/colorful/icons/48x48/plus.png
+index bc2c47c91a761228dc4ebdc8df8713119d5fec3a..ff3cf889e467cfa18e1af577ceff6b3931c5290c 100644
+--- a/dist/qt_themes/colorful/icons/48x48/plus.png
++++ b/dist/qt_themes/colorful/icons/48x48/plus.png
+@@ -1,3 +1,3 @@
+ PNG

+ 
+-
+\ No newline at end of file
++
+\ No newline at end of file
+diff --git a/dist/qt_themes/colorful/icons/48x48/sd_card.png b/dist/qt_themes/colorful/icons/48x48/sd_card.png
+index 29be71a0d4307c9653e22a31e77e43e87a907beb..5a81693cb0d95c36b65793a91628867742e27374 100644
+--- a/dist/qt_themes/colorful/icons/48x48/sd_card.png
++++ b/dist/qt_themes/colorful/icons/48x48/sd_card.png
+@@ -1,6 +1,5 @@
+ PNG

+ 
+-
+-y+JO;W7Ÿ៍ ߤT\@d15Dz)A9y~ܑt=1ϞzsbU#PTTTTTTTTTTTTT
+--y`bS.^7tbE'nsA_֥¯kU%6ת?x%k,^w!Зl,q
+-(
+\ No newline at end of file
++
++suqќl.@CC}
Tz%O^97V<q*3)~rMe6f\#iU|Zw&\c
++N3V qf B%?RJ'BwSlW/F!~*'sMqRl.5q1IkX>AkIr!$eYPBűpuF`5e<Kb92
+\ No newline at end of file
+diff --git a/dist/qt_themes/colorful/icons/48x48/star.png b/dist/qt_themes/colorful/icons/48x48/star.png
+index 43b5d52ed7cca57aec41d75670cf29cfa98e849d..5798992ed990bb95cb354bb5108cec972693e220 100644
+--- a/dist/qt_themes/colorful/icons/48x48/star.png
++++ b/dist/qt_themes/colorful/icons/48x48/star.png
+@@ -1,8 +1,7 @@
+ PNG

+ 
+-
+-*	*, +]AsRXKEҴݝٹϿ33wڇ0;ss20a6a7%ս!g+zۧ4</đNj#(
+-WO#9|残zۧ6c
+-I1u⬟;$}i0falffDn5CixL18U8;}	g㫠ˮ`$*cZB;Q
˯|Dw*U:bxҙB%Ӿ
+-܇H7/_dʹŒw
+-R2Gh2RP_3:AX:L_&@(	Cȵ(~C4U?lkZCwZ[;mCePvdD8S[{[mG̕DK%A1.S=`(]`5:5EeOm|	ZT⩀!snݶZ_D+klCTRBP@y`|KJӡ~Ͱ<|K>;L2c̜uYؤoz4ĤQĞ	?ؿIMu
+\ No newline at end of file
++
++݁mK O7׈YVݲ8LPcvXՁ|_b,RiL~3TTe'ĭ-wc7.2
++NAUͰ=&s9Gӭ, FUN뚣Mw6
++-qx{]<Q`HY9鞧xŞ~bBs&`غy}eRٍDΔn^ЕJ1s/JLV	儱hrewId9\avWft`] '%آYsOpΩKxn֊}и+%CT^$>P֚[l">P80"9 LwѻZL"dsC55-?
++>0wGT9]@/"E
}AVDRf;肨>7;)~
,̠8Dekp7|{C
+\ No newline at end of file
+diff --git a/dist/qt_themes/default/icons/16x16/checked.png b/dist/qt_themes/default/icons/16x16/checked.png
+index 3e017b715802d120d3c93343e374ef3566c954d3..b9e64e9e083479d3ee98f767e7db0afa918733a4 100644
+--- a/dist/qt_themes/default/icons/16x16/checked.png
++++ b/dist/qt_themes/default/icons/16x16/checked.png
+@@ -1,3 +1,4 @@
+ PNG

+ 
+-
+\ No newline at end of file
++
++1{>a%>4Ž7_5/	anl&s5}hRm,$ʗ.r&{ՌF&M$\Gi3D\2\z!4G
i:)&VOA*{'h=T@.&u-9/V
+\ No newline at end of file
+diff --git a/dist/qt_themes/default/icons/16x16/failed.png b/dist/qt_themes/default/icons/16x16/failed.png
+index 7c4047dd0842e321cb89bd20038772bafc6300cd..1fea7d8f1591573cfac8f772d030a6fdb43fe2a8 100644
+--- a/dist/qt_themes/default/icons/16x16/failed.png
++++ b/dist/qt_themes/default/icons/16x16/failed.png
+@@ -1,8 +1,4 @@
+ PNG

+ 
+-
+->tkQ'xk[}U^0f ʾV@jPa%*
+-a+<+F%C\8G3ION݌mHM`90?A6;[QRf *
+-n"sʚ~
+-+w9%$_[>Dem`S9Kބ*b@مXH
+-2-
+\ No newline at end of file
++
++J<W(
+\ No newline at end of file
+diff --git a/dist/qt_themes/default/icons/16x16/lock.png b/dist/qt_themes/default/icons/16x16/lock.png
+index 496b58078983bc3c4f7dc2808fd02b8deb8b7b67..69d399050804cfa45e00850d4330a5b7cfaa3a43 100644
+--- a/dist/qt_themes/default/icons/16x16/lock.png
++++ b/dist/qt_themes/default/icons/16x16/lock.png
+@@ -1,7 +1,6 @@
+ PNG

+ 
+-
+-
+-
+-[_㡽p8+-7xB\eqOiW`;b)3jq혂s/N1}$c2LUqOl>T&3
+-
+\ No newline at end of file
++
++1Ex[AkSsXyS۪ڨ$3f!0W6~/(&w%]
++qWiߘ7
++qW!5-_!V]|备^Oþ<S9`2"IALRd$')
ʍINR-LrG$xr&*X靼8`9e
+\ No newline at end of file
+diff --git a/dist/qt_themes/default/icons/256x256/plus_folder.png b/dist/qt_themes/default/icons/256x256/plus_folder.png
+index ae4afccc768e0a2163b23d5c457a821ef536dd73..3a49669a3ae3f0ea46ebd5ddd0e51f2b31b37d47 100644
+--- a/dist/qt_themes/default/icons/256x256/plus_folder.png
++++ b/dist/qt_themes/default/icons/256x256/plus_folder.png
+@@ -1,12 +1,18 @@
+ PNG

+ 
+-
+-[l
+-xX+͐rttYQB@{8~?SeEJ
+-
+-aĿͻYNG#f
+-=D?	j;a)l><FX
h
+-ި!LtHkG;]A8|"I]?J[`oRT$k`]?NX.$;yMc4
+-<pp/p"~I嵖ps_q!(JR~OX8tU-[O8̐Ftd/=D8G

+-<6NJf<R<"IJ}'&-條}="-MniQVOX2\RskKwGA?Z
+- 3HXٷ$I$I$I$I?tEZ
+\ No newline at end of file
++
++Љݕ+(/(i'(*@tk*˔Зt7(@g?D]	}I4jG*%#
++E
++
++
++
++
++
++@zlH9((!
++@zfYJpMYo1?SvQ
++@Z1 AHKϯH
++],*&s{Z#
++@=7USI
z~[MWSP?YPU΢Yp\
++@}*
++eDq+gѡÕ{Y0st
++@3&XBL^ݮcD\,SP^PKS[ck4=x\㋥rU,V||%-hV~ZFRC{Rb`\}{ кo:
+\ No newline at end of file
+diff --git a/dist/qt_themes/default/icons/48x48/bad_folder.png b/dist/qt_themes/default/icons/48x48/bad_folder.png
+index 2527c1318575236c92c8111413bcdf1caeacbd27..364ec646f6f1c6b5b632fb68efd2602aa2c87f25 100644
+--- a/dist/qt_themes/default/icons/48x48/bad_folder.png
++++ b/dist/qt_themes/default/icons/48x48/bad_folder.png
+@@ -1,8 +1,7 @@
+ PNG

+ 
+-
+-V)C5"*>f+VMNlQ?v=rBM4qq~h[ \
+-MQ) j4Dx
+-b`˗e-NWgǁޠ[WPs١q+Ǎs`3w3lLնqx?F˦O&8v~ 
+-(I'
+-"6cA`MZZqhۊπ69FZā5gm\5l2X*DFkՂiQ^,}-
+\ No newline at end of file
++
++\w2."/7삲d*4Om$uvxԲ
++Qbx(M<WYЉ7)^%PCD	h^C{;O6)dJ#p0b,_JFZy'qbŴNLx"z<{L$QZ@xsCGI06VT)j@,֏W1^}b:yy'T"!j,*e/]юƆx%`Bf L 3gmhi;g_3õh{ q ]`
~R	r/54b=c"MPikn
++ `])AȖE9s(ss[LR	}DdP<OK1ptmRH3DG'zvbN5]`vCᎦ}>Z\
+++kh7g/H_CmiYHmNo@s0	]tA
Qjk-La7wlh>VtAAz:&q:HV@;ȑ#[&<!\(
+\ No newline at end of file
+diff --git a/dist/qt_themes/default/icons/48x48/chip.png b/dist/qt_themes/default/icons/48x48/chip.png
+index 3efdf301eb52a587f18b7d2f94d6ea64773a0231..1b573d51af66864f03a7e20179d3ea4d5f36a012 100644
+--- a/dist/qt_themes/default/icons/48x48/chip.png
++++ b/dist/qt_themes/default/icons/48x48/chip.png
+@@ -1,163 +1,6 @@
+ PNG

+ 
+-
+-<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01        ">
+-   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+-      <rdf:Description rdf:about=""
+-            xmlns:xmp="http://ns.adobe.com/xap/1.0/"
+-            xmlns:dc="http://purl.org/dc/elements/1.1/"
+-            xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/"
+-            xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
+-            xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#"
+-            xmlns:tiff="http://ns.adobe.com/tiff/1.0/"
+-            xmlns:exif="http://ns.adobe.com/exif/1.0/">
+-         <xmp:CreatorTool>Adobe Photoshop CC 2017 (Windows)</xmp:CreatorTool>
+-         <xmp:CreateDate>2018-07-25T20:26:27+08:00</xmp:CreateDate>
+-         <xmp:ModifyDate>2018-07-25T20:30:37+08:00</xmp:ModifyDate>
+-         <xmp:MetadataDate>2018-07-25T20:30:37+08:00</xmp:MetadataDate>
+-         <dc:format>image/png</dc:format>
+-         <photoshop:ColorMode>3</photoshop:ColorMode>
+-         <xmpMM:InstanceID>xmp.iid:a03a1ab2-4145-5444-bda5-17fcd23a669a</xmpMM:InstanceID>
+-         <xmpMM:DocumentID>xmp.did:a03a1ab2-4145-5444-bda5-17fcd23a669a</xmpMM:DocumentID>
+-         <xmpMM:OriginalDocumentID>xmp.did:a03a1ab2-4145-5444-bda5-17fcd23a669a</xmpMM:OriginalDocumentID>
+-         <xmpMM:History>
+-            <rdf:Seq>
+-               <rdf:li rdf:parseType="Resource">
+-                  <stEvt:action>created</stEvt:action>
+-                  <stEvt:instanceID>xmp.iid:a03a1ab2-4145-5444-bda5-17fcd23a669a</stEvt:instanceID>
+-                  <stEvt:when>2018-07-25T20:26:27+08:00</stEvt:when>
+-                  <stEvt:softwareAgent>Adobe Photoshop CC 2017 (Windows)</stEvt:softwareAgent>
+-               </rdf:li>
+-            </rdf:Seq>
+-         </xmpMM:History>
+-         <tiff:Orientation>1</tiff:Orientation>
+-         <tiff:XResolution>960000/10000</tiff:XResolution>
+-         <tiff:YResolution>960000/10000</tiff:YResolution>
+-         <tiff:ResolutionUnit>2</tiff:ResolutionUnit>
+-         <exif:ColorSpace>65535</exif:ColorSpace>
+-         <exif:PixelXDimension>48</exif:PixelXDimension>
+-         <exif:PixelYDimension>48</exif:PixelYDimension>
+-      </rdf:Description>
+-   </rdf:RDF>
+-</x:xmpmeta>
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                            
+-<?xpacket end="w"?>6
+\ No newline at end of file
++
++^f_Mck"$7EgdYjL+s`[<t6MVD41L,h
++(;`
Td1p++= 9+4asar n-
++XE`(ZYމSJ׷oAHmFy4Z5}GZ% )-hYN|-!:Cl!)RF9E. 5Ԍ
+\ No newline at end of file
+diff --git a/dist/qt_themes/default/icons/48x48/folder.png b/dist/qt_themes/default/icons/48x48/folder.png
+index 2e67d8b38fe9219a9bee674472f6a1356cae3698..507337fae59964244795a3b0bc528e07de52df3e 100644
+--- a/dist/qt_themes/default/icons/48x48/folder.png
++++ b/dist/qt_themes/default/icons/48x48/folder.png
+@@ -1,4 +1,6 @@
+ PNG

+ 
+-
+--U`i@6	|/|CN<眄p"e`KhTm`4a*
+\ No newline at end of file
++
++%>u
++:$|-RPz;FvfWIw7w)x<|S44b'6b%>1W'،5aVHkb_V@V=!8Mͩ_Q*6zI|ka'ce0΢9pRrK@}%EpO^,J1D7Wj&	p(]HG5}s=j(,?4M,rf1JKX\p5>k|
++O{p.ӭ
+\ No newline at end of file
+diff --git a/dist/qt_themes/default/icons/48x48/plus.png b/dist/qt_themes/default/icons/48x48/plus.png
+index dbc74687b177ea85ffa48be3864db8a49bed76cb..ba7b62aaf7e681348c0780f96f929425bb75f4c0 100644
+--- a/dist/qt_themes/default/icons/48x48/plus.png
++++ b/dist/qt_themes/default/icons/48x48/plus.png
+@@ -1,3 +1,3 @@
+ PNG

+ 
+-
+\ No newline at end of file
++
+\ No newline at end of file
+diff --git a/dist/qt_themes/default/icons/48x48/sd_card.png b/dist/qt_themes/default/icons/48x48/sd_card.png
+index edacaeeb5629c5cf4a86d24eb35a4d37c45bfa77..8a8682133a1da5bcffa2612334db7badf4c5a6a4 100644
+--- a/dist/qt_themes/default/icons/48x48/sd_card.png
++++ b/dist/qt_themes/default/icons/48x48/sd_card.png
+@@ -1,6 +1,5 @@
+ PNG

+ 
+-
+-\1>\ƍ?UGF=Z#?+06g9=oRaZڤ4yL=UݮU|զU/_"8؜ݣt=~U߰Qg#=ҷi1ۑx;PY+*dwNoɨ}`RS8KBC^vp*BR&HM 59@jr
+-ްq)\
+-a#Rq+R`(:N.c'P*3iS
+\ No newline at end of file
++
++KT*!QqJDN$Pt$3vJLvٙ;s|&2uR'$> 1xT#A7jb<&PV`M2nh3%Eono9ߟx@ө}_d|/~<k=Hm``ND5tZbϜxOěofe	h2_&
++<Fqi(;O]4 %]pzr*4Y7|n`QKRЀ8i!-A7Bql3`g6΀m8ql3𖪊hj("'pj:i=0	̌
+\ No newline at end of file
+diff --git a/dist/qt_themes/default/icons/48x48/star.png b/dist/qt_themes/default/icons/48x48/star.png
+index 740f7f3e75da9160a8db6a1941b159509a7ab8ee..c2b78f0c3e543913b18d4f95956109c7d2646ba8 100644
+--- a/dist/qt_themes/default/icons/48x48/star.png
++++ b/dist/qt_themes/default/icons/48x48/star.png
+@@ -1,8 +1,4 @@
+ PNG

+ 
+-
+-Pj5"QI<4:
+-$]#	wV|d̜sЦM%1/$zb
0VaF%SljBF;.('OXF9yjfϱL0S>%ze
/+0v\]-Ƶ
+-?4n`~뻴-,V~wzlΑk}%L\̶$k9ۏ{cx'lC
+-wu^Ob/V2#>pߕOa]kѬ)1_7|j<+Q~[ʧ,ǣ_aݿʧt?fɧtfWs.-,)r9
EӕyEv̫ǎ5g",͞B
+-܁!ּIEysמ
!ul2q'1cΤ[jd,ʫ༰o(fwL>SHaA_`:F{MtT=gUl]LrR3U㒩()<
I4Vpv7,/Q6
+\ No newline at end of file
++
++_z%4GMtP/|b	z#N=%Z]bP)1}˸k8;p)*_
+\ No newline at end of file
+diff --git a/dist/qt_themes/qdarkstyle/icons/16x16/lock.png b/dist/qt_themes/qdarkstyle/icons/16x16/lock.png
+index c750a39e855800fe4cde217a1bf28f841030e501..7e63927b2c047718f80ec29512472f1a2d9d357e 100644
+--- a/dist/qt_themes/qdarkstyle/icons/16x16/lock.png
++++ b/dist/qt_themes/qdarkstyle/icons/16x16/lock.png
+@@ -1,3 +1,5 @@
+ PNG

+ 
+-
+\ No newline at end of file
++
++0B٩B
++7U]KXL~^^m	K`j4&\IƬ%j\#XګOQ\@
[ƽ07ؓ阱Z9u![CzsQF;h@ߘ*
|8'8H`_25`q
+\ No newline at end of file
+diff --git a/dist/qt_themes/qdarkstyle/icons/256x256/plus_folder.png b/dist/qt_themes/qdarkstyle/icons/256x256/plus_folder.png
+index 303f9a321890fc4c2054e2cff498adf23f654b70..002101114d150e304765a3466be9bf267ae96382 100644
+--- a/dist/qt_themes/qdarkstyle/icons/256x256/plus_folder.png
++++ b/dist/qt_themes/qdarkstyle/icons/256x256/plus_folder.png
+@@ -1,17 +1,47 @@
+ PNG

+ 
+-
+-,b
+-lv
+- 3.|q'_k""^a 3WWg41^=
+-ny@f;@D`D+DWd)uĩG"AT 3,8pD\:2Td_z-ȭoFAT9tf~WxgD,Du
+-3@f
+-
cMf_:78A4ex%54p` -=2IYQ=!4JP􀕥Chhe+57$?/5T:=|`Rc"3}:d
+-x;/
+-Y
+-\gΡ!Y
+-?1,̷g
+-cX
+-E:ʜH7_GĖ9ƞ@qpO? U*fH
+-EHP͓!Xp/EٶgND̩,*@,2z?"<oBY
+-2̼@/"ZK6d%:%3g懁
-Ms;@&<zK}fg7ɒ`mZ,`oV1W%U:"]
+\ No newline at end of file
++
++Ο/	$nG(E a	>+
++Ca$F
++#H G
++@fGQ!qzPqL +(
++%
++
++X
++
++@ԙj]M>\v;8/=OgEH:rR|c;c QDn.ebA9z	a
++@Zm AHK-@HK'LBx2Q
++^󽮽"&m#}͏zx]=@hC|ZL(N^	О_(ts(
++@9
++@9oآr[bP
++@hGe:>ktob1Ga:zҲ֫/V2QU)UySaR)˔G腹T,
++@B\U=iT.
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++@Zތmވ-@HK˱E(
++@ZU
cw 4
Gn;
++@z.QW*B{łc}MjE*(
++@}r2=gF<S0[mL8.s=FʞTeC^PD{TV_j*q8EJ}@$VC}r5J]$
++VVG
o.ea@".^ۀiP
++@;U}vD'
{`Uf"5Dž9
+\ No newline at end of file
+diff --git a/dist/qt_themes/qdarkstyle/icons/48x48/bad_folder.png b/dist/qt_themes/qdarkstyle/icons/48x48/bad_folder.png
+index 4a9709623476fcf4070c4e3da2bb17375222082e..245f96c7ba65c9a792abc01a1b76c39accd3ee5e 100644
+--- a/dist/qt_themes/qdarkstyle/icons/48x48/bad_folder.png
++++ b/dist/qt_themes/qdarkstyle/icons/48x48/bad_folder.png
+@@ -1,8 +1,7 @@
+ PNG

+ 
+-
+-%ͭ0G,ndfͬ1He5a
+-=XzMU+ŷUȯdvj
+-v\ےr@^4
+-./Ϥ!@҇@0N
|9!u"l~2 mT$0}MRHGWS
+-sH~Tq4N$]WJNx_1{^G
+\ No newline at end of file
++
++Q R$Fo%E^^QɢC=QiAn|Y:m?{Ι曋J4i6*0 7TeAfx]VUuH~'4ǻO. Q%"0F(@%чI.);]	OIzA`<EC[xh?."]f
rn#lMsz7ȃM
++
++^=̵	6i%FS!
B-am-i-a
++*un;3kFtŐ"}Cp,I&Mb(?R{"!
+\ No newline at end of file
+diff --git a/dist/qt_themes/qdarkstyle/icons/48x48/chip.png b/dist/qt_themes/qdarkstyle/icons/48x48/chip.png
+index 973fabd052e389c28ef36c482cf44d764795a3b4..db0cadac1338a971b7b890c33f5920580c1013a5 100644
+--- a/dist/qt_themes/qdarkstyle/icons/48x48/chip.png
++++ b/dist/qt_themes/qdarkstyle/icons/48x48/chip.png
+@@ -1,165 +1,5 @@
+ PNG

+ 
+-
+-<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01        ">
+-   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+-      <rdf:Description rdf:about=""
+-            xmlns:xmp="http://ns.adobe.com/xap/1.0/"
+-            xmlns:dc="http://purl.org/dc/elements/1.1/"
+-            xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/"
+-            xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
+-            xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#"
+-            xmlns:tiff="http://ns.adobe.com/tiff/1.0/"
+-            xmlns:exif="http://ns.adobe.com/exif/1.0/">
+-         <xmp:CreatorTool>Adobe Photoshop CC 2017 (Windows)</xmp:CreatorTool>
+-         <xmp:CreateDate>2018-07-25T21:37:27+08:00</xmp:CreateDate>
+-         <xmp:ModifyDate>2018-07-25T21:38:09+08:00</xmp:ModifyDate>
+-         <xmp:MetadataDate>2018-07-25T21:38:09+08:00</xmp:MetadataDate>
+-         <dc:format>image/png</dc:format>
+-         <photoshop:ColorMode>3</photoshop:ColorMode>
+-         <xmpMM:InstanceID>xmp.iid:d24b6914-04d7-6e40-94e6-a3f5f4d24f35</xmpMM:InstanceID>
+-         <xmpMM:DocumentID>xmp.did:d24b6914-04d7-6e40-94e6-a3f5f4d24f35</xmpMM:DocumentID>
+-         <xmpMM:OriginalDocumentID>xmp.did:d24b6914-04d7-6e40-94e6-a3f5f4d24f35</xmpMM:OriginalDocumentID>
+-         <xmpMM:History>
+-            <rdf:Seq>
+-               <rdf:li rdf:parseType="Resource">
+-                  <stEvt:action>created</stEvt:action>
+-                  <stEvt:instanceID>xmp.iid:d24b6914-04d7-6e40-94e6-a3f5f4d24f35</stEvt:instanceID>
+-                  <stEvt:when>2018-07-25T21:37:27+08:00</stEvt:when>
+-                  <stEvt:softwareAgent>Adobe Photoshop CC 2017 (Windows)</stEvt:softwareAgent>
+-               </rdf:li>
+-            </rdf:Seq>
+-         </xmpMM:History>
+-         <tiff:Orientation>1</tiff:Orientation>
+-         <tiff:XResolution>960000/10000</tiff:XResolution>
+-         <tiff:YResolution>960000/10000</tiff:YResolution>
+-         <tiff:ResolutionUnit>2</tiff:ResolutionUnit>
+-         <exif:ColorSpace>65535</exif:ColorSpace>
+-         <exif:PixelXDimension>48</exif:PixelXDimension>
+-         <exif:PixelYDimension>48</exif:PixelYDimension>
+-      </rdf:Description>
+-   </rdf:RDF>
+-</x:xmpmeta>
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                            
+-<?xpacket end="w"?>(
+-4p$v'! hwZ>;%B(c@+Ȇ5nEb9.E@
#Žq.[jVӎI(
+-PFRqI)GJv{Y` fU{Y$լwr[p&}`NW`B>O'"

+\ No newline at end of file
++
++Rsy
j7W*D7nO1Z$+":^XTm|Yj4._Dmf940D8
++/M+
+\ No newline at end of file
+diff --git a/dist/qt_themes/qdarkstyle/icons/48x48/folder.png b/dist/qt_themes/qdarkstyle/icons/48x48/folder.png
+index 0f1e987d6aa24b1d2f26d40181ec05b62c5862da..11a76b5c1256ade016d4e22cf048656cb0788ad3 100644
+--- a/dist/qt_themes/qdarkstyle/icons/48x48/folder.png
++++ b/dist/qt_themes/qdarkstyle/icons/48x48/folder.png
+@@ -1,3 +1,5 @@
+ PNG

+ 
+-
+\ No newline at end of file
++
++|ư´}Ȫ!}OY-"
2MvڇNWQ>-k(͆!NeqkׇLr`۰5\:%VC.xD ZJ&Bd$C=8?;);86|NaUy!Y H@?ryTltt|$#MW/]I
++46il
+\ No newline at end of file
+diff --git a/dist/qt_themes/qdarkstyle/icons/48x48/plus.png b/dist/qt_themes/qdarkstyle/icons/48x48/plus.png
+index 16cc8b4f44d52009d4a3f4c9d46f5bb0e20babcf..6af929bf66b9d82cd43aa2db19fb0db05c89b8af 100644
+--- a/dist/qt_themes/qdarkstyle/icons/48x48/plus.png
++++ b/dist/qt_themes/qdarkstyle/icons/48x48/plus.png
+@@ -1,4 +1,4 @@
+ PNG

+ 
+-
+-׾V+pm8oVy
+\ No newline at end of file
++
++0Eљn]xTa|( I`
+\ No newline at end of file
+diff --git a/dist/qt_themes/qdarkstyle/icons/48x48/sd_card.png b/dist/qt_themes/qdarkstyle/icons/48x48/sd_card.png
+index 0291c6542d05a40a350bb5bdbd99a15c01467161..42b9f27738d95d742b4e8380c6450e639630e049 100644
+--- a/dist/qt_themes/qdarkstyle/icons/48x48/sd_card.png
++++ b/dist/qt_themes/qdarkstyle/icons/48x48/sd_card.png
+@@ -1,7 +1,5 @@
+ PNG

+ 
+-
+-xAM&quwv}ޝ]=6TJ'X"[~(^Ě+ߖа˪I;ugly>634|<r,v@'[7!%=-8#m$Y~^˶yy9co63.rZON#pT˿|.(댆k	86L$u֊*IFE3:z)'
+-17#d4SZ6!*&b%vx	tYK
+-!WD*P*T 6@lRؤIb
+-&M*T 6@lj"WY5T%pE*m$na8efS0WUkb!}Ht_;5MIo$ݑt7'u
+\ No newline at end of file
++
++8\hUQ$X\oqt@u$Jk+czW
++HMo 5RHMo 5RHMVUë)d`tWW0|n
+\ No newline at end of file
+diff --git a/dist/qt_themes/qdarkstyle/icons/48x48/star.png b/dist/qt_themes/qdarkstyle/icons/48x48/star.png
+index 90d423a1d4c1e05ccec0a01fa34abca9fe99676d..546779e2a810e73169f65a79850aa07dffd70267 100644
+--- a/dist/qt_themes/qdarkstyle/icons/48x48/star.png
++++ b/dist/qt_themes/qdarkstyle/icons/48x48/star.png
+@@ -1,4 +1,8 @@
+ PNG

+ 
+-
+-pKeb*eLG+(5)xDpo?dFD㍫ǣg=N=Ҙ7kg\G|(JS0_c\|f%W! ^S+w@`
+\ No newline at end of file
++
++lKX!lx4?V<Ll
++~
++H!,Ig]Ftj53'Vv~9r<mG7U&JTCާp֨rS7ߣ&\[ૄz`}^)Ζ|+C`;
++nHq@F3 \S
++[N`'y&<r8jЇ>6
+\ No newline at end of file
+diff --git a/dist/qt_themes/qdarkstyle_midnight_blue/icons/16x16/lock.png b/dist/qt_themes/qdarkstyle_midnight_blue/icons/16x16/lock.png
+index c750a39e855800fe4cde217a1bf28f841030e501..7e63927b2c047718f80ec29512472f1a2d9d357e 100644
+--- a/dist/qt_themes/qdarkstyle_midnight_blue/icons/16x16/lock.png
++++ b/dist/qt_themes/qdarkstyle_midnight_blue/icons/16x16/lock.png
+@@ -1,3 +1,5 @@
+ PNG

+ 
+-
+\ No newline at end of file
++
++0B٩B
++7U]KXL~^^m	K`j4&\IƬ%j\#XګOQ\@
[ƽ07ؓ阱Z9u![CzsQF;h@ߘ*
|8'8H`_25`q
+\ No newline at end of file
+diff --git a/dist/qt_themes/qdarkstyle_midnight_blue/icons/256x256/plus_folder.png b/dist/qt_themes/qdarkstyle_midnight_blue/icons/256x256/plus_folder.png
+index 303f9a321890fc4c2054e2cff498adf23f654b70..002101114d150e304765a3466be9bf267ae96382 100644
+--- a/dist/qt_themes/qdarkstyle_midnight_blue/icons/256x256/plus_folder.png
++++ b/dist/qt_themes/qdarkstyle_midnight_blue/icons/256x256/plus_folder.png
+@@ -1,17 +1,47 @@
+ PNG

+ 
+-
+-,b
+-lv
+- 3.|q'_k""^a 3WWg41^=
+-ny@f;@D`D+DWd)uĩG"AT 3,8pD\:2Td_z-ȭoFAT9tf~WxgD,Du
+-3@f
+-
cMf_:78A4ex%54p` -=2IYQ=!4JP􀕥Chhe+57$?/5T:=|`Rc"3}:d
+-x;/
+-Y
+-\gΡ!Y
+-?1,̷g
+-cX
+-E:ʜH7_GĖ9ƞ@qpO? U*fH
+-EHP͓!Xp/EٶgND̩,*@,2z?"<oBY
+-2̼@/"ZK6d%:%3g懁
-Ms;@&<zK}fg7ɒ`mZ,`oV1W%U:"]
+\ No newline at end of file
++
++Ο/	$nG(E a	>+
++Ca$F
++#H G
++@fGQ!qzPqL +(
++%
++
++X
++
++@ԙj]M>\v;8/=OgEH:rR|c;c QDn.ebA9z	a
++@Zm AHK-@HK'LBx2Q
++^󽮽"&m#}͏zx]=@hC|ZL(N^	О_(ts(
++@9
++@9oآr[bP
++@hGe:>ktob1Ga:zҲ֫/V2QU)UySaR)˔G腹T,
++@B\U=iT.
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++
++@Zތmވ-@HK˱E(
++@ZU
cw 4
Gn;
++@z.QW*B{łc}MjE*(
++@}r2=gF<S0[mL8.s=FʞTeC^PD{TV_j*q8EJ}@$VC}r5J]$
++VVG
o.ea@".^ۀiP
++@;U}vD'
{`Uf"5Dž9
+\ No newline at end of file
+diff --git a/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/bad_folder.png b/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/bad_folder.png
+index 4a9709623476fcf4070c4e3da2bb17375222082e..245f96c7ba65c9a792abc01a1b76c39accd3ee5e 100644
+--- a/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/bad_folder.png
++++ b/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/bad_folder.png
+@@ -1,8 +1,7 @@
+ PNG

+ 
+-
+-%ͭ0G,ndfͬ1He5a
+-=XzMU+ŷUȯdvj
+-v\ےr@^4
+-./Ϥ!@҇@0N
|9!u"l~2 mT$0}MRHGWS
+-sH~Tq4N$]WJNx_1{^G
+\ No newline at end of file
++
++Q R$Fo%E^^QɢC=QiAn|Y:m?{Ι曋J4i6*0 7TeAfx]VUuH~'4ǻO. Q%"0F(@%чI.);]	OIzA`<EC[xh?."]f
rn#lMsz7ȃM
++
++^=̵	6i%FS!
B-am-i-a
++*un;3kFtŐ"}Cp,I&Mb(?R{"!
+\ No newline at end of file
+diff --git a/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/chip.png b/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/chip.png
+index 973fabd052e389c28ef36c482cf44d764795a3b4..db0cadac1338a971b7b890c33f5920580c1013a5 100644
+--- a/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/chip.png
++++ b/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/chip.png
+@@ -1,165 +1,5 @@
+ PNG

+ 
+-
+-<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01        ">
+-   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+-      <rdf:Description rdf:about=""
+-            xmlns:xmp="http://ns.adobe.com/xap/1.0/"
+-            xmlns:dc="http://purl.org/dc/elements/1.1/"
+-            xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/"
+-            xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
+-            xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#"
+-            xmlns:tiff="http://ns.adobe.com/tiff/1.0/"
+-            xmlns:exif="http://ns.adobe.com/exif/1.0/">
+-         <xmp:CreatorTool>Adobe Photoshop CC 2017 (Windows)</xmp:CreatorTool>
+-         <xmp:CreateDate>2018-07-25T21:37:27+08:00</xmp:CreateDate>
+-         <xmp:ModifyDate>2018-07-25T21:38:09+08:00</xmp:ModifyDate>
+-         <xmp:MetadataDate>2018-07-25T21:38:09+08:00</xmp:MetadataDate>
+-         <dc:format>image/png</dc:format>
+-         <photoshop:ColorMode>3</photoshop:ColorMode>
+-         <xmpMM:InstanceID>xmp.iid:d24b6914-04d7-6e40-94e6-a3f5f4d24f35</xmpMM:InstanceID>
+-         <xmpMM:DocumentID>xmp.did:d24b6914-04d7-6e40-94e6-a3f5f4d24f35</xmpMM:DocumentID>
+-         <xmpMM:OriginalDocumentID>xmp.did:d24b6914-04d7-6e40-94e6-a3f5f4d24f35</xmpMM:OriginalDocumentID>
+-         <xmpMM:History>
+-            <rdf:Seq>
+-               <rdf:li rdf:parseType="Resource">
+-                  <stEvt:action>created</stEvt:action>
+-                  <stEvt:instanceID>xmp.iid:d24b6914-04d7-6e40-94e6-a3f5f4d24f35</stEvt:instanceID>
+-                  <stEvt:when>2018-07-25T21:37:27+08:00</stEvt:when>
+-                  <stEvt:softwareAgent>Adobe Photoshop CC 2017 (Windows)</stEvt:softwareAgent>
+-               </rdf:li>
+-            </rdf:Seq>
+-         </xmpMM:History>
+-         <tiff:Orientation>1</tiff:Orientation>
+-         <tiff:XResolution>960000/10000</tiff:XResolution>
+-         <tiff:YResolution>960000/10000</tiff:YResolution>
+-         <tiff:ResolutionUnit>2</tiff:ResolutionUnit>
+-         <exif:ColorSpace>65535</exif:ColorSpace>
+-         <exif:PixelXDimension>48</exif:PixelXDimension>
+-         <exif:PixelYDimension>48</exif:PixelYDimension>
+-      </rdf:Description>
+-   </rdf:RDF>
+-</x:xmpmeta>
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                                                                                                    
+-                            
+-<?xpacket end="w"?>(
+-4p$v'! hwZ>;%B(c@+Ȇ5nEb9.E@
#Žq.[jVӎI(
+-PFRqI)GJv{Y` fU{Y$լwr[p&}`NW`B>O'"

+\ No newline at end of file
++
++Rsy
j7W*D7nO1Z$+":^XTm|Yj4._Dmf940D8
++/M+
+\ No newline at end of file
+diff --git a/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/folder.png b/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/folder.png
+index 0f1e987d6aa24b1d2f26d40181ec05b62c5862da..11a76b5c1256ade016d4e22cf048656cb0788ad3 100644
+--- a/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/folder.png
++++ b/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/folder.png
+@@ -1,3 +1,5 @@
+ PNG

+ 
+-
+\ No newline at end of file
++
++|ư´}Ȫ!}OY-"
2MvڇNWQ>-k(͆!NeqkׇLr`۰5\:%VC.xD ZJ&Bd$C=8?;);86|NaUy!Y H@?ryTltt|$#MW/]I
++46il
+\ No newline at end of file
+diff --git a/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/plus.png b/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/plus.png
+index 16cc8b4f44d52009d4a3f4c9d46f5bb0e20babcf..6af929bf66b9d82cd43aa2db19fb0db05c89b8af 100644
+--- a/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/plus.png
++++ b/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/plus.png
+@@ -1,4 +1,4 @@
+ PNG

+ 
+-
+-׾V+pm8oVy
+\ No newline at end of file
++
++0Eљn]xTa|( I`
+\ No newline at end of file
+diff --git a/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/sd_card.png b/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/sd_card.png
+index 0291c6542d05a40a350bb5bdbd99a15c01467161..42b9f27738d95d742b4e8380c6450e639630e049 100644
+--- a/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/sd_card.png
++++ b/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/sd_card.png
+@@ -1,7 +1,5 @@
+ PNG

+ 
+-
+-xAM&quwv}ޝ]=6TJ'X"[~(^Ě+ߖа˪I;ugly>634|<r,v@'[7!%=-8#m$Y~^˶yy9co63.rZON#pT˿|.(댆k	86L$u֊*IFE3:z)'
+-17#d4SZ6!*&b%vx	tYK
+-!WD*P*T 6@lRؤIb
+-&M*T 6@lj"WY5T%pE*m$na8efS0WUkb!}Ht_;5MIo$ݑt7'u
+\ No newline at end of file
++
++8\hUQ$X\oqt@u$Jk+czW
++HMo 5RHMo 5RHMVUë)d`tWW0|n
+\ No newline at end of file
+diff --git a/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/star.png b/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/star.png
+index 90d423a1d4c1e05ccec0a01fa34abca9fe99676d..546779e2a810e73169f65a79850aa07dffd70267 100644
+--- a/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/star.png
++++ b/dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/star.png
+@@ -1,4 +1,8 @@
+ PNG

+ 
+-
+-pKeb*eLG+(5)xDpo?dFD㍫ǣg=N=Ҙ7kg\G|(JS0_c\|f%W! ^S+w@`
+\ No newline at end of file
++
++lKX!lx4?V<Ll
++~
++H!,Ig]Ftj53'Vv~9r<mG7U&JTCާp֨rS7ߣ&\[ૄz`}^)Ζ|+C`;
++nHq@F3 \S
++[N`'y&<r8jЇ>6
+\ No newline at end of file
+-- 
+2.36.0
+