diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-05-25 03:22:17 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-05-25 04:01:38 +0200 |
commit | d2b2d55aa9a4031d1e179534796cbe07bc57080f (patch) | |
tree | c239fa5b79a5fe1459df9f642cf6317cbcfe56b2 /resources/pe_light/pe_light.qrc | |
parent | eb9661370b3697993efd180b9959b2aa448ecc6e (diff) | |
download | MultiMC-d2b2d55aa9a4031d1e179534796cbe07bc57080f.tar MultiMC-d2b2d55aa9a4031d1e179534796cbe07bc57080f.tar.gz MultiMC-d2b2d55aa9a4031d1e179534796cbe07bc57080f.tar.lz MultiMC-d2b2d55aa9a4031d1e179534796cbe07bc57080f.tar.xz MultiMC-d2b2d55aa9a4031d1e179534796cbe07bc57080f.zip |
New flat icon themes from pexner
Squash and rework of commits from robotbrain
Diffstat (limited to 'resources/pe_light/pe_light.qrc')
-rw-r--r-- | resources/pe_light/pe_light.qrc | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/resources/pe_light/pe_light.qrc b/resources/pe_light/pe_light.qrc new file mode 100644 index 00000000..f1dce837 --- /dev/null +++ b/resources/pe_light/pe_light.qrc @@ -0,0 +1,61 @@ +<!DOCTYPE RCC> +<RCC version="1.0"> + <qresource prefix="/icons/pe_light"> + <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/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/new.svg</file> + + <!-- Open news. Our own. --> + <file>scalable/news.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/refresh.svg</file> + + <!-- Settings, Our own. --> + <file>scalable/settings.svg</file> + + <!-- View folder. Our own. --> + <file>scalable/viewfolder.svg</file> + </qresource> +</RCC> |