qt_themes: add two colorful themes (#4004)

* qt_themes: add two colorful themes

These two colorful themes are based on the Default and Dark themes, and contain icons that are colored rather than black and white. These icons come from https://icons8.com and they have been slightly revised by me. I'm pretty sure I was licensed to use them for Citra.

* Add license for icons
This commit is contained in:
zhaowenlan1779
2018-08-16 16:39:23 +08:00
committed by Ben
parent 20cb8f66db
commit 5c5aad09ce
18 changed files with 139 additions and 15 deletions

View File

@@ -341,16 +341,26 @@ Public License instead of this License.
The icons used in this project have the following licenses:
Icon Name | License | Origin/Author
--- | --- | ---
checked.png | Free for non-commercial use
connected.png | CC BY-ND 3.0 | https://icons8.com
disconnected.png | CC BY-ND 3.0 | https://icons8.com
failed.png | Free for non-commercial use
lock.png | CC BY-ND 3.0 | https://icons8.com
plus_folder.png | CC0 1.0 | Designed by BreadFish64 from the Citra team
bad_folder.png | CC0 1.0 | Designed by BreadFish64 from the Citra team
chip.png | CC0 1.0 | Designed by BreadFish64 from the Citra team
folder.png | CC0 1.0 | Designed by BreadFish64 from the Citra team
plus.png | CC0 1.0 | Designed by BreadFish64 from the Citra team
sd_card.png | CC0 1.0 | Designed by BreadFish64 from the Citra team
Icon Name (Themes they are used in) | License | Origin/Author
--- | --- | ---
checked.png | Free for non-commercial use
connected.png | CC BY-ND 3.0 | https://icons8.com
disconnected.png | CC BY-ND 3.0 | https://icons8.com
failed.png | Free for non-commercial use
lock.png | CC BY-ND 3.0 | https://icons8.com
plus_folder.png (Default, Dark) | CC0 1.0 | Designed by BreadFish64 from the Citra team
bad_folder.png (Default, Dark) | CC0 1.0 | Designed by BreadFish64 from the Citra team
chip.png (Default, Dark) | CC0 1.0 | Designed by BreadFish64 from the Citra team
folder.png (Default, Dark) | CC0 1.0 | Designed by BreadFish64 from the Citra team
plus.png (Default, Dark) | CC0 1.0 | Designed by BreadFish64 from the Citra team
sd_card.png (Default, Dark) | CC0 1.0 | Designed by BreadFish64 from the Citra team
plus_folder.png (Colorful, Colorful Dark) | CC BY-ND 3.0 | https://icons8.com
bad_folder.png (Colorful, Colorful Dark) | CC BY-ND 3.0 | https://icons8.com
chip.png (Colorful, Colorful Dark) | CC BY-ND 3.0 | https://icons8.com
folder.png (Colorful, Colorful Dark) | CC BY-ND 3.0 | https://icons8.com
plus.png (Colorful, Colorful Dark) | CC BY-ND 3.0 | https://icons8.com
sd_card.png (Colorful, Colorful Dark) | CC BY-ND 3.0 | https://icons8.com
Note:
Some icons are different in different themes, and they are separately listed
only when they have different licenses/origins.