From 8f7aec032b11a2e2b3034c9d9719a74726dad130 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 26 Oct 2014 23:44:20 +0100 Subject: Add dark, light, blue and colored theme from pe. Replaces the old dark and light themes --- resources/pe_light/scalable/about.svg | 28 +-- resources/pe_light/scalable/accounts.svg | 46 ++++ resources/pe_light/scalable/bug.svg | 87 ++++---- resources/pe_light/scalable/centralmods.svg | 51 +++-- resources/pe_light/scalable/checkupdate.svg | 57 +++-- resources/pe_light/scalable/console.svg | 228 ------------------- resources/pe_light/scalable/console_error.svg | 247 --------------------- resources/pe_light/scalable/copy.svg | 50 +++-- resources/pe_light/scalable/coremods.svg | 41 ++++ resources/pe_light/scalable/externaltools.svg | 41 ++++ resources/pe_light/scalable/jarmods.svg | 41 ++++ resources/pe_light/scalable/java.svg | 49 ++++ resources/pe_light/scalable/loadermods.svg | 42 ++++ resources/pe_light/scalable/log.svg | 41 ++++ resources/pe_light/scalable/minecraft.svg | 44 ++++ resources/pe_light/scalable/multimc.svg | 61 +++++ resources/pe_light/scalable/new.svg | 52 +++-- resources/pe_light/scalable/news.svg | 307 +------------------------- resources/pe_light/scalable/notes.svg | 46 ++++ resources/pe_light/scalable/patreon.svg | 123 ++++------- resources/pe_light/scalable/proxy.svg | 45 ++++ resources/pe_light/scalable/quickmods.svg | 43 ++++ resources/pe_light/scalable/refresh.svg | 51 +++-- resources/pe_light/scalable/resourcepacks.svg | 13 ++ resources/pe_light/scalable/screenshots.svg | 44 ++++ resources/pe_light/scalable/settings.svg | 95 ++++---- resources/pe_light/scalable/status-bad.svg | 103 +++++++++ resources/pe_light/scalable/status-good.svg | 114 ++++++++++ resources/pe_light/scalable/viewfolder.svg | 49 ++-- 29 files changed, 1172 insertions(+), 1067 deletions(-) create mode 100644 resources/pe_light/scalable/accounts.svg delete mode 100644 resources/pe_light/scalable/console.svg delete mode 100644 resources/pe_light/scalable/console_error.svg create mode 100644 resources/pe_light/scalable/coremods.svg create mode 100644 resources/pe_light/scalable/externaltools.svg create mode 100644 resources/pe_light/scalable/jarmods.svg create mode 100644 resources/pe_light/scalable/java.svg create mode 100644 resources/pe_light/scalable/loadermods.svg create mode 100644 resources/pe_light/scalable/log.svg create mode 100644 resources/pe_light/scalable/minecraft.svg create mode 100644 resources/pe_light/scalable/multimc.svg create mode 100644 resources/pe_light/scalable/notes.svg create mode 100644 resources/pe_light/scalable/proxy.svg create mode 100644 resources/pe_light/scalable/quickmods.svg create mode 100644 resources/pe_light/scalable/resourcepacks.svg create mode 100644 resources/pe_light/scalable/screenshots.svg create mode 100644 resources/pe_light/scalable/status-bad.svg create mode 100644 resources/pe_light/scalable/status-good.svg (limited to 'resources/pe_light/scalable') diff --git a/resources/pe_light/scalable/about.svg b/resources/pe_light/scalable/about.svg index 9ee74686..8d00c32e 100644 --- a/resources/pe_light/scalable/about.svg +++ b/resources/pe_light/scalable/about.svg @@ -1,21 +1,15 @@ - + - - - - - - - - - - + viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> + + + + + + + diff --git a/resources/pe_light/scalable/accounts.svg b/resources/pe_light/scalable/accounts.svg new file mode 100644 index 00000000..3a092d03 --- /dev/null +++ b/resources/pe_light/scalable/accounts.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/bug.svg b/resources/pe_light/scalable/bug.svg index 44e6d72a..ccb64bc5 100644 --- a/resources/pe_light/scalable/bug.svg +++ b/resources/pe_light/scalable/bug.svg @@ -1,50 +1,47 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/centralmods.svg b/resources/pe_light/scalable/centralmods.svg index fea7660a..050fdc58 100644 --- a/resources/pe_light/scalable/centralmods.svg +++ b/resources/pe_light/scalable/centralmods.svg @@ -1,20 +1,41 @@ - + + viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/checkupdate.svg b/resources/pe_light/scalable/checkupdate.svg index a9199659..deae477f 100644 --- a/resources/pe_light/scalable/checkupdate.svg +++ b/resources/pe_light/scalable/checkupdate.svg @@ -1,24 +1,43 @@ - + - - - - - - - - - + viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/console.svg b/resources/pe_light/scalable/console.svg deleted file mode 100644 index ec14ab68..00000000 --- a/resources/pe_light/scalable/console.svg +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - MC - - - diff --git a/resources/pe_light/scalable/console_error.svg b/resources/pe_light/scalable/console_error.svg deleted file mode 100644 index a71c6b35..00000000 --- a/resources/pe_light/scalable/console_error.svg +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/resources/pe_light/scalable/copy.svg b/resources/pe_light/scalable/copy.svg index d8c0fbdc..abdcce09 100644 --- a/resources/pe_light/scalable/copy.svg +++ b/resources/pe_light/scalable/copy.svg @@ -1,20 +1,40 @@ - + - - - - - - - - - + viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/coremods.svg b/resources/pe_light/scalable/coremods.svg new file mode 100644 index 00000000..c8fb0eb9 --- /dev/null +++ b/resources/pe_light/scalable/coremods.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/externaltools.svg b/resources/pe_light/scalable/externaltools.svg new file mode 100644 index 00000000..4d232bcf --- /dev/null +++ b/resources/pe_light/scalable/externaltools.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/jarmods.svg b/resources/pe_light/scalable/jarmods.svg new file mode 100644 index 00000000..9852c805 --- /dev/null +++ b/resources/pe_light/scalable/jarmods.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/java.svg b/resources/pe_light/scalable/java.svg new file mode 100644 index 00000000..0584058a --- /dev/null +++ b/resources/pe_light/scalable/java.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/loadermods.svg b/resources/pe_light/scalable/loadermods.svg new file mode 100644 index 00000000..913c1968 --- /dev/null +++ b/resources/pe_light/scalable/loadermods.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/log.svg b/resources/pe_light/scalable/log.svg new file mode 100644 index 00000000..82282ca4 --- /dev/null +++ b/resources/pe_light/scalable/log.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/minecraft.svg b/resources/pe_light/scalable/minecraft.svg new file mode 100644 index 00000000..d772111f --- /dev/null +++ b/resources/pe_light/scalable/minecraft.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/multimc.svg b/resources/pe_light/scalable/multimc.svg new file mode 100644 index 00000000..8b2cb631 --- /dev/null +++ b/resources/pe_light/scalable/multimc.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/new.svg b/resources/pe_light/scalable/new.svg index 2cbd8b92..96fd1f5b 100644 --- a/resources/pe_light/scalable/new.svg +++ b/resources/pe_light/scalable/new.svg @@ -1,21 +1,41 @@ - + + viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/news.svg b/resources/pe_light/scalable/news.svg index 67a370df..84979dcb 100644 --- a/resources/pe_light/scalable/news.svg +++ b/resources/pe_light/scalable/news.svg @@ -1,296 +1,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce convallis mauris ullamcorper mauris viverra molestie. Donec ultricies faucibus laoreet. Donec convallis congue neque consequat vehicula. Morbi condimentum tempor nulla et rhoncus. Etiam auctor, augue eu pharetra congue, elit justo lacinia risus, non lacinia est justo sed erat. Ut risus urna, viverra id interdum in, molestie non sem. Morbi leo orci, gravida auctor tempor vel, varius et enim. Nulla sem enim, ultricies vel laoreet ac, semper vel mauris. Ut adipiscing sapien sed leo pretium id vulputate erat gravida. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Cras tempor leo sit amet velit molestie commodo eget tincidunt leo. Cras dictum metus non ante pulvinar pellentesque. Morbi id elit ullamcorper mi vulputate lobortis. Cras ac vehicula felis. Phasellus dictum, tellus at molestie pellentesque, purus purus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce convallis mauris ullamcorper mauris viverra molestie. Donec ultricies faucibus laoreet. Donec convallis congue neque consequat vehicula. Morbi condimentum tempor nulla et rhoncus. Etiam auctor, augue eu pharetra congue, elit justo lacinia risus, non lacinia est justo sed erat. Ut risus urna, - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + diff --git a/resources/pe_light/scalable/notes.svg b/resources/pe_light/scalable/notes.svg new file mode 100644 index 00000000..02dc11ec --- /dev/null +++ b/resources/pe_light/scalable/notes.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/patreon.svg b/resources/pe_light/scalable/patreon.svg index d48289c8..0bd08826 100644 --- a/resources/pe_light/scalable/patreon.svg +++ b/resources/pe_light/scalable/patreon.svg @@ -1,83 +1,40 @@ - - - -image/svg+xml \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/proxy.svg b/resources/pe_light/scalable/proxy.svg new file mode 100644 index 00000000..9de8d6d1 --- /dev/null +++ b/resources/pe_light/scalable/proxy.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/quickmods.svg b/resources/pe_light/scalable/quickmods.svg new file mode 100644 index 00000000..6dbeab52 --- /dev/null +++ b/resources/pe_light/scalable/quickmods.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/refresh.svg b/resources/pe_light/scalable/refresh.svg index 8d25ea90..eba90471 100644 --- a/resources/pe_light/scalable/refresh.svg +++ b/resources/pe_light/scalable/refresh.svg @@ -1,20 +1,41 @@ - + + viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/resourcepacks.svg b/resources/pe_light/scalable/resourcepacks.svg new file mode 100644 index 00000000..7d6323f2 --- /dev/null +++ b/resources/pe_light/scalable/resourcepacks.svg @@ -0,0 +1,13 @@ + + + + + + + diff --git a/resources/pe_light/scalable/screenshots.svg b/resources/pe_light/scalable/screenshots.svg new file mode 100644 index 00000000..f2887be6 --- /dev/null +++ b/resources/pe_light/scalable/screenshots.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/settings.svg b/resources/pe_light/scalable/settings.svg index caa4e75f..83b92a52 100644 --- a/resources/pe_light/scalable/settings.svg +++ b/resources/pe_light/scalable/settings.svg @@ -1,64 +1,43 @@ - + - + viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/pe_light/scalable/status-bad.svg b/resources/pe_light/scalable/status-bad.svg new file mode 100644 index 00000000..3449fea3 --- /dev/null +++ b/resources/pe_light/scalable/status-bad.svg @@ -0,0 +1,103 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/status-good.svg b/resources/pe_light/scalable/status-good.svg new file mode 100644 index 00000000..a5bf5c0b --- /dev/null +++ b/resources/pe_light/scalable/status-good.svg @@ -0,0 +1,114 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/pe_light/scalable/viewfolder.svg b/resources/pe_light/scalable/viewfolder.svg index 3161f61f..b36343fe 100644 --- a/resources/pe_light/scalable/viewfolder.svg +++ b/resources/pe_light/scalable/viewfolder.svg @@ -1,19 +1,40 @@ - + + viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit