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/pe_dark/pe_dark.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/pe_dark/pe_dark.qrc')
-rw-r--r-- | resources/pe_dark/pe_dark.qrc | 64 |
1 files changed, 20 insertions, 44 deletions
diff --git a/resources/pe_dark/pe_dark.qrc b/resources/pe_dark/pe_dark.qrc index 98823a27..61151a73 100644 --- a/resources/pe_dark/pe_dark.qrc +++ b/resources/pe_dark/pe_dark.qrc @@ -1,57 +1,33 @@ <!DOCTYPE RCC> <RCC version="1.0"> - <qresource prefix="/icons/pe_dark"> + <qresource prefix="/icons/pe_dark"> <file>index.theme</file> - <!-- OK console icon. Our own --> - <file>scalable/console.svg</file> - - <!-- ERROR console icon. Our own --> - <file>scalable/console_error.svg</file> - - <!-- About dialog. Our own. --> <file>scalable/about.svg</file> - - <!-- Report bug. Our own. --> + <file>scalable/accounts.svg</file> <file>scalable/bug.svg</file> - - <!-- Patron logo, black and white. (C) 2014 Patreon, Inc., http://www.patreon.com/toolbox?ftyp=media --> - <file>scalable/patreon.svg</file> - - <!-- Show mods folder. Our own. --> <file>scalable/centralmods.svg</file> - - <!-- Update. Our own. --> <file>scalable/checkupdate.svg</file> - - <!-- copy instance. Our own. --> <file>scalable/copy.svg</file> - - <!-- New instance. Our own. --> + <file>scalable/coremods.svg</file> + <file>scalable/externaltools.svg</file> + <file>scalable/jarmods.svg</file> + <file>scalable/java.svg</file> + <file>scalable/loadermods.svg</file> + <file>scalable/log.svg</file> + <file>scalable/minecraft.svg</file> + <file>scalable/multimc.svg</file> <file>scalable/new.svg</file> - - <!-- Bad status. Our own. --> - <file>16x16/status-bad.png</file> - <file>22x22/status-bad.png</file> - <file>24x24/status-bad.png</file> - <file>32x32/status-bad.png</file> - <file>48x48/status-bad.png</file> - <file>64x64/status-bad.png</file> - - <!-- Good status. Our own. --> - <file>16x16/status-good.png</file> - <file>22x22/status-good.png</file> - <file>24x24/status-good.png</file> - <file>32x32/status-good.png</file> - <file>48x48/status-good.png</file> - <file>64x64/status-good.png</file> - - <!-- Refresh, Our own. --> + <file>scalable/news.svg</file> + <file>scalable/notes.svg</file> + <file>scalable/patreon.svg</file> + <file>scalable/proxy.svg</file> + <file>scalable/quickmods.svg</file> <file>scalable/refresh.svg</file> - - <!-- Settings, Our own. --> + <file>scalable/resourcepacks.svg</file> + <file>scalable/screenshots.svg</file> <file>scalable/settings.svg</file> - - <!-- View folder. Our own. --> + <file>scalable/status-bad.svg</file> + <file>scalable/status-good.svg</file> <file>scalable/viewfolder.svg</file> - </qresource> + </qresource> </RCC> |