diff options
author | liamwhite <[email protected]> | 2022-08-12 10:05:06 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-12 10:05:06 -0400 |
commit | e8a59a6931250131fd5cbd1d531cf4912a04f7a7 (patch) | |
tree | 07fd2ab47501efad4f6a97447338a6c62ebaabe5 /.reuse | |
parent | 536626fdd65cbf1f937f48f11f289b8adecf1d6b (diff) | |
parent | d4b1095173cf32dbd9a890b066d991ca795abd80 (diff) | |
download | yuzu-android-e8a59a6931250131fd5cbd1d531cf4912a04f7a7.tar.gz yuzu-android-e8a59a6931250131fd5cbd1d531cf4912a04f7a7.zip |
Merge pull request #8647 from Docteh/default_dark
Linux: handle dark system themes nicely
Diffstat (limited to '.reuse')
-rw-r--r-- | .reuse/dep5 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 index d72233e8c..5f31a4f55 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -42,20 +42,18 @@ Files: dist/qt_themes/*/icons/16x16/connected.png dist/qt_themes/*/icons/48x48/sd_card.png dist/qt_themes/*/icons/48x48/star.png dist/qt_themes/*/icons/256x256/plus_folder.png - dist/qt_themes/colorful/icons/48x48/plus.png + dist/qt_themes/colorful/icons/48x48/list-add.png dist/qt_themes/default/icons/16x16/checked.png dist/qt_themes/default/icons/16x16/failed.png Copyright: https://icons8.com License: CC-BY-ND-3.0 -Files: dist/qt_themes/*/icons/16x16/refresh.png - dist/qt_themes/*/icons/16x16/view-refresh.png +Files: dist/qt_themes/*/icons/16x16/view-refresh.png Copyright: Google, Inc. License: Apache-2.0 -Files: dist/qt_themes/default/icons/48x48/plus.png - dist/qt_themes/qdarkstyle/icons/48x48/plus.png - dist/qt_themes/qdarkstyle_midnight_blue/icons/48x48/plus.png +Files: dist/qt_themes/default/icons/48x48/list-add.png + dist/qt_themes/qdarkstyle/icons/48x48/list-add.png Copyright: BreadFish64 License: CC0-1.0 |