yuzu/dist/qt_themes/default/default.qrc

27 lines
1.3 KiB
Plaintext
Raw Normal View History

2022-07-27 22:06:50 +04:00
<!--
SPDX-FileCopyrightText: 2018 yuzu Emulator Project
SPDX-License-Identifier: GPL-2.0-or-later
-->
2020-12-28 19:15:37 +04:00
<RCC>
<qresource prefix="icons/default">
2022-09-17 07:51:29 +04:00
<!-- "colorful" is now the default theme, add new icons there -->
2020-12-28 19:15:37 +04:00
<file alias="index.theme">icons/index.theme</file>
2022-07-26 05:25:01 +04:00
<file alias="16x16/connected.png">icons/16x16/connected.png</file>
<file alias="16x16/connected_notification.png">icons/16x16/connected_notification.png</file>
2022-09-17 07:51:29 +04:00
<file alias="16x16/disconnected.png">icons/16x16/disconnected.png</file>
<file alias="16x16/lock.png">icons/16x16/lock.png</file>
2020-12-28 19:15:37 +04:00
<file alias="48x48/bad_folder.png">icons/48x48/bad_folder.png</file>
<file alias="48x48/chip.png">icons/48x48/chip.png</file>
<file alias="48x48/folder.png">icons/48x48/folder.png</file>
2022-08-07 12:12:28 +04:00
<file alias="48x48/list-add.png">icons/48x48/list-add.png</file>
2020-12-28 19:15:37 +04:00
<file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file>
2021-04-15 02:16:40 +04:00
<file alias="48x48/star.png">icons/48x48/star.png</file>
2020-12-28 19:15:37 +04:00
<file alias="256x256/plus_folder.png">icons/256x256/plus_folder.png</file>
2022-09-17 07:51:29 +04:00
<file alias="256x256/yuzu.png">icons/256x256/yuzu.png</file>
2020-12-28 19:15:37 +04:00
</qresource>
<qresource prefix="default">
<file>style.qss</file>
</qresource>
</RCC>