From eb9661370b3697993efd180b9959b2aa448ecc6e Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 18 May 2014 22:50:00 +0200 Subject: Enable SVG icons --- resources/multimc/index.theme | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/multimc/index.theme b/resources/multimc/index.theme index 776792b7..8e1241e9 100644 --- a/resources/multimc/index.theme +++ b/resources/multimc/index.theme @@ -2,7 +2,7 @@ Name=multimc Comment=MultiMC Default Icons Inherits=default -Directories=scalable/apps,8x8,16x16,22x22,24x24,32x32,48x48 +Directories=scalable/apps,8x8,16x16,22x22,24x24,32x32,48x48,scalable [scalable/apps] Size=48 @@ -30,4 +30,10 @@ Size=32 Size=48 [64x64] -Size=64 \ No newline at end of file +Size=64 + +[scalable] +Size=48 +Type=Scalable +MinSize=16 +MaxSize=256 -- cgit From d2b2d55aa9a4031d1e179534796cbe07bc57080f Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 25 May 2014 03:22:17 +0200 Subject: New flat icon themes from pexner Squash and rework of commits from robotbrain --- resources/pe_dark/16x16/status-bad.png | Bin 0 -> 468 bytes resources/pe_dark/16x16/status-good.png | Bin 0 -> 527 bytes resources/pe_dark/22x22/status-bad.png | Bin 0 -> 592 bytes resources/pe_dark/22x22/status-good.png | Bin 0 -> 665 bytes resources/pe_dark/24x24/status-bad.png | Bin 0 -> 605 bytes resources/pe_dark/24x24/status-good.png | Bin 0 -> 676 bytes resources/pe_dark/32x32/status-bad.png | Bin 0 -> 839 bytes resources/pe_dark/32x32/status-good.png | Bin 0 -> 802 bytes resources/pe_dark/48x48/status-bad.png | Bin 0 -> 1162 bytes resources/pe_dark/48x48/status-good.png | Bin 0 -> 1159 bytes resources/pe_dark/64x64/status-bad.png | Bin 0 -> 1413 bytes resources/pe_dark/64x64/status-good.png | Bin 0 -> 1478 bytes resources/pe_dark/index.theme | 39 ++++ resources/pe_dark/pe_dark.qrc | 57 +++++ resources/pe_dark/scalable/about.svg | 22 ++ resources/pe_dark/scalable/bug.svg | 29 +++ resources/pe_dark/scalable/centralmods.svg | 22 ++ resources/pe_dark/scalable/checkupdate.svg | 25 +++ resources/pe_dark/scalable/console.svg | 228 ++++++++++++++++++++ resources/pe_dark/scalable/console_error.svg | 247 +++++++++++++++++++++ resources/pe_dark/scalable/copy.svg | 21 ++ resources/pe_dark/scalable/new.svg | 22 ++ resources/pe_dark/scalable/patreon.svg | 22 ++ resources/pe_dark/scalable/refresh.svg | 21 ++ resources/pe_dark/scalable/settings.svg | 36 ++++ resources/pe_dark/scalable/viewfolder.svg | 20 ++ resources/pe_light/16x16/status-bad.png | Bin 0 -> 468 bytes resources/pe_light/16x16/status-good.png | Bin 0 -> 527 bytes resources/pe_light/22x22/status-bad.png | Bin 0 -> 592 bytes resources/pe_light/22x22/status-good.png | Bin 0 -> 665 bytes resources/pe_light/24x24/status-bad.png | Bin 0 -> 605 bytes resources/pe_light/24x24/status-good.png | Bin 0 -> 676 bytes resources/pe_light/32x32/status-bad.png | Bin 0 -> 839 bytes resources/pe_light/32x32/status-good.png | Bin 0 -> 802 bytes resources/pe_light/48x48/status-bad.png | Bin 0 -> 1162 bytes resources/pe_light/48x48/status-good.png | Bin 0 -> 1159 bytes resources/pe_light/64x64/status-bad.png | Bin 0 -> 1413 bytes resources/pe_light/64x64/status-good.png | Bin 0 -> 1478 bytes resources/pe_light/index.theme | 39 ++++ resources/pe_light/pe_light.qrc | 61 ++++++ resources/pe_light/scalable/about.svg | 21 ++ resources/pe_light/scalable/bug.svg | 50 +++++ resources/pe_light/scalable/centralmods.svg | 20 ++ resources/pe_light/scalable/checkupdate.svg | 24 +++ resources/pe_light/scalable/console.svg | 228 ++++++++++++++++++++ resources/pe_light/scalable/console_error.svg | 247 +++++++++++++++++++++ resources/pe_light/scalable/copy.svg | 20 ++ resources/pe_light/scalable/new.svg | 21 ++ resources/pe_light/scalable/news.svg | 296 ++++++++++++++++++++++++++ resources/pe_light/scalable/patreon.svg | 83 ++++++++ resources/pe_light/scalable/refresh.svg | 20 ++ resources/pe_light/scalable/settings.svg | 64 ++++++ resources/pe_light/scalable/viewfolder.svg | 19 ++ 53 files changed, 2024 insertions(+) create mode 100644 resources/pe_dark/16x16/status-bad.png create mode 100644 resources/pe_dark/16x16/status-good.png create mode 100644 resources/pe_dark/22x22/status-bad.png create mode 100644 resources/pe_dark/22x22/status-good.png create mode 100644 resources/pe_dark/24x24/status-bad.png create mode 100644 resources/pe_dark/24x24/status-good.png create mode 100644 resources/pe_dark/32x32/status-bad.png create mode 100644 resources/pe_dark/32x32/status-good.png create mode 100644 resources/pe_dark/48x48/status-bad.png create mode 100644 resources/pe_dark/48x48/status-good.png create mode 100644 resources/pe_dark/64x64/status-bad.png create mode 100644 resources/pe_dark/64x64/status-good.png create mode 100644 resources/pe_dark/index.theme create mode 100644 resources/pe_dark/pe_dark.qrc create mode 100644 resources/pe_dark/scalable/about.svg create mode 100644 resources/pe_dark/scalable/bug.svg create mode 100644 resources/pe_dark/scalable/centralmods.svg create mode 100644 resources/pe_dark/scalable/checkupdate.svg create mode 100644 resources/pe_dark/scalable/console.svg create mode 100644 resources/pe_dark/scalable/console_error.svg create mode 100644 resources/pe_dark/scalable/copy.svg create mode 100644 resources/pe_dark/scalable/new.svg create mode 100644 resources/pe_dark/scalable/patreon.svg create mode 100644 resources/pe_dark/scalable/refresh.svg create mode 100644 resources/pe_dark/scalable/settings.svg create mode 100644 resources/pe_dark/scalable/viewfolder.svg create mode 100644 resources/pe_light/16x16/status-bad.png create mode 100644 resources/pe_light/16x16/status-good.png create mode 100644 resources/pe_light/22x22/status-bad.png create mode 100644 resources/pe_light/22x22/status-good.png create mode 100644 resources/pe_light/24x24/status-bad.png create mode 100644 resources/pe_light/24x24/status-good.png create mode 100644 resources/pe_light/32x32/status-bad.png create mode 100644 resources/pe_light/32x32/status-good.png create mode 100644 resources/pe_light/48x48/status-bad.png create mode 100644 resources/pe_light/48x48/status-good.png create mode 100644 resources/pe_light/64x64/status-bad.png create mode 100644 resources/pe_light/64x64/status-good.png create mode 100644 resources/pe_light/index.theme create mode 100644 resources/pe_light/pe_light.qrc create mode 100644 resources/pe_light/scalable/about.svg create mode 100644 resources/pe_light/scalable/bug.svg create mode 100644 resources/pe_light/scalable/centralmods.svg create mode 100644 resources/pe_light/scalable/checkupdate.svg create mode 100644 resources/pe_light/scalable/console.svg create mode 100644 resources/pe_light/scalable/console_error.svg create mode 100644 resources/pe_light/scalable/copy.svg create mode 100644 resources/pe_light/scalable/new.svg create mode 100644 resources/pe_light/scalable/news.svg create mode 100644 resources/pe_light/scalable/patreon.svg create mode 100644 resources/pe_light/scalable/refresh.svg create mode 100644 resources/pe_light/scalable/settings.svg create mode 100644 resources/pe_light/scalable/viewfolder.svg (limited to 'resources') diff --git a/resources/pe_dark/16x16/status-bad.png b/resources/pe_dark/16x16/status-bad.png new file mode 100644 index 00000000..0187b990 Binary files /dev/null and b/resources/pe_dark/16x16/status-bad.png differ diff --git a/resources/pe_dark/16x16/status-good.png b/resources/pe_dark/16x16/status-good.png new file mode 100644 index 00000000..661405db Binary files /dev/null and b/resources/pe_dark/16x16/status-good.png differ diff --git a/resources/pe_dark/22x22/status-bad.png b/resources/pe_dark/22x22/status-bad.png new file mode 100644 index 00000000..7b6e9bcb Binary files /dev/null and b/resources/pe_dark/22x22/status-bad.png differ diff --git a/resources/pe_dark/22x22/status-good.png b/resources/pe_dark/22x22/status-good.png new file mode 100644 index 00000000..3da59106 Binary files /dev/null and b/resources/pe_dark/22x22/status-good.png differ diff --git a/resources/pe_dark/24x24/status-bad.png b/resources/pe_dark/24x24/status-bad.png new file mode 100644 index 00000000..bef1e5a3 Binary files /dev/null and b/resources/pe_dark/24x24/status-bad.png differ diff --git a/resources/pe_dark/24x24/status-good.png b/resources/pe_dark/24x24/status-good.png new file mode 100644 index 00000000..2b55aeae Binary files /dev/null and b/resources/pe_dark/24x24/status-good.png differ diff --git a/resources/pe_dark/32x32/status-bad.png b/resources/pe_dark/32x32/status-bad.png new file mode 100644 index 00000000..fc700e19 Binary files /dev/null and b/resources/pe_dark/32x32/status-bad.png differ diff --git a/resources/pe_dark/32x32/status-good.png b/resources/pe_dark/32x32/status-good.png new file mode 100644 index 00000000..eff50142 Binary files /dev/null and b/resources/pe_dark/32x32/status-good.png differ diff --git a/resources/pe_dark/48x48/status-bad.png b/resources/pe_dark/48x48/status-bad.png new file mode 100644 index 00000000..846ac51d Binary files /dev/null and b/resources/pe_dark/48x48/status-bad.png differ diff --git a/resources/pe_dark/48x48/status-good.png b/resources/pe_dark/48x48/status-good.png new file mode 100644 index 00000000..56574e38 Binary files /dev/null and b/resources/pe_dark/48x48/status-good.png differ diff --git a/resources/pe_dark/64x64/status-bad.png b/resources/pe_dark/64x64/status-bad.png new file mode 100644 index 00000000..b87772cc Binary files /dev/null and b/resources/pe_dark/64x64/status-bad.png differ diff --git a/resources/pe_dark/64x64/status-good.png b/resources/pe_dark/64x64/status-good.png new file mode 100644 index 00000000..afedf8cb Binary files /dev/null and b/resources/pe_dark/64x64/status-good.png differ diff --git a/resources/pe_dark/index.theme b/resources/pe_dark/index.theme new file mode 100644 index 00000000..2768cb50 --- /dev/null +++ b/resources/pe_dark/index.theme @@ -0,0 +1,39 @@ +[Icon Theme] +Name=pe_dark +Comment=Icons by pexner (dark) +Inherits=multimc +Directories=scalable/apps,8x8,16x16,22x22,24x24,32x32,48x48,scalable + +[scalable/apps] +Size=48 +Type=scalable +MinSize=1 +MaxSize=512 +Context=Applications + +[8x8] +Size=8 + +[16x16] +Size=16 + +[22x22] +Size=22 + +[24x24] +Size=24 + +[32x32] +Size=32 + +[48x48] +Size=48 + +[64x64] +Size=64 + +[scalable] +Size=48 +Type=Scalable +MinSize=16 +MaxSize=256 diff --git a/resources/pe_dark/pe_dark.qrc b/resources/pe_dark/pe_dark.qrc new file mode 100644 index 00000000..98823a27 --- /dev/null +++ b/resources/pe_dark/pe_dark.qrc @@ -0,0 +1,57 @@ + + + + index.theme + + scalable/console.svg + + + scalable/console_error.svg + + + scalable/about.svg + + + scalable/bug.svg + + + scalable/patreon.svg + + + scalable/centralmods.svg + + + scalable/checkupdate.svg + + + scalable/copy.svg + + + scalable/new.svg + + + 16x16/status-bad.png + 22x22/status-bad.png + 24x24/status-bad.png + 32x32/status-bad.png + 48x48/status-bad.png + 64x64/status-bad.png + + + 16x16/status-good.png + 22x22/status-good.png + 24x24/status-good.png + 32x32/status-good.png + 48x48/status-good.png + 64x64/status-good.png + + + scalable/refresh.svg + + + scalable/settings.svg + + + scalable/viewfolder.svg + + diff --git a/resources/pe_dark/scalable/about.svg b/resources/pe_dark/scalable/about.svg new file mode 100644 index 00000000..35eb8e87 --- /dev/null +++ b/resources/pe_dark/scalable/about.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + diff --git a/resources/pe_dark/scalable/bug.svg b/resources/pe_dark/scalable/bug.svg new file mode 100644 index 00000000..6f78087f --- /dev/null +++ b/resources/pe_dark/scalable/bug.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_dark/scalable/centralmods.svg b/resources/pe_dark/scalable/centralmods.svg new file mode 100644 index 00000000..7c06f505 --- /dev/null +++ b/resources/pe_dark/scalable/centralmods.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + diff --git a/resources/pe_dark/scalable/checkupdate.svg b/resources/pe_dark/scalable/checkupdate.svg new file mode 100644 index 00000000..59a5ad75 --- /dev/null +++ b/resources/pe_dark/scalable/checkupdate.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + diff --git a/resources/pe_dark/scalable/console.svg b/resources/pe_dark/scalable/console.svg new file mode 100644 index 00000000..ec14ab68 --- /dev/null +++ b/resources/pe_dark/scalable/console.svg @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + MC + + + diff --git a/resources/pe_dark/scalable/console_error.svg b/resources/pe_dark/scalable/console_error.svg new file mode 100644 index 00000000..a71c6b35 --- /dev/null +++ b/resources/pe_dark/scalable/console_error.svg @@ -0,0 +1,247 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_dark/scalable/copy.svg b/resources/pe_dark/scalable/copy.svg new file mode 100644 index 00000000..dc89de43 --- /dev/null +++ b/resources/pe_dark/scalable/copy.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + diff --git a/resources/pe_dark/scalable/new.svg b/resources/pe_dark/scalable/new.svg new file mode 100644 index 00000000..88b9bb34 --- /dev/null +++ b/resources/pe_dark/scalable/new.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + diff --git a/resources/pe_dark/scalable/patreon.svg b/resources/pe_dark/scalable/patreon.svg new file mode 100644 index 00000000..071101eb --- /dev/null +++ b/resources/pe_dark/scalable/patreon.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_dark/scalable/refresh.svg b/resources/pe_dark/scalable/refresh.svg new file mode 100644 index 00000000..1bfcc007 --- /dev/null +++ b/resources/pe_dark/scalable/refresh.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + diff --git a/resources/pe_dark/scalable/settings.svg b/resources/pe_dark/scalable/settings.svg new file mode 100644 index 00000000..1d571214 --- /dev/null +++ b/resources/pe_dark/scalable/settings.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_dark/scalable/viewfolder.svg b/resources/pe_dark/scalable/viewfolder.svg new file mode 100644 index 00000000..f520574a --- /dev/null +++ b/resources/pe_dark/scalable/viewfolder.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/16x16/status-bad.png b/resources/pe_light/16x16/status-bad.png new file mode 100644 index 00000000..0187b990 Binary files /dev/null and b/resources/pe_light/16x16/status-bad.png differ diff --git a/resources/pe_light/16x16/status-good.png b/resources/pe_light/16x16/status-good.png new file mode 100644 index 00000000..661405db Binary files /dev/null and b/resources/pe_light/16x16/status-good.png differ diff --git a/resources/pe_light/22x22/status-bad.png b/resources/pe_light/22x22/status-bad.png new file mode 100644 index 00000000..7b6e9bcb Binary files /dev/null and b/resources/pe_light/22x22/status-bad.png differ diff --git a/resources/pe_light/22x22/status-good.png b/resources/pe_light/22x22/status-good.png new file mode 100644 index 00000000..3da59106 Binary files /dev/null and b/resources/pe_light/22x22/status-good.png differ diff --git a/resources/pe_light/24x24/status-bad.png b/resources/pe_light/24x24/status-bad.png new file mode 100644 index 00000000..bef1e5a3 Binary files /dev/null and b/resources/pe_light/24x24/status-bad.png differ diff --git a/resources/pe_light/24x24/status-good.png b/resources/pe_light/24x24/status-good.png new file mode 100644 index 00000000..2b55aeae Binary files /dev/null and b/resources/pe_light/24x24/status-good.png differ diff --git a/resources/pe_light/32x32/status-bad.png b/resources/pe_light/32x32/status-bad.png new file mode 100644 index 00000000..fc700e19 Binary files /dev/null and b/resources/pe_light/32x32/status-bad.png differ diff --git a/resources/pe_light/32x32/status-good.png b/resources/pe_light/32x32/status-good.png new file mode 100644 index 00000000..eff50142 Binary files /dev/null and b/resources/pe_light/32x32/status-good.png differ diff --git a/resources/pe_light/48x48/status-bad.png b/resources/pe_light/48x48/status-bad.png new file mode 100644 index 00000000..846ac51d Binary files /dev/null and b/resources/pe_light/48x48/status-bad.png differ diff --git a/resources/pe_light/48x48/status-good.png b/resources/pe_light/48x48/status-good.png new file mode 100644 index 00000000..56574e38 Binary files /dev/null and b/resources/pe_light/48x48/status-good.png differ diff --git a/resources/pe_light/64x64/status-bad.png b/resources/pe_light/64x64/status-bad.png new file mode 100644 index 00000000..b87772cc Binary files /dev/null and b/resources/pe_light/64x64/status-bad.png differ diff --git a/resources/pe_light/64x64/status-good.png b/resources/pe_light/64x64/status-good.png new file mode 100644 index 00000000..afedf8cb Binary files /dev/null and b/resources/pe_light/64x64/status-good.png differ diff --git a/resources/pe_light/index.theme b/resources/pe_light/index.theme new file mode 100644 index 00000000..a782c2ec --- /dev/null +++ b/resources/pe_light/index.theme @@ -0,0 +1,39 @@ +[Icon Theme] +Name=pe_light +Comment=Icons by pexner (light) +Inherits=multimc +Directories=scalable/apps,8x8,16x16,22x22,24x24,32x32,48x48,scalable + +[scalable/apps] +Size=48 +Type=scalable +MinSize=1 +MaxSize=512 +Context=Applications + +[8x8] +Size=8 + +[16x16] +Size=16 + +[22x22] +Size=22 + +[24x24] +Size=24 + +[32x32] +Size=32 + +[48x48] +Size=48 + +[64x64] +Size=64 + +[scalable] +Size=48 +Type=Scalable +MinSize=16 +MaxSize=256 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 @@ + + + + index.theme + + + scalable/console.svg + + + scalable/console_error.svg + + + scalable/about.svg + + + scalable/bug.svg + + + scalable/patreon.svg + + + scalable/centralmods.svg + + + scalable/checkupdate.svg + + + scalable/copy.svg + + + scalable/new.svg + + + scalable/news.svg + + + 16x16/status-bad.png + 22x22/status-bad.png + 24x24/status-bad.png + 32x32/status-bad.png + 48x48/status-bad.png + 64x64/status-bad.png + + + 16x16/status-good.png + 22x22/status-good.png + 24x24/status-good.png + 32x32/status-good.png + 48x48/status-good.png + 64x64/status-good.png + + + scalable/refresh.svg + + + scalable/settings.svg + + + scalable/viewfolder.svg + + diff --git a/resources/pe_light/scalable/about.svg b/resources/pe_light/scalable/about.svg new file mode 100644 index 00000000..9ee74686 --- /dev/null +++ b/resources/pe_light/scalable/about.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/bug.svg b/resources/pe_light/scalable/bug.svg new file mode 100644 index 00000000..44e6d72a --- /dev/null +++ b/resources/pe_light/scalable/bug.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/centralmods.svg b/resources/pe_light/scalable/centralmods.svg new file mode 100644 index 00000000..fea7660a --- /dev/null +++ b/resources/pe_light/scalable/centralmods.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/checkupdate.svg b/resources/pe_light/scalable/checkupdate.svg new file mode 100644 index 00000000..a9199659 --- /dev/null +++ b/resources/pe_light/scalable/checkupdate.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/console.svg b/resources/pe_light/scalable/console.svg new file mode 100644 index 00000000..ec14ab68 --- /dev/null +++ b/resources/pe_light/scalable/console.svg @@ -0,0 +1,228 @@ + + + +