pineapple-src/dist/qt_themes/default/default.qrc

27 lines
1.3 KiB
Plaintext
Raw Normal View History

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