diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-10-26 23:44:20 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-10-26 23:44:20 +0100 |
commit | 8f7aec032b11a2e2b3034c9d9719a74726dad130 (patch) | |
tree | 607355469c2305aca17e40af49d85f0365c30f4f /resources/multimc/multimc.qrc | |
parent | 92560bf0cd8bab77405081f30711a32282e29ba2 (diff) | |
download | MultiMC-8f7aec032b11a2e2b3034c9d9719a74726dad130.tar MultiMC-8f7aec032b11a2e2b3034c9d9719a74726dad130.tar.gz MultiMC-8f7aec032b11a2e2b3034c9d9719a74726dad130.tar.lz MultiMC-8f7aec032b11a2e2b3034c9d9719a74726dad130.tar.xz MultiMC-8f7aec032b11a2e2b3034c9d9719a74726dad130.zip |
Add dark, light, blue and colored theme from pe.
Replaces the old dark and light themes
Diffstat (limited to 'resources/multimc/multimc.qrc')
-rw-r--r-- | resources/multimc/multimc.qrc | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/resources/multimc/multimc.qrc b/resources/multimc/multimc.qrc index b0a1b3ab..9be22c7b 100644 --- a/resources/multimc/multimc.qrc +++ b/resources/multimc/multimc.qrc @@ -3,7 +3,7 @@ <qresource prefix="/icons/multimc"> <file>index.theme</file> <!-- Logo. Our own. --> - <file>scalable/apps/multimc.svg</file> + <file>scalable/multimc.svg</file> <!-- OK console icon. Our own --> <file>scalable/console.svg</file> @@ -126,22 +126,22 @@ <file>64x64/status-good.png</file> <!-- Plugin (blue recolor), CC-BY-SA 3.0, Oxygen icons. --> - <file>16x16/plugin-blue.png</file> - <file>24x24/plugin-blue.png</file> - <file>32x32/plugin-blue.png</file> - <file>64x64/plugin-blue.png</file> + <file>16x16/loadermods.png</file> + <file>24x24/loadermods.png</file> + <file>32x32/loadermods.png</file> + <file>64x64/loadermods.png</file> <!-- Plugin (red recolor), CC-BY-SA 3.0, Oxygen icons. --> - <file>16x16/plugin-red.png</file> - <file>24x24/plugin-red.png</file> - <file>32x32/plugin-red.png</file> - <file>64x64/plugin-red.png</file> + <file>16x16/jarmods.png</file> + <file>24x24/jarmods.png</file> + <file>32x32/jarmods.png</file> + <file>64x64/jarmods.png</file> <!-- Plugin (green original), CC-BY-SA 3.0, Oxygen icons. --> - <file>16x16/plugin-green.png</file> - <file>24x24/plugin-green.png</file> - <file>32x32/plugin-green.png</file> - <file>64x64/plugin-green.png</file> + <file>16x16/coremods.png</file> + <file>24x24/coremods.png</file> + <file>32x32/coremods.png</file> + <file>64x64/coremods.png</file> <!-- Resource packs, CC-BY-SA 3.0, Oxygen icons. --> <file>16x16/resourcepacks.png</file> |