mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-06-25 13:58:35 -04:00
This resolves some icon theming issues on Linux Co-authored-by: HurricanePootis <53066639+HurricanePootis@users.noreply.github.com>
44 lines
2.7 KiB
Text
44 lines
2.7 KiB
Text
<RCC>
|
|
<qresource prefix="icons/default">
|
|
<file alias="index.theme">icons/index.theme</file>
|
|
<file alias="16x16/checked.png">icons/16x16/checked.png</file>
|
|
<file alias="16x16/failed.png">icons/16x16/failed.png</file>
|
|
<file alias="16x16/connected.png">icons/16x16/connected.png</file>
|
|
<file alias="16x16/disconnected.png">icons/16x16/disconnected.png</file>
|
|
<file alias="16x16/connected_notification.png">icons/16x16/connected_notification.png</file>
|
|
<file alias="16x16/lock.png">icons/16x16/lock.png</file>
|
|
<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>
|
|
<file alias="48x48/no_avatar.png">icons/48x48/no_avatar.png</file>
|
|
<file alias="48x48/plus.png">icons/48x48/plus.png</file>
|
|
<file alias="48x48/sd_card.png">icons/48x48/sd_card.png</file>
|
|
<file alias="256x256/azahar.png">icons/256x256/azahar.png</file>
|
|
<file alias="48x48/star.png">icons/48x48/star.png</file>
|
|
<file alias="256x256/plus_folder.png">icons/256x256/plus_folder.png</file>
|
|
</qresource>
|
|
<qresource prefix="icons/default_with_light_icons">
|
|
<file alias="index.theme">icons_light/index.theme</file>
|
|
<file alias="16x16/checked.png">icons_light/16x16/checked.png</file>
|
|
<file alias="16x16/failed.png">icons_light/16x16/failed.png</file>
|
|
<file alias="16x16/connected.png">icons_light/16x16/connected.png</file>
|
|
<file alias="16x16/disconnected.png">icons_light/16x16/disconnected.png</file>
|
|
<file alias="16x16/connected_notification.png">icons_light/16x16/connected_notification.png</file>
|
|
<file alias="16x16/lock.png">icons_light/16x16/lock.png</file>
|
|
<file alias="48x48/bad_folder.png">icons_light/48x48/bad_folder.png</file>
|
|
<file alias="48x48/chip.png">icons_light/48x48/chip.png</file>
|
|
<file alias="48x48/folder.png">icons_light/48x48/folder.png</file>
|
|
<file alias="48x48/no_avatar.png">icons_light/48x48/no_avatar.png</file>
|
|
<file alias="48x48/plus.png">icons_light/48x48/plus.png</file>
|
|
<file alias="48x48/sd_card.png">icons_light/48x48/sd_card.png</file>
|
|
<file alias="256x256/azahar.png">icons_light/256x256/azahar.png</file>
|
|
<file alias="48x48/star.png">icons_light/48x48/star.png</file>
|
|
<file alias="256x256/plus_folder.png">icons_light/256x256/plus_folder.png</file>
|
|
</qresource>
|
|
<qresource prefix="default">
|
|
<file>style.qss</file>
|
|
</qresource>
|
|
<qresource prefix="default_with_light_icons">
|
|
<file>style.qss</file>
|
|
</qresource>
|
|
</RCC>
|