diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index e69de29bb..000000000
diff --git a/CREDITS.md b/CREDITS.md
index b7bb42222..3b47a0c80 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -1,11 +1,11 @@
Programming
===========
-Alec "Aloshi" Lofquist (original version)\
-http://www.aloshi.com\
-RetroPie Community (RetroPie fork)\
-https://retropie.org.uk\
-Leon Styhre (Desktop Edition fork)\
+Alec "Aloshi" Lofquist (original version) \
+http://www.aloshi.com \
+RetroPie Community (RetroPie fork) \
+https://retropie.org.uk \
+Leon Styhre (Desktop Edition fork)
UI Art & Design
@@ -14,60 +14,70 @@ UI Art & Design
Nils Bonenberger
+Licenses
+========
+
+Please find the individual license files inside the LICENSES directory.
+
+
Libraries
=========
-cURL
+cURL \
http://curl.haxx.se
-FreeType
+FreeType \
http://www.freetype.org
-FreeImage
+FreeImage \
http://www.freeimage.sourceforge.net
-libVLC
+libVLC \
https://wiki.videolan.org/LibVLC
-nanosvg
+nanosvg \
https://github.com/memononen/nanosvg
-pugixml
+pugixml \
http://pugixml.org
-RapdidJSON
+RapdidJSON \
http://rapidjson.org
-SDL 2
+SDL 2 \
http://www.libsdl.org
Resources
=========
-DejaVu font
+DejaVu font \
https://dejavu-fonts.github.io
-DroidSans font
+DroidSans font \
https://android.googlesource.com/platform/frameworks/base
-Font Awesome
+Font Awesome \
https://fontawesome.com
-GNU FreeFont
+GNU FreeFont \
https://www.gnu.org/software/freefont
-Nanum font
+Nanum font \
https://hangeul.naver.com
-Open Sans font
+Open Sans font \
https://fonts.google.com/specimen/Open+Sans
-MAME ROM information
+MAME ROM information \
https://www.mamedev.org
-Licenses
-========
+Themes
+======
-Please find the individual license files inside the LICENSES directory.
+Recalbox Multi (the default theme rbsimple-DE is based on this one) \
+https://gitlab.com/recalbox/recalbox-themes
+
+Carbon (some graphics used in rbsimple-DE comes from this theme) \
+https://github.com/RetroPie/es-theme-carbon
diff --git a/DEVNOTES.md b/DEVNOTES.md
index 50f923c98..9183e0fcc 100644
--- a/DEVNOTES.md
+++ b/DEVNOTES.md
@@ -1,28 +1,36 @@
-Coding Style Guide
-==================
+Coding Style
+============
-The coding style is mostly a combination the Linux Kernel and Google C++ coding styles.\
-Please refer to these guides here:\
-https://www.kernel.org/doc/html/v4.10/process/coding-style.html\
-https://google.github.io/styleguide/cppguide.html\
+The coding style for EmulationStation-DE is mostly a combination of the Linux Kernel and Google C++ coding guidelines. \
+Please refer to these documents here: \
+https://www.kernel.org/doc/html/v4.10/process/coding-style.html \
+https://google.github.io/styleguide/cppguide.html \
There are some deviations though, mostly due to historical reasons as the original code did not use this coding style.
-The most obvious and important points to consider:
+Some key points:
* Column width (line length) is 100 characters
* Indentation is 4 spaces, don't use tabs as they can be interpreted differently!
+* Line break is Unix-style (line feed only, no carriage return)
* Comments always in C++ style, i.e. // instead of /* */
* Comments should be proper sentences, starting with a capital letter and ending with a dot
-* K&R placements of braces, read the Linux Kernel coding style document for clarifications
-* Always use spaces between keywords and opening brackets, i.e. `if ()`, `for ()`, `while (` etc.
-* Avoid excessive inline functions as it bloats the binary and provides dubious performance gains
-* For the rest, check the code!
+* Use K&R placements of braces, read the Linux Kernel coding style document for clarifications
+* Always use spaces between keywords and opening brackets, i.e. `if ()`, `for ()`, `while ()` etc.
+* If the arguments (and initializer list) for a function or class exceeds 4 items, arrange them vertically to make the code easier to read
+* Always declare one variable per line, never combine multiple declarations of the same type
+* Name local variables with the first word in small letters and the proceeding words starting with capital letters, e.g. myExampleVariable
+* Name member variables starting with a small 'm', e.g. mMyMemberVariable
+* Use the same naming convention for functions as for local variables, e.g. someFunction()
+* Inline functions can be used but don't overdo it by using them for functions that won't be called very frequently
+* Never put more than one statement on a single line, except for lambda expressions
+* Avoid overoptimizations, especially if it sacrifices readability, makes the code hard to expand on or is error prone
+* For the rest, check the code and have fun! :)
Development Environment
=======================
-EmulationStation-DE is developed and compiled using GCC and GDB.\
+EmulationStation-DE is developed and compiled using GCC and GDB. \
For debugging purposes, starting the application like this could make sense:
`emulationstation --windowed --debug --resolution 1280 720`
diff --git a/LICENSE.md b/LICENSE
similarity index 100%
rename from LICENSE.md
rename to LICENSE
diff --git a/LICENSES/rbsimple-DE b/LICENSES/rbsimple-DE
new file mode 100644
index 000000000..a44965c03
--- /dev/null
+++ b/LICENSES/rbsimple-DE
@@ -0,0 +1,272 @@
+License
+=======
+
+-------------------------------------------------------------------------
+
+Summary of the license below:
+
+ALLOWED: - Share and duplicate as it is
+ - Edit, alter, change it
+
+REQUIREMENTS: - Attribution, give credit to the creator
+ - Indicate changes to it
+ - Publish the changes under the same license
+
+PROHIBITED: - Commercial distribution
+
+-------------------------------------------------------------------------
+
+LOGO NOTICE
+
+The used logos and trademarks are copyright of their respective owners.
+
+-------------------------------------------------------------------------
+
+Attribution-NonCommercial-ShareAlike 2.0 (CC-BY-NC-SA)
+
+By exercising the Licensed Rights (defined below), You accept and agree
+to be bound by the terms and conditions of this Creative Commons
+Attribution-NonCommercial-ShareAlike 4.0 International Public License
+("Public License"). To the extent this Public License may be interpreted
+as a contract, You are granted the Licensed Rights in consideration of
+Your acceptance of these terms and conditions, and the Licensor grants
+You such rights in consideration of benefits the Licensor receives from
+making the Licensed Material available under these terms and conditions.
+
+Section 1 – Definitions.
+
+Adapted Material means material subject to Copyright and Similar Rights
+that is derived from or based upon the Licensed Material and in which
+the Licensed Material is translated, altered, arranged, transformed, or
+otherwise modified in a manner requiring permission under the Copyright
+and Similar Rights held by the Licensor. For purposes of this Public
+License, where the Licensed Material is a musical work, performance, or
+sound recording, Adapted Material is always produced where the Licensed
+Material is synched in timed relation with a moving image. Adapter's
+License means the license You apply to Your Copyright and Similar Rights
+in Your contributions to Adapted Material in accordance with the terms
+and conditions of this Public License. BY-NC-SA Compatible License means
+a license listed at creativecommons.org/compatiblelicenses, approved by
+Creative Commons as essentially the equivalent of this Public License.
+Copyright and Similar Rights means copyright and/or similar rights
+closely related to copyright including, without limitation, performance,
+broadcast, sound recording, and Sui Generis Database Rights, without
+regard to how the rights are labeled or categorized. For purposes of
+this Public License, the rights specified in Section 2(b)(1)-(2) are not
+Copyright and Similar Rights. Effective Technological Measures means
+those measures that, in the absence of proper authority, may not be
+circumvented under laws fulfilling obligations under Article 11 of the
+WIPO Copyright Treaty adopted on December 20, 1996, and/or similar
+international agreements. Exceptions and Limitations means fair use,
+fair dealing, and/or any other exception or limitation to Copyright and
+Similar Rights that applies to Your use of the Licensed Material.
+License Elements means the license attributes listed in the name of a
+Creative Commons Public License. The License Elements of this Public
+License are Attribution, NonCommercial, and ShareAlike. Licensed
+Material means the artistic or literary work, database, or other
+material to which the Licensor applied this Public License. Licensed
+Rights means the rights granted to You subject to the terms and
+conditions of this Public License, which are limited to all Copyright
+and Similar Rights that apply to Your use of the Licensed Material and
+that the Licensor has authority to license. Licensor means the
+individual(s) or entity(ies) granting rights under this Public License.
+NonCommercial means not primarily intended for or directed towards
+commercial advantage or monetary compensation. For purposes of this
+Public License, the exchange of the Licensed Material for other material
+subject to Copyright and Similar Rights by digital file-sharing or
+similar means is NonCommercial provided there is no payment of monetary
+compensation in connection with the exchange. Share means to provide
+material to the public by any means or process that requires permission
+under the Licensed Rights, such as reproduction, public display, public
+performance, distribution, dissemination, communication, or importation,
+and to make material available to the public including in ways that
+members of the public may access the material from a place and at a time
+individually chosen by them. Sui Generis Database Rights means rights
+other than copyright resulting from Directive 96/9/EC of the European
+Parliament and of the Council of 11 March 1996 on the legal protection
+of databases, as amended and/or succeeded, as well as other essentially
+equivalent rights anywhere in the world. You means the individual or
+entity exercising the Licensed Rights under this Public License. Your
+has a corresponding meaning. Section 2 – Scope.
+
+License grant. Subject to the terms and conditions of this Public
+License, the Licensor hereby grants You a worldwide, royalty-free,
+non-sublicensable, non-exclusive, irrevocable license to exercise the
+Licensed Rights in the Licensed Material to: reproduce and Share the
+Licensed Material, in whole or in part, for NonCommercial purposes only;
+and produce, reproduce, and Share Adapted Material for NonCommercial
+purposes only. Exceptions and Limitations. For the avoidance of doubt,
+where Exceptions and Limitations apply to Your use, this Public License
+does not apply, and You do not need to comply with its terms and
+conditions. Term. The term of this Public License is specified in
+Section 6(a). Media and formats; technical modifications allowed. The
+Licensor authorizes You to exercise the Licensed Rights in all media and
+formats whether now known or hereafter created, and to make technical
+modifications necessary to do so. The Licensor waives and/or agrees not
+to assert any right or authority to forbid You from making technical
+modifications necessary to exercise the Licensed Rights, including
+technical modifications necessary to circumvent Effective Technological
+Measures. For purposes of this Public License, simply making
+modifications authorized by this Section 2(a)(4) never produces Adapted
+Material. Downstream recipients. Offer from the Licensor – Licensed
+Material. Every recipient of the Licensed Material automatically
+receives an offer from the Licensor to exercise the Licensed Rights
+under the terms and conditions of this Public License. Additional offer
+from the Licensor – Adapted Material. Every recipient of Adapted
+Material from You automatically receives an offer from the Licensor to
+exercise the Licensed Rights in the Adapted Material under the
+conditions of the Adapter’s License You apply. No downstream
+restrictions. You may not offer or impose any additional or different
+terms or conditions on, or apply any Effective Technological Measures
+to, the Licensed Material if doing so restricts exercise of the Licensed
+Rights by any recipient of the Licensed Material. No endorsement.
+Nothing in this Public License constitutes or may be construed as
+permission to assert or imply that You are, or that Your use of the
+Licensed Material is, connected with, or sponsored, endorsed, or granted
+official status by, the Licensor or others designated to receive
+attribution as provided in Section 3(a)(1)(A)(i). Other rights.
+
+Moral rights, such as the right of integrity, are not licensed under
+this Public License, nor are publicity, privacy, and/or other similar
+personality rights; however, to the extent possible, the Licensor waives
+and/or agrees not to assert any such rights held by the Licensor to the
+limited extent necessary to allow You to exercise the Licensed Rights,
+but not otherwise. Patent and trademark rights are not licensed under
+this Public License. To the extent possible, the Licensor waives any
+right to collect royalties from You for the exercise of the Licensed
+Rights, whether directly or through a collecting society under any
+voluntary or waivable statutory or compulsory licensing scheme. In all
+other cases the Licensor expressly reserves any right to collect such
+royalties, including when the Licensed Material is used other than for
+NonCommercial purposes. Section 3 – License Conditions.
+
+Your exercise of the Licensed Rights is expressly made subject to the
+following conditions.
+
+Attribution.
+
+If You Share the Licensed Material (including in modified form), You
+must:
+
+retain the following if it is supplied by the Licensor with the Licensed
+Material: identification of the creator(s) of the Licensed Material and
+any others designated to receive attribution, in any reasonable manner
+requested by the Licensor (including by pseudonym if designated); a
+copyright notice; a notice that refers to this Public License; a notice
+that refers to the disclaimer of warranties; a URI or hyperlink to the
+Licensed Material to the extent reasonably practicable; indicate if You
+modified the Licensed Material and retain an indication of any previous
+modifications; and indicate the Licensed Material is licensed under this
+Public License, and include the text of, or the URI or hyperlink to,
+this Public License. You may satisfy the conditions in Section 3(a)(1)
+in any reasonable manner based on the medium, means, and context in
+which You Share the Licensed Material. For example, it may be reasonable
+to satisfy the conditions by providing a URI or hyperlink to a resource
+that includes the required information. If requested by the Licensor,
+You must remove any of the information required by Section 3(a)(1)(A) to
+the extent reasonably practicable. ShareAlike. In addition to the
+conditions in Section 3(a), if You Share Adapted Material You produce,
+the following conditions also apply.
+
+The Adapter’s License You apply must be a Creative Commons license with
+the same License Elements, this version or later, or a BY-NC-SA
+Compatible License. You must include the text of, or the URI or
+hyperlink to, the Adapter's License You apply. You may satisfy this
+condition in any reasonable manner based on the medium, means, and
+context in which You Share Adapted Material. You may not offer or impose
+any additional or different terms or conditions on, or apply any
+Effective Technological Measures to, Adapted Material that restrict
+exercise of the rights granted under the Adapter's License You apply.
+Section 4 – Sui Generis Database Rights.
+
+Where the Licensed Rights include Sui Generis Database Rights that apply
+to Your use of the Licensed Material:
+
+for the avoidance of doubt, Section 2(a)(1) grants You the right to
+extract, reuse, reproduce, and Share all or a substantial portion of the
+contents of the database for NonCommercial purposes only; if You include
+all or a substantial portion of the database contents in a database in
+which You have Sui Generis Database Rights, then the database in which
+You have Sui Generis Database Rights (but not its individual contents)
+is Adapted Material, including for purposes of Section 3(b); and You
+must comply with the conditions in Section 3(a) if You Share all or a
+substantial portion of the contents of the database. For the avoidance
+of doubt, this Section 4 supplements and does not replace Your
+obligations under this Public License where the Licensed Rights include
+other Copyright and Similar Rights. Section 5 – Disclaimer of Warranties
+and Limitation of Liability.
+
+Unless otherwise separately undertaken by the Licensor, to the extent
+possible, the Licensor offers the Licensed Material as-is and
+as-available, and makes no representations or warranties of any kind
+concerning the Licensed Material, whether express, implied, statutory,
+or other. This includes, without limitation, warranties of title,
+merchantability, fitness for a particular purpose, non-infringement,
+absence of latent or other defects, accuracy, or the presence or absence
+of errors, whether or not known or discoverable. Where disclaimers of
+warranties are not allowed in full or in part, this disclaimer may not
+apply to You. To the extent possible, in no event will the Licensor be
+liable to You on any legal theory (including, without limitation,
+negligence) or otherwise for any direct, special, indirect, incidental,
+consequential, punitive, exemplary, or other losses, costs, expenses, or
+damages arising out of this Public License or use of the Licensed
+Material, even if the Licensor has been advised of the possibility of
+such losses, costs, expenses, or damages. Where a limitation of
+liability is not allowed in full or in part, this limitation may not
+apply to You. The disclaimer of warranties and limitation of liability
+provided above shall be interpreted in a manner that, to the extent
+possible, most closely approximates an absolute disclaimer and waiver of
+all liability. Section 6 – Term and Termination.
+
+This Public License applies for the term of the Copyright and Similar
+Rights licensed here. However, if You fail to comply with this Public
+License, then Your rights under this Public License terminate
+automatically. Where Your right to use the Licensed Material has
+terminated under Section 6(a), it reinstates:
+
+automatically as of the date the violation is cured, provided it is
+cured within 30 days of Your discovery of the violation; or upon express
+reinstatement by the Licensor. For the avoidance of doubt, this Section
+6(b) does not affect any right the Licensor may have to seek remedies
+for Your violations of this Public License. For the avoidance of doubt,
+the Licensor may also offer the Licensed Material under separate terms
+or conditions or stop distributing the Licensed Material at any time;
+however, doing so will not terminate this Public License. Sections 1, 5,
+6, 7, and 8 survive termination of this Public License. Section 7 –
+Other Terms and Conditions.
+
+The Licensor shall not be bound by any additional or different terms or
+conditions communicated by You unless expressly agreed. Any
+arrangements, understandings, or agreements regarding the Licensed
+Material not stated herein are separate from and independent of the
+terms and conditions of this Public License. Section 8 – Interpretation.
+
+For the avoidance of doubt, this Public License does not, and shall not
+be interpreted to, reduce, limit, restrict, or impose conditions on any
+use of the Licensed Material that could lawfully be made without
+permission under this Public License. To the extent possible, if any
+provision of this Public License is deemed unenforceable, it shall be
+automatically reformed to the minimum extent necessary to make it
+enforceable. If the provision cannot be reformed, it shall be severed
+from this Public License without affecting the enforceability of the
+remaining terms and conditions. No term or condition of this Public
+License will be waived and no failure to comply consented to unless
+expressly agreed to by the Licensor. Nothing in this Public License
+constitutes or may be interpreted as a limitation upon, or waiver of,
+any privileges and immunities that apply to the Licensor or You,
+including from the legal processes of any jurisdiction or authority.
+Creative Commons is not a party to its public licenses. Notwithstanding,
+Creative Commons may elect to apply one of its public licenses to
+material it publishes and in those instances will be considered the
+“Licensor.” Except for the limited purpose of indicating that material
+is shared under a Creative Commons public license or as otherwise
+permitted by the Creative Commons policies published at
+creativecommons.org/policies, Creative Commons does not authorize the
+use of the trademark “Creative Commons” or any other trademark or logo
+of Creative Commons without its prior written consent including, without
+limitation, in connection with any unauthorized modifications to any of
+its public licenses or any other arrangements, understandings, or
+agreements concerning use of licensed material. For the avoidance of
+doubt, this paragraph does not form part of the public licenses.
+
+Creative Commons may be contacted at creativecommons.org.
diff --git a/NEWS.md b/NEWS.md
index 836419560..3d5f97b4a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -11,6 +11,7 @@ v1.0.0
* For single-game scraping, any values updated by the scraper are now highlighted using a different font color in the metadata editor
* Gamelist sorting now working as expected and is persistent throughout the application session
* Full navigation sound support, configurable per theme
+* New default theme 'rbsimple-DE' bundled with the software, this theme is largely based on 'recalbox-multi' by the Recalbox community
* Seamless (almost) launch of games without showing the desktop when starting and returning from RetroArch and other emulators
* Per-game launchstring override, so that different cores or emulators can be used on a per-game basis (saved to gamelist.xml)
* Help system updated and expanded to the complete application (previously it was only partially implemented)
diff --git a/README.md b/README.md
index 1d1acc8bf..52a87f8fb 100644
--- a/README.md
+++ b/README.md
@@ -3,13 +3,13 @@ EmulationStation Desktop Edition
EmulationStation Desktop Edition is a cross-platform graphical front-end for emulators with controller and keyboard navigation.
-This is a fork intended for use on desktop computers rather than devices such as a Raspberry Pi. It's specifically intended to be
-used with RetroArch, although it's certainly possible to configure the software to be used with other emulators.
+This is a fork intended for use on desktop computers rather than devices such as the Raspberry Pi. \
+As such the goal is not to create advanced emulator configuration tools in the frontend but instead to let the emulators themselves handle that.
-As it's intended for RetroArch and for usage on desktop computers, there has been no effort spent on trying to create advanced emulator or system configuration tools in the frontend, it's better to let the emulator itself handle that. Rather the goal is to keep the code as clean and fast as possible and to avoid bloat.
+EmulationStation-DE is primarily intended to be used with RetroArch, although it's certainly possible to configure the software to be used with other emulators as well.
-Check the Git repository and/or the NEWS.md file for information of improvements and bug fixes.
-This fork was initially based off RetroPie EmulationStation v2.10.0rp-dev (master).
+Check out the Git repository and/or NEWS.md file for release information, including a list of improvements and bug fixes per version. \
+This fork was initially based on RetroPie EmulationStation v2.10.0rp-dev (master).
Building
diff --git a/themes/rbsimple-DE/3do/colors.xml b/themes/rbsimple-DE/3do/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/3do/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/3do/images/logo.svg b/themes/rbsimple-DE/3do/images/logo.svg
new file mode 100644
index 000000000..52037f7ba
--- /dev/null
+++ b/themes/rbsimple-DE/3do/images/logo.svg
@@ -0,0 +1,47 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/3do/systeminfo.xml b/themes/rbsimple-DE/3do/systeminfo.xml
new file mode 100644
index 000000000..1348ee5f4
--- /dev/null
+++ b/themes/rbsimple-DE/3do/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ 3DO
+
+
+
diff --git a/themes/rbsimple-DE/3do/theme.xml b/themes/rbsimple-DE/3do/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/3do/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/CREDITS.md b/themes/rbsimple-DE/CREDITS.md
new file mode 100644
index 000000000..ff77e5fce
--- /dev/null
+++ b/themes/rbsimple-DE/CREDITS.md
@@ -0,0 +1,29 @@
+The EmulationStation theme 'rbsimple-DE' is based on 'recalbox-multi' by the Recalbox community.
+Some graphics was also taken from 'carbon' by Rookervik.
+
+
+Recalbox credits
+================
+- Supernature2k
+- Paradadf
+
+Original work from
+Recalbox's community:
+- Zuco
+- Sm3ck
+- Th4Shin
+- Shub
+- Lester
+- MarbleMad
+- Odissine
+- Zarroun
+- Reivaax
+- RockAddicted
+- Bigboo3000
+- Paradadf
+
+
+Other credits
+=============
+Theme 'carbon' v2.4 - 2016-08-16 by Rookervik
+based on simple(c) Nils Bonenberger - nilsbyte@nilsbyte.de - http://blog.nilsbyte.de/
diff --git a/themes/rbsimple-DE/LICENSE b/themes/rbsimple-DE/LICENSE
new file mode 100644
index 000000000..a44965c03
--- /dev/null
+++ b/themes/rbsimple-DE/LICENSE
@@ -0,0 +1,272 @@
+License
+=======
+
+-------------------------------------------------------------------------
+
+Summary of the license below:
+
+ALLOWED: - Share and duplicate as it is
+ - Edit, alter, change it
+
+REQUIREMENTS: - Attribution, give credit to the creator
+ - Indicate changes to it
+ - Publish the changes under the same license
+
+PROHIBITED: - Commercial distribution
+
+-------------------------------------------------------------------------
+
+LOGO NOTICE
+
+The used logos and trademarks are copyright of their respective owners.
+
+-------------------------------------------------------------------------
+
+Attribution-NonCommercial-ShareAlike 2.0 (CC-BY-NC-SA)
+
+By exercising the Licensed Rights (defined below), You accept and agree
+to be bound by the terms and conditions of this Creative Commons
+Attribution-NonCommercial-ShareAlike 4.0 International Public License
+("Public License"). To the extent this Public License may be interpreted
+as a contract, You are granted the Licensed Rights in consideration of
+Your acceptance of these terms and conditions, and the Licensor grants
+You such rights in consideration of benefits the Licensor receives from
+making the Licensed Material available under these terms and conditions.
+
+Section 1 – Definitions.
+
+Adapted Material means material subject to Copyright and Similar Rights
+that is derived from or based upon the Licensed Material and in which
+the Licensed Material is translated, altered, arranged, transformed, or
+otherwise modified in a manner requiring permission under the Copyright
+and Similar Rights held by the Licensor. For purposes of this Public
+License, where the Licensed Material is a musical work, performance, or
+sound recording, Adapted Material is always produced where the Licensed
+Material is synched in timed relation with a moving image. Adapter's
+License means the license You apply to Your Copyright and Similar Rights
+in Your contributions to Adapted Material in accordance with the terms
+and conditions of this Public License. BY-NC-SA Compatible License means
+a license listed at creativecommons.org/compatiblelicenses, approved by
+Creative Commons as essentially the equivalent of this Public License.
+Copyright and Similar Rights means copyright and/or similar rights
+closely related to copyright including, without limitation, performance,
+broadcast, sound recording, and Sui Generis Database Rights, without
+regard to how the rights are labeled or categorized. For purposes of
+this Public License, the rights specified in Section 2(b)(1)-(2) are not
+Copyright and Similar Rights. Effective Technological Measures means
+those measures that, in the absence of proper authority, may not be
+circumvented under laws fulfilling obligations under Article 11 of the
+WIPO Copyright Treaty adopted on December 20, 1996, and/or similar
+international agreements. Exceptions and Limitations means fair use,
+fair dealing, and/or any other exception or limitation to Copyright and
+Similar Rights that applies to Your use of the Licensed Material.
+License Elements means the license attributes listed in the name of a
+Creative Commons Public License. The License Elements of this Public
+License are Attribution, NonCommercial, and ShareAlike. Licensed
+Material means the artistic or literary work, database, or other
+material to which the Licensor applied this Public License. Licensed
+Rights means the rights granted to You subject to the terms and
+conditions of this Public License, which are limited to all Copyright
+and Similar Rights that apply to Your use of the Licensed Material and
+that the Licensor has authority to license. Licensor means the
+individual(s) or entity(ies) granting rights under this Public License.
+NonCommercial means not primarily intended for or directed towards
+commercial advantage or monetary compensation. For purposes of this
+Public License, the exchange of the Licensed Material for other material
+subject to Copyright and Similar Rights by digital file-sharing or
+similar means is NonCommercial provided there is no payment of monetary
+compensation in connection with the exchange. Share means to provide
+material to the public by any means or process that requires permission
+under the Licensed Rights, such as reproduction, public display, public
+performance, distribution, dissemination, communication, or importation,
+and to make material available to the public including in ways that
+members of the public may access the material from a place and at a time
+individually chosen by them. Sui Generis Database Rights means rights
+other than copyright resulting from Directive 96/9/EC of the European
+Parliament and of the Council of 11 March 1996 on the legal protection
+of databases, as amended and/or succeeded, as well as other essentially
+equivalent rights anywhere in the world. You means the individual or
+entity exercising the Licensed Rights under this Public License. Your
+has a corresponding meaning. Section 2 – Scope.
+
+License grant. Subject to the terms and conditions of this Public
+License, the Licensor hereby grants You a worldwide, royalty-free,
+non-sublicensable, non-exclusive, irrevocable license to exercise the
+Licensed Rights in the Licensed Material to: reproduce and Share the
+Licensed Material, in whole or in part, for NonCommercial purposes only;
+and produce, reproduce, and Share Adapted Material for NonCommercial
+purposes only. Exceptions and Limitations. For the avoidance of doubt,
+where Exceptions and Limitations apply to Your use, this Public License
+does not apply, and You do not need to comply with its terms and
+conditions. Term. The term of this Public License is specified in
+Section 6(a). Media and formats; technical modifications allowed. The
+Licensor authorizes You to exercise the Licensed Rights in all media and
+formats whether now known or hereafter created, and to make technical
+modifications necessary to do so. The Licensor waives and/or agrees not
+to assert any right or authority to forbid You from making technical
+modifications necessary to exercise the Licensed Rights, including
+technical modifications necessary to circumvent Effective Technological
+Measures. For purposes of this Public License, simply making
+modifications authorized by this Section 2(a)(4) never produces Adapted
+Material. Downstream recipients. Offer from the Licensor – Licensed
+Material. Every recipient of the Licensed Material automatically
+receives an offer from the Licensor to exercise the Licensed Rights
+under the terms and conditions of this Public License. Additional offer
+from the Licensor – Adapted Material. Every recipient of Adapted
+Material from You automatically receives an offer from the Licensor to
+exercise the Licensed Rights in the Adapted Material under the
+conditions of the Adapter’s License You apply. No downstream
+restrictions. You may not offer or impose any additional or different
+terms or conditions on, or apply any Effective Technological Measures
+to, the Licensed Material if doing so restricts exercise of the Licensed
+Rights by any recipient of the Licensed Material. No endorsement.
+Nothing in this Public License constitutes or may be construed as
+permission to assert or imply that You are, or that Your use of the
+Licensed Material is, connected with, or sponsored, endorsed, or granted
+official status by, the Licensor or others designated to receive
+attribution as provided in Section 3(a)(1)(A)(i). Other rights.
+
+Moral rights, such as the right of integrity, are not licensed under
+this Public License, nor are publicity, privacy, and/or other similar
+personality rights; however, to the extent possible, the Licensor waives
+and/or agrees not to assert any such rights held by the Licensor to the
+limited extent necessary to allow You to exercise the Licensed Rights,
+but not otherwise. Patent and trademark rights are not licensed under
+this Public License. To the extent possible, the Licensor waives any
+right to collect royalties from You for the exercise of the Licensed
+Rights, whether directly or through a collecting society under any
+voluntary or waivable statutory or compulsory licensing scheme. In all
+other cases the Licensor expressly reserves any right to collect such
+royalties, including when the Licensed Material is used other than for
+NonCommercial purposes. Section 3 – License Conditions.
+
+Your exercise of the Licensed Rights is expressly made subject to the
+following conditions.
+
+Attribution.
+
+If You Share the Licensed Material (including in modified form), You
+must:
+
+retain the following if it is supplied by the Licensor with the Licensed
+Material: identification of the creator(s) of the Licensed Material and
+any others designated to receive attribution, in any reasonable manner
+requested by the Licensor (including by pseudonym if designated); a
+copyright notice; a notice that refers to this Public License; a notice
+that refers to the disclaimer of warranties; a URI or hyperlink to the
+Licensed Material to the extent reasonably practicable; indicate if You
+modified the Licensed Material and retain an indication of any previous
+modifications; and indicate the Licensed Material is licensed under this
+Public License, and include the text of, or the URI or hyperlink to,
+this Public License. You may satisfy the conditions in Section 3(a)(1)
+in any reasonable manner based on the medium, means, and context in
+which You Share the Licensed Material. For example, it may be reasonable
+to satisfy the conditions by providing a URI or hyperlink to a resource
+that includes the required information. If requested by the Licensor,
+You must remove any of the information required by Section 3(a)(1)(A) to
+the extent reasonably practicable. ShareAlike. In addition to the
+conditions in Section 3(a), if You Share Adapted Material You produce,
+the following conditions also apply.
+
+The Adapter’s License You apply must be a Creative Commons license with
+the same License Elements, this version or later, or a BY-NC-SA
+Compatible License. You must include the text of, or the URI or
+hyperlink to, the Adapter's License You apply. You may satisfy this
+condition in any reasonable manner based on the medium, means, and
+context in which You Share Adapted Material. You may not offer or impose
+any additional or different terms or conditions on, or apply any
+Effective Technological Measures to, Adapted Material that restrict
+exercise of the rights granted under the Adapter's License You apply.
+Section 4 – Sui Generis Database Rights.
+
+Where the Licensed Rights include Sui Generis Database Rights that apply
+to Your use of the Licensed Material:
+
+for the avoidance of doubt, Section 2(a)(1) grants You the right to
+extract, reuse, reproduce, and Share all or a substantial portion of the
+contents of the database for NonCommercial purposes only; if You include
+all or a substantial portion of the database contents in a database in
+which You have Sui Generis Database Rights, then the database in which
+You have Sui Generis Database Rights (but not its individual contents)
+is Adapted Material, including for purposes of Section 3(b); and You
+must comply with the conditions in Section 3(a) if You Share all or a
+substantial portion of the contents of the database. For the avoidance
+of doubt, this Section 4 supplements and does not replace Your
+obligations under this Public License where the Licensed Rights include
+other Copyright and Similar Rights. Section 5 – Disclaimer of Warranties
+and Limitation of Liability.
+
+Unless otherwise separately undertaken by the Licensor, to the extent
+possible, the Licensor offers the Licensed Material as-is and
+as-available, and makes no representations or warranties of any kind
+concerning the Licensed Material, whether express, implied, statutory,
+or other. This includes, without limitation, warranties of title,
+merchantability, fitness for a particular purpose, non-infringement,
+absence of latent or other defects, accuracy, or the presence or absence
+of errors, whether or not known or discoverable. Where disclaimers of
+warranties are not allowed in full or in part, this disclaimer may not
+apply to You. To the extent possible, in no event will the Licensor be
+liable to You on any legal theory (including, without limitation,
+negligence) or otherwise for any direct, special, indirect, incidental,
+consequential, punitive, exemplary, or other losses, costs, expenses, or
+damages arising out of this Public License or use of the Licensed
+Material, even if the Licensor has been advised of the possibility of
+such losses, costs, expenses, or damages. Where a limitation of
+liability is not allowed in full or in part, this limitation may not
+apply to You. The disclaimer of warranties and limitation of liability
+provided above shall be interpreted in a manner that, to the extent
+possible, most closely approximates an absolute disclaimer and waiver of
+all liability. Section 6 – Term and Termination.
+
+This Public License applies for the term of the Copyright and Similar
+Rights licensed here. However, if You fail to comply with this Public
+License, then Your rights under this Public License terminate
+automatically. Where Your right to use the Licensed Material has
+terminated under Section 6(a), it reinstates:
+
+automatically as of the date the violation is cured, provided it is
+cured within 30 days of Your discovery of the violation; or upon express
+reinstatement by the Licensor. For the avoidance of doubt, this Section
+6(b) does not affect any right the Licensor may have to seek remedies
+for Your violations of this Public License. For the avoidance of doubt,
+the Licensor may also offer the Licensed Material under separate terms
+or conditions or stop distributing the Licensed Material at any time;
+however, doing so will not terminate this Public License. Sections 1, 5,
+6, 7, and 8 survive termination of this Public License. Section 7 –
+Other Terms and Conditions.
+
+The Licensor shall not be bound by any additional or different terms or
+conditions communicated by You unless expressly agreed. Any
+arrangements, understandings, or agreements regarding the Licensed
+Material not stated herein are separate from and independent of the
+terms and conditions of this Public License. Section 8 – Interpretation.
+
+For the avoidance of doubt, this Public License does not, and shall not
+be interpreted to, reduce, limit, restrict, or impose conditions on any
+use of the Licensed Material that could lawfully be made without
+permission under this Public License. To the extent possible, if any
+provision of this Public License is deemed unenforceable, it shall be
+automatically reformed to the minimum extent necessary to make it
+enforceable. If the provision cannot be reformed, it shall be severed
+from this Public License without affecting the enforceability of the
+remaining terms and conditions. No term or condition of this Public
+License will be waived and no failure to comply consented to unless
+expressly agreed to by the Licensor. Nothing in this Public License
+constitutes or may be interpreted as a limitation upon, or waiver of,
+any privileges and immunities that apply to the Licensor or You,
+including from the legal processes of any jurisdiction or authority.
+Creative Commons is not a party to its public licenses. Notwithstanding,
+Creative Commons may elect to apply one of its public licenses to
+material it publishes and in those instances will be considered the
+“Licensor.” Except for the limited purpose of indicating that material
+is shared under a Creative Commons public license or as otherwise
+permitted by the Creative Commons policies published at
+creativecommons.org/policies, Creative Commons does not authorize the
+use of the trademark “Creative Commons” or any other trademark or logo
+of Creative Commons without its prior written consent including, without
+limitation, in connection with any unauthorized modifications to any of
+its public licenses or any other arrangements, understandings, or
+agreements concerning use of licensed material. For the avoidance of
+doubt, this paragraph does not form part of the public licenses.
+
+Creative Commons may be contacted at creativecommons.org.
diff --git a/themes/rbsimple-DE/MISSING.md b/themes/rbsimple-DE/MISSING.md
new file mode 100644
index 000000000..e3ecc57d5
--- /dev/null
+++ b/themes/rbsimple-DE/MISSING.md
@@ -0,0 +1,44 @@
+Missing systems
+===============
+
+
+Missing theme data
+==================
+* 3do: 3DO - system info, customized colors, all art except logo
+* ags: Adventure Game Studio - system info, customized colors, all art except logo
+* amiga: Amiga (general) - system info
+* amiga600: Amiga 600 - system info
+* amiga1200: Amiga 1200 - system info
+* astrocade: Bally Astrocade - system info, customized colors, all art except logo
+* atari800: Atari 800 - system info, customized colors, all art except logo
+* atari5200: Atari 5200 - system info, customized colors, all art except logo
+* atarijaguar: Atari Jaguar - system info, customized colors, all art except logo
+* atarist: Atari ST - controller.svg
+* auto-allgames - customized colors, all art except logo (uses temporary art)
+* auto-favorites - customized colors, all art except logo (uses temporary art)
+* auto-lastplayed - customized colors, all art except logo (uses temporary art)
+* bbcmicro: BBC Micro - system info, customized colors, all art except logo
+* channelf: Fairchild Channel F - system info, customized colors, all art except logo
+* coco: Tandy Color Computer - system info, customized colors, all art except logo
+* daphne: Daphne Arcade Laserdisc Emulator - system info, customized colors, all art except logo
+* desktop: Desktop applications - system info, customized colors, all art except logo
+* dragon32: Dragon 32 - system info, customized colors, all art except logo
+* intellivision: Intellivision - system info, customized colors, all art except logo
+* kodi: Kodi home theatre software - system info, customized colors, all art except logo
+* love: Löve game engine - system info, customized colors, all art except logo
+* macintosh: Apple Macintosh - system info, customized colors, all art except logo
+* mess: MESS (Multi Emulator Super System) - system info, customized colors, all art except logo
+* oric: Tangerine Computer Systems Oric - system info, customized colors, all art except logo
+* pcfx: NEC PC-FX - system info, customized colors, all art except logo
+* ports: Source ports - system info, customized colors, all art except logo
+* ps2: Sony PlayStation 2 - system info, customized colors, all art except logo
+* residualvm: ResidualVM - system info, customized colors, all art except logo
+* samcoupe: SAM Coupé - system info, customized colors, all art except logo
+* saturn: Sega Saturn - system info, customized colors, all art except logo
+* solarus: Solarus game engine - system info, customized colors, all art except logo
+* steam: Steam game distribution service - system info, customized colors, all art except logo
+* stratagus: Stratagus game engine - system info, customized colors, all art except logo
+* ti99: Texas Instruments TI-99 - system info, customized colors, all art except logo
+* trs-80: Tandy TRS 80 - system info, customized colors, all art except logo
+* videopac: Magnavox Videopac (Odyssey 2) - system info, customized colors, all art except logo
+* zmachine: Infocom Z-machine - system info, customized colors, all art except logo
diff --git a/themes/rbsimple-DE/ags/colors.xml b/themes/rbsimple-DE/ags/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/ags/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/ags/images/logo.svg b/themes/rbsimple-DE/ags/images/logo.svg
new file mode 100644
index 000000000..94ae36dd0
--- /dev/null
+++ b/themes/rbsimple-DE/ags/images/logo.svg
@@ -0,0 +1,777 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/ags/systeminfo.xml b/themes/rbsimple-DE/ags/systeminfo.xml
new file mode 100644
index 000000000..e74187de6
--- /dev/null
+++ b/themes/rbsimple-DE/ags/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Adventure Game Studio
+
+
+
diff --git a/themes/rbsimple-DE/ags/theme.xml b/themes/rbsimple-DE/ags/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/ags/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/amiga/colors.xml b/themes/rbsimple-DE/amiga/colors.xml
new file mode 100644
index 000000000..340722231
--- /dev/null
+++ b/themes/rbsimple-DE/amiga/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 192753
+
+
+ 5F87C0
+
+
+ F3AD2D
+
+
+ ED2224
+
+
+
diff --git a/themes/rbsimple-DE/amiga/images/console.svg b/themes/rbsimple-DE/amiga/images/console.svg
new file mode 100644
index 000000000..87a7198d9
--- /dev/null
+++ b/themes/rbsimple-DE/amiga/images/console.svg
@@ -0,0 +1,787 @@
+
+
+
diff --git a/themes/rbsimple-DE/amiga/images/consolegame.svg b/themes/rbsimple-DE/amiga/images/consolegame.svg
new file mode 100644
index 000000000..bc435b78c
--- /dev/null
+++ b/themes/rbsimple-DE/amiga/images/consolegame.svg
@@ -0,0 +1,1254 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/amiga/images/controller.svg b/themes/rbsimple-DE/amiga/images/controller.svg
new file mode 100644
index 000000000..2650e17ec
--- /dev/null
+++ b/themes/rbsimple-DE/amiga/images/controller.svg
@@ -0,0 +1,30 @@
+
+
+
diff --git a/themes/rbsimple-DE/amiga/images/game.svg b/themes/rbsimple-DE/amiga/images/game.svg
new file mode 100644
index 000000000..e82af89a9
--- /dev/null
+++ b/themes/rbsimple-DE/amiga/images/game.svg
@@ -0,0 +1,91 @@
+
+
diff --git a/themes/rbsimple-DE/amiga/images/logo.svg b/themes/rbsimple-DE/amiga/images/logo.svg
new file mode 100644
index 000000000..281aca7df
--- /dev/null
+++ b/themes/rbsimple-DE/amiga/images/logo.svg
@@ -0,0 +1,295 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/amiga/systeminfo.xml b/themes/rbsimple-DE/amiga/systeminfo.xml
new file mode 100644
index 000000000..a2a468620
--- /dev/null
+++ b/themes/rbsimple-DE/amiga/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Amiga 1200
+
+
+
diff --git a/themes/rbsimple-DE/amiga/theme.xml b/themes/rbsimple-DE/amiga/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/amiga/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/amiga1200/colors.xml b/themes/rbsimple-DE/amiga1200/colors.xml
new file mode 100644
index 000000000..340722231
--- /dev/null
+++ b/themes/rbsimple-DE/amiga1200/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 192753
+
+
+ 5F87C0
+
+
+ F3AD2D
+
+
+ ED2224
+
+
+
diff --git a/themes/rbsimple-DE/amiga1200/images/console.svg b/themes/rbsimple-DE/amiga1200/images/console.svg
new file mode 100644
index 000000000..87a7198d9
--- /dev/null
+++ b/themes/rbsimple-DE/amiga1200/images/console.svg
@@ -0,0 +1,787 @@
+
+
+
diff --git a/themes/rbsimple-DE/amiga1200/images/consolegame.svg b/themes/rbsimple-DE/amiga1200/images/consolegame.svg
new file mode 100644
index 000000000..bc435b78c
--- /dev/null
+++ b/themes/rbsimple-DE/amiga1200/images/consolegame.svg
@@ -0,0 +1,1254 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/amiga1200/images/controller.svg b/themes/rbsimple-DE/amiga1200/images/controller.svg
new file mode 100644
index 000000000..2650e17ec
--- /dev/null
+++ b/themes/rbsimple-DE/amiga1200/images/controller.svg
@@ -0,0 +1,30 @@
+
+
+
diff --git a/themes/rbsimple-DE/amiga1200/images/game.svg b/themes/rbsimple-DE/amiga1200/images/game.svg
new file mode 100644
index 000000000..e82af89a9
--- /dev/null
+++ b/themes/rbsimple-DE/amiga1200/images/game.svg
@@ -0,0 +1,91 @@
+
+
diff --git a/themes/rbsimple-DE/amiga1200/images/logo.svg b/themes/rbsimple-DE/amiga1200/images/logo.svg
new file mode 100644
index 000000000..bd5a4606a
--- /dev/null
+++ b/themes/rbsimple-DE/amiga1200/images/logo.svg
@@ -0,0 +1,173 @@
+
+
+
diff --git a/themes/rbsimple-DE/amiga1200/systeminfo.xml b/themes/rbsimple-DE/amiga1200/systeminfo.xml
new file mode 100644
index 000000000..a2a468620
--- /dev/null
+++ b/themes/rbsimple-DE/amiga1200/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Amiga 1200
+
+
+
diff --git a/themes/rbsimple-DE/amiga1200/theme.xml b/themes/rbsimple-DE/amiga1200/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/amiga1200/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/amiga600/colors.xml b/themes/rbsimple-DE/amiga600/colors.xml
new file mode 100644
index 000000000..48995dbde
--- /dev/null
+++ b/themes/rbsimple-DE/amiga600/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 192753
+
+
+ 5BA079
+
+
+ F9EA38
+
+
+ ED2224
+
+
+
diff --git a/themes/rbsimple-DE/amiga600/images/console.svg b/themes/rbsimple-DE/amiga600/images/console.svg
new file mode 100644
index 000000000..9a79aa07b
--- /dev/null
+++ b/themes/rbsimple-DE/amiga600/images/console.svg
@@ -0,0 +1,699 @@
+
+
+
diff --git a/themes/rbsimple-DE/amiga600/images/consolegame.svg b/themes/rbsimple-DE/amiga600/images/consolegame.svg
new file mode 100644
index 000000000..061fbc552
--- /dev/null
+++ b/themes/rbsimple-DE/amiga600/images/consolegame.svg
@@ -0,0 +1,1107 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/amiga600/images/controller.svg b/themes/rbsimple-DE/amiga600/images/controller.svg
new file mode 100644
index 000000000..2650e17ec
--- /dev/null
+++ b/themes/rbsimple-DE/amiga600/images/controller.svg
@@ -0,0 +1,30 @@
+
+
+
diff --git a/themes/rbsimple-DE/amiga600/images/game.svg b/themes/rbsimple-DE/amiga600/images/game.svg
new file mode 100644
index 000000000..e82af89a9
--- /dev/null
+++ b/themes/rbsimple-DE/amiga600/images/game.svg
@@ -0,0 +1,91 @@
+
+
diff --git a/themes/rbsimple-DE/amiga600/images/logo.svg b/themes/rbsimple-DE/amiga600/images/logo.svg
new file mode 100644
index 000000000..4aeab80fb
--- /dev/null
+++ b/themes/rbsimple-DE/amiga600/images/logo.svg
@@ -0,0 +1,189 @@
+
+
+
diff --git a/themes/rbsimple-DE/amiga600/systeminfo.xml b/themes/rbsimple-DE/amiga600/systeminfo.xml
new file mode 100644
index 000000000..cbf509f40
--- /dev/null
+++ b/themes/rbsimple-DE/amiga600/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Amiga 600
+
+
+
diff --git a/themes/rbsimple-DE/amiga600/theme.xml b/themes/rbsimple-DE/amiga600/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/amiga600/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/amstradcpc/colors.xml b/themes/rbsimple-DE/amstradcpc/colors.xml
new file mode 100644
index 000000000..fe8675de6
--- /dev/null
+++ b/themes/rbsimple-DE/amstradcpc/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ E91C23
+
+
+ 00A651
+
+
+ 1C75BC
+
+
+ 3E3E3E
+
+
+
diff --git a/themes/rbsimple-DE/amstradcpc/images/console.svg b/themes/rbsimple-DE/amstradcpc/images/console.svg
new file mode 100644
index 000000000..f040dde0d
--- /dev/null
+++ b/themes/rbsimple-DE/amstradcpc/images/console.svg
@@ -0,0 +1,3248 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/amstradcpc/images/consolegame.svg b/themes/rbsimple-DE/amstradcpc/images/consolegame.svg
new file mode 100644
index 000000000..2b781b1ab
--- /dev/null
+++ b/themes/rbsimple-DE/amstradcpc/images/consolegame.svg
@@ -0,0 +1,3271 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/amstradcpc/images/logo.svg b/themes/rbsimple-DE/amstradcpc/images/logo.svg
new file mode 100644
index 000000000..c29cef5c5
--- /dev/null
+++ b/themes/rbsimple-DE/amstradcpc/images/logo.svg
@@ -0,0 +1,81 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/amstradcpc/systeminfo.xml b/themes/rbsimple-DE/amstradcpc/systeminfo.xml
new file mode 100644
index 000000000..a40fa92be
--- /dev/null
+++ b/themes/rbsimple-DE/amstradcpc/systeminfo.xml
@@ -0,0 +1,24 @@
+
+ 5
+
+
+
+ Manufacturer : Amstrad
+
+
+ Year of Release : 1984
+
+
+ OS : AMSDOS with Locomotive BASIC
+
+
+ CPU : Zilog Z80A @ 4 MHz
+
+
+ RAM : 64KB
+
+
+ Sound Chip : General Instrument AY-3-8910
+
+
+
diff --git a/themes/rbsimple-DE/amstradcpc/theme.xml b/themes/rbsimple-DE/amstradcpc/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/amstradcpc/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/apple2/colors.xml b/themes/rbsimple-DE/apple2/colors.xml
new file mode 100644
index 000000000..5c9aeb782
--- /dev/null
+++ b/themes/rbsimple-DE/apple2/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 009ddc
+
+
+ e03a3e
+
+
+ fdb827
+
+
+ 61bb46
+
+
+
diff --git a/themes/rbsimple-DE/apple2/images/console.svg b/themes/rbsimple-DE/apple2/images/console.svg
new file mode 100644
index 000000000..3ffce669a
--- /dev/null
+++ b/themes/rbsimple-DE/apple2/images/console.svg
@@ -0,0 +1,1620 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/apple2/images/consolegame.svg b/themes/rbsimple-DE/apple2/images/consolegame.svg
new file mode 100644
index 000000000..451c8e675
--- /dev/null
+++ b/themes/rbsimple-DE/apple2/images/consolegame.svg
@@ -0,0 +1,2056 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/apple2/images/controller.svg b/themes/rbsimple-DE/apple2/images/controller.svg
new file mode 100644
index 000000000..dd13839d7
--- /dev/null
+++ b/themes/rbsimple-DE/apple2/images/controller.svg
@@ -0,0 +1,210 @@
+
+
+
diff --git a/themes/rbsimple-DE/apple2/images/game.svg b/themes/rbsimple-DE/apple2/images/game.svg
new file mode 100644
index 000000000..ad23cd9eb
--- /dev/null
+++ b/themes/rbsimple-DE/apple2/images/game.svg
@@ -0,0 +1,69 @@
+
+
+
diff --git a/themes/rbsimple-DE/apple2/images/logo.svg b/themes/rbsimple-DE/apple2/images/logo.svg
new file mode 100644
index 000000000..509bf74b8
--- /dev/null
+++ b/themes/rbsimple-DE/apple2/images/logo.svg
@@ -0,0 +1,96 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/apple2/systeminfo.xml b/themes/rbsimple-DE/apple2/systeminfo.xml
new file mode 100644
index 000000000..5b98c7f6c
--- /dev/null
+++ b/themes/rbsimple-DE/apple2/systeminfo.xml
@@ -0,0 +1,30 @@
+
+ 5
+
+
+
+ Manufacturer : Apple Computer, Inc.
+
+
+ Year of Release : 1977
+
+
+ OS : Integer BASIC
+
+
+ CPU : MOS Technology 6502 @ 1 Mhz
+
+
+ RAM : 4KB to 64KB
+
+
+ ROM : 8KB (Basic Integer)
+
+
+ Sound : 1-bit speaker (built-in)
+
+
+ Display : Lo-res (40×48, 16-color) Hi-res (280×192, 6 color)
+
+
+
diff --git a/themes/rbsimple-DE/apple2/theme.xml b/themes/rbsimple-DE/apple2/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/apple2/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/arcade/colors.xml b/themes/rbsimple-DE/arcade/colors.xml
new file mode 100644
index 000000000..7f48531ac
--- /dev/null
+++ b/themes/rbsimple-DE/arcade/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 00ADEF
+
+
+ 84849C
+
+
+ 231F20
+
+
+ FFFFFF
+
+
+
diff --git a/themes/rbsimple-DE/arcade/images/console.svg b/themes/rbsimple-DE/arcade/images/console.svg
new file mode 100644
index 000000000..6efc2071a
--- /dev/null
+++ b/themes/rbsimple-DE/arcade/images/console.svg
@@ -0,0 +1,7682 @@
+
+
+
diff --git a/themes/rbsimple-DE/arcade/images/consolegame.svg b/themes/rbsimple-DE/arcade/images/consolegame.svg
new file mode 100644
index 000000000..6efc2071a
--- /dev/null
+++ b/themes/rbsimple-DE/arcade/images/consolegame.svg
@@ -0,0 +1,7682 @@
+
+
+
diff --git a/themes/rbsimple-DE/arcade/images/controller.svg b/themes/rbsimple-DE/arcade/images/controller.svg
new file mode 100644
index 000000000..53a2607fb
--- /dev/null
+++ b/themes/rbsimple-DE/arcade/images/controller.svg
@@ -0,0 +1,410 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/arcade/images/logo.svg b/themes/rbsimple-DE/arcade/images/logo.svg
new file mode 100644
index 000000000..67b3d11b4
--- /dev/null
+++ b/themes/rbsimple-DE/arcade/images/logo.svg
@@ -0,0 +1,324 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/arcade/images/logo2.svg b/themes/rbsimple-DE/arcade/images/logo2.svg
new file mode 100644
index 000000000..1ece182fa
--- /dev/null
+++ b/themes/rbsimple-DE/arcade/images/logo2.svg
@@ -0,0 +1,110 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/arcade/images/logo3.svg b/themes/rbsimple-DE/arcade/images/logo3.svg
new file mode 100644
index 000000000..5111dc28a
--- /dev/null
+++ b/themes/rbsimple-DE/arcade/images/logo3.svg
@@ -0,0 +1,149 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/arcade/systeminfo.xml b/themes/rbsimple-DE/arcade/systeminfo.xml
new file mode 100644
index 000000000..4c3ea7a83
--- /dev/null
+++ b/themes/rbsimple-DE/arcade/systeminfo.xml
@@ -0,0 +1,30 @@
+
+ 5
+
+
+
+ Developers : Nicola Salmoria and the MAME Team
+
+
+ Initial release : February 5, 1997
+
+
+ Website : http://mamedev.org/
+
+
+ Written in : C++
+
+
+ M.A.M.E is an emulator application designed to recreate
+
+
+ the hardware of arcade game systems in software
+
+
+ on modern personal computers and other platforms.
+
+
+ The intention is to preserve gaming history by preventing vintage games from being lost or forgotten.
+
+
+
diff --git a/themes/rbsimple-DE/arcade/theme.xml b/themes/rbsimple-DE/arcade/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/arcade/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/astrocade/colors.xml b/themes/rbsimple-DE/astrocade/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/astrocade/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/astrocade/images/logo.svg b/themes/rbsimple-DE/astrocade/images/logo.svg
new file mode 100644
index 000000000..cc2074583
--- /dev/null
+++ b/themes/rbsimple-DE/astrocade/images/logo.svg
@@ -0,0 +1,145 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/astrocade/systeminfo.xml b/themes/rbsimple-DE/astrocade/systeminfo.xml
new file mode 100644
index 000000000..91e8104c7
--- /dev/null
+++ b/themes/rbsimple-DE/astrocade/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Bally Astrocade
+
+
+
diff --git a/themes/rbsimple-DE/astrocade/theme.xml b/themes/rbsimple-DE/astrocade/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/astrocade/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/atari2600/colors.xml b/themes/rbsimple-DE/atari2600/colors.xml
new file mode 100644
index 000000000..f43266af1
--- /dev/null
+++ b/themes/rbsimple-DE/atari2600/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 6D391F
+
+
+ D4282D
+
+
+ D1E0EE
+
+
+ 222222
+
+
+
diff --git a/themes/rbsimple-DE/atari2600/images/console.svg b/themes/rbsimple-DE/atari2600/images/console.svg
new file mode 100644
index 000000000..edc0f3b3a
--- /dev/null
+++ b/themes/rbsimple-DE/atari2600/images/console.svg
@@ -0,0 +1,810 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atari2600/images/consolegame.svg b/themes/rbsimple-DE/atari2600/images/consolegame.svg
new file mode 100644
index 000000000..0fece5eab
--- /dev/null
+++ b/themes/rbsimple-DE/atari2600/images/consolegame.svg
@@ -0,0 +1,1104 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atari2600/images/controller.svg b/themes/rbsimple-DE/atari2600/images/controller.svg
new file mode 100644
index 000000000..4b7111cd6
--- /dev/null
+++ b/themes/rbsimple-DE/atari2600/images/controller.svg
@@ -0,0 +1,261 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atari2600/images/game.svg b/themes/rbsimple-DE/atari2600/images/game.svg
new file mode 100644
index 000000000..fc9580228
--- /dev/null
+++ b/themes/rbsimple-DE/atari2600/images/game.svg
@@ -0,0 +1,118 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atari2600/images/logo.svg b/themes/rbsimple-DE/atari2600/images/logo.svg
new file mode 100644
index 000000000..3b2d3809c
--- /dev/null
+++ b/themes/rbsimple-DE/atari2600/images/logo.svg
@@ -0,0 +1,79 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atari2600/systeminfo.xml b/themes/rbsimple-DE/atari2600/systeminfo.xml
new file mode 100644
index 000000000..020da97c4
--- /dev/null
+++ b/themes/rbsimple-DE/atari2600/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Atari Corporation
+
+
+ Year of Release : 1977
+
+
+ Units sold : 30 million
+
+
+ Best-selling game : Pac-Man
+
+
+ CPU : 8-bit MOS 6507 @ 1.19 MHz
+
+
+ RAM : 128 bytes
+
+
+ Audio/Video Processor : TIA
+
+
+ Resolution : 160 x 192 pixels, 4 colors per line (128 colors palette)
+
+
+ Sound : 2 channels of 1-bit monaural sound with 4-bit volume control
+
+
+ Cart Size : 2kB - 32kB
+
+
+
diff --git a/themes/rbsimple-DE/atari2600/theme.xml b/themes/rbsimple-DE/atari2600/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/atari2600/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/atari5200/colors.xml b/themes/rbsimple-DE/atari5200/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/atari5200/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/atari5200/images/logo.svg b/themes/rbsimple-DE/atari5200/images/logo.svg
new file mode 100644
index 000000000..4c8048ec9
--- /dev/null
+++ b/themes/rbsimple-DE/atari5200/images/logo.svg
@@ -0,0 +1,137 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atari5200/images/logo2.svg b/themes/rbsimple-DE/atari5200/images/logo2.svg
new file mode 100644
index 000000000..f74639eb4
--- /dev/null
+++ b/themes/rbsimple-DE/atari5200/images/logo2.svg
@@ -0,0 +1,133 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/atari5200/systeminfo.xml b/themes/rbsimple-DE/atari5200/systeminfo.xml
new file mode 100644
index 000000000..f6b594280
--- /dev/null
+++ b/themes/rbsimple-DE/atari5200/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Atari 5200
+
+
+
diff --git a/themes/rbsimple-DE/atari5200/theme.xml b/themes/rbsimple-DE/atari5200/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/atari5200/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/atari7800/colors.xml b/themes/rbsimple-DE/atari7800/colors.xml
new file mode 100644
index 000000000..72ab04c28
--- /dev/null
+++ b/themes/rbsimple-DE/atari7800/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ BABBBD
+
+
+ AA2C39
+
+
+ A7B0B5
+
+
+ 333333
+
+
+
diff --git a/themes/rbsimple-DE/atari7800/images/console.svg b/themes/rbsimple-DE/atari7800/images/console.svg
new file mode 100644
index 000000000..ac8ee197a
--- /dev/null
+++ b/themes/rbsimple-DE/atari7800/images/console.svg
@@ -0,0 +1,423 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atari7800/images/consolegame.svg b/themes/rbsimple-DE/atari7800/images/consolegame.svg
new file mode 100644
index 000000000..c8c3ac8f7
--- /dev/null
+++ b/themes/rbsimple-DE/atari7800/images/consolegame.svg
@@ -0,0 +1,630 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atari7800/images/controller.svg b/themes/rbsimple-DE/atari7800/images/controller.svg
new file mode 100644
index 000000000..4f329595b
--- /dev/null
+++ b/themes/rbsimple-DE/atari7800/images/controller.svg
@@ -0,0 +1,126 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atari7800/images/game.svg b/themes/rbsimple-DE/atari7800/images/game.svg
new file mode 100644
index 000000000..b68caf5cd
--- /dev/null
+++ b/themes/rbsimple-DE/atari7800/images/game.svg
@@ -0,0 +1,105 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atari7800/images/logo.svg b/themes/rbsimple-DE/atari7800/images/logo.svg
new file mode 100644
index 000000000..1365ae4e9
--- /dev/null
+++ b/themes/rbsimple-DE/atari7800/images/logo.svg
@@ -0,0 +1,160 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atari7800/systeminfo.xml b/themes/rbsimple-DE/atari7800/systeminfo.xml
new file mode 100644
index 000000000..33ef49afe
--- /dev/null
+++ b/themes/rbsimple-DE/atari7800/systeminfo.xml
@@ -0,0 +1,30 @@
+
+ 5
+
+
+
+ Manufacturer : Atari Corporation
+
+
+ Year of Release : 1986
+
+
+ Units sold : 3,77 million
+
+
+ CPU : Atari SALLY 6502 ("6502C") @ 1.19-1.79MHz
+
+
+ RAM : 4KB
+
+
+ Cartridge ROM : 48KB
+
+
+ Audio/Video Processor : TIA/MARIA custom graphics controller
+
+
+ Ports : 2 joystick ports, 1 cartridge port, 1 expansion connector, power in, RF output
+
+
+
diff --git a/themes/rbsimple-DE/atari7800/theme.xml b/themes/rbsimple-DE/atari7800/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/atari7800/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/atari800/colors.xml b/themes/rbsimple-DE/atari800/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/atari800/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/atari800/images/logo.svg b/themes/rbsimple-DE/atari800/images/logo.svg
new file mode 100644
index 000000000..5d2b0b536
--- /dev/null
+++ b/themes/rbsimple-DE/atari800/images/logo.svg
@@ -0,0 +1,87 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/atari800/images/logo2.svg b/themes/rbsimple-DE/atari800/images/logo2.svg
new file mode 100644
index 000000000..d7d9a3de4
--- /dev/null
+++ b/themes/rbsimple-DE/atari800/images/logo2.svg
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/themes/rbsimple-DE/atari800/systeminfo.xml b/themes/rbsimple-DE/atari800/systeminfo.xml
new file mode 100644
index 000000000..71a78062d
--- /dev/null
+++ b/themes/rbsimple-DE/atari800/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Atari 800
+
+
+
diff --git a/themes/rbsimple-DE/atari800/theme.xml b/themes/rbsimple-DE/atari800/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/atari800/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/atarijaguar/colors.xml b/themes/rbsimple-DE/atarijaguar/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/atarijaguar/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/atarijaguar/images/logo.svg b/themes/rbsimple-DE/atarijaguar/images/logo.svg
new file mode 100644
index 000000000..617ac8cf9
--- /dev/null
+++ b/themes/rbsimple-DE/atarijaguar/images/logo.svg
@@ -0,0 +1,291 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/atarijaguar/systeminfo.xml b/themes/rbsimple-DE/atarijaguar/systeminfo.xml
new file mode 100644
index 000000000..c9398ec4f
--- /dev/null
+++ b/themes/rbsimple-DE/atarijaguar/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Atari Jaguar
+
+
+
diff --git a/themes/rbsimple-DE/atarijaguar/theme.xml b/themes/rbsimple-DE/atarijaguar/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/atarijaguar/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/atarilynx/colors.xml b/themes/rbsimple-DE/atarilynx/colors.xml
new file mode 100644
index 000000000..c5e93eca7
--- /dev/null
+++ b/themes/rbsimple-DE/atarilynx/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ FD6420
+
+
+ 404040
+
+
+ F38900
+
+
+ 262626
+
+
+
diff --git a/themes/rbsimple-DE/atarilynx/images/console.svg b/themes/rbsimple-DE/atarilynx/images/console.svg
new file mode 100644
index 000000000..19bf8d731
--- /dev/null
+++ b/themes/rbsimple-DE/atarilynx/images/console.svg
@@ -0,0 +1,391 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atarilynx/images/consolegame.svg b/themes/rbsimple-DE/atarilynx/images/consolegame.svg
new file mode 100644
index 000000000..180e5a511
--- /dev/null
+++ b/themes/rbsimple-DE/atarilynx/images/consolegame.svg
@@ -0,0 +1,743 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atarilynx/images/game.svg b/themes/rbsimple-DE/atarilynx/images/game.svg
new file mode 100644
index 000000000..b95eba41f
--- /dev/null
+++ b/themes/rbsimple-DE/atarilynx/images/game.svg
@@ -0,0 +1,248 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atarilynx/images/logo.svg b/themes/rbsimple-DE/atarilynx/images/logo.svg
new file mode 100644
index 000000000..54de9687b
--- /dev/null
+++ b/themes/rbsimple-DE/atarilynx/images/logo.svg
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/atarilynx/systeminfo.xml b/themes/rbsimple-DE/atarilynx/systeminfo.xml
new file mode 100644
index 000000000..c0c21167c
--- /dev/null
+++ b/themes/rbsimple-DE/atarilynx/systeminfo.xml
@@ -0,0 +1,33 @@
+
+ 5
+
+
+
+ Manufacturer : Epyx / Atari
+
+
+ Year of Release : 1989
+
+
+ Units sold : 1 million
+
+
+ CPU : 8-bit with 16-bit address space
+
+
+ Co-Processors : Mikey and Suzy 2 x 16-bit
+
+
+ RAM : 64K 120 ns DRAM
+
+
+ ROM : 512 bytes
+
+
+ Resolution : 160 x 102 pixels
+
+
+ Sound : 4 channels, 8-bit DAC
+
+
+
diff --git a/themes/rbsimple-DE/atarilynx/theme.xml b/themes/rbsimple-DE/atarilynx/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/atarilynx/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/atarist/colors.xml b/themes/rbsimple-DE/atarist/colors.xml
new file mode 100644
index 000000000..69f43d21d
--- /dev/null
+++ b/themes/rbsimple-DE/atarist/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 172E7E
+
+
+ 3C62A7
+
+
+ 000000
+
+
+ ECECEC
+
+
+
diff --git a/themes/rbsimple-DE/atarist/images/console.svg b/themes/rbsimple-DE/atarist/images/console.svg
new file mode 100644
index 000000000..48fd40368
--- /dev/null
+++ b/themes/rbsimple-DE/atarist/images/console.svg
@@ -0,0 +1,2195 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atarist/images/consolegame.svg b/themes/rbsimple-DE/atarist/images/consolegame.svg
new file mode 100644
index 000000000..7692bea96
--- /dev/null
+++ b/themes/rbsimple-DE/atarist/images/consolegame.svg
@@ -0,0 +1,2882 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atarist/images/game.svg b/themes/rbsimple-DE/atarist/images/game.svg
new file mode 100644
index 000000000..de4835996
--- /dev/null
+++ b/themes/rbsimple-DE/atarist/images/game.svg
@@ -0,0 +1,163 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atarist/images/logo.svg b/themes/rbsimple-DE/atarist/images/logo.svg
new file mode 100644
index 000000000..aec358d1f
--- /dev/null
+++ b/themes/rbsimple-DE/atarist/images/logo.svg
@@ -0,0 +1,115 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/atarist/systeminfo.xml b/themes/rbsimple-DE/atarist/systeminfo.xml
new file mode 100644
index 000000000..4261884ab
--- /dev/null
+++ b/themes/rbsimple-DE/atarist/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Atari Corporation
+
+
+ Year of Release : 1985
+
+
+ OS : Atari TOS
+
+
+ CPU : Motorola 68000 16-/32-bit CPU @ 8 MHz
+
+
+ RAM : 512KB or 1MB
+
+
+ Drive : Single-sided 3½" floppy disk drive
+
+
+ Sound Chip : Yamaha YM2149 3-voice squarewave
+
+
+ Display modes :
+
+
+ Low resolution: 320 × 200 (16 color), palette of 512 colors
+
+
+ Medium resolution: 640 × 200 (4 color), palette of 512 colors
+
+
+
diff --git a/themes/rbsimple-DE/atarist/theme.xml b/themes/rbsimple-DE/atarist/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/atarist/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/auto-allgames/colors.xml b/themes/rbsimple-DE/auto-allgames/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/auto-allgames/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/auto-allgames/images/console.svg b/themes/rbsimple-DE/auto-allgames/images/console.svg
new file mode 100644
index 000000000..3b56326a0
--- /dev/null
+++ b/themes/rbsimple-DE/auto-allgames/images/console.svg
@@ -0,0 +1,1486 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/auto-allgames/images/consolegame.svg b/themes/rbsimple-DE/auto-allgames/images/consolegame.svg
new file mode 100644
index 000000000..3b56326a0
--- /dev/null
+++ b/themes/rbsimple-DE/auto-allgames/images/consolegame.svg
@@ -0,0 +1,1486 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/auto-allgames/images/logo.svg b/themes/rbsimple-DE/auto-allgames/images/logo.svg
new file mode 100644
index 000000000..43eec1aed
--- /dev/null
+++ b/themes/rbsimple-DE/auto-allgames/images/logo.svg
@@ -0,0 +1,83 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/auto-allgames/images/logo2.svg b/themes/rbsimple-DE/auto-allgames/images/logo2.svg
new file mode 100644
index 000000000..43a24a33a
--- /dev/null
+++ b/themes/rbsimple-DE/auto-allgames/images/logo2.svg
@@ -0,0 +1,106 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/auto-allgames/systeminfo.xml b/themes/rbsimple-DE/auto-allgames/systeminfo.xml
new file mode 100644
index 000000000..27b5d9adf
--- /dev/null
+++ b/themes/rbsimple-DE/auto-allgames/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ See your complete game library in a single list.
+
+
+
diff --git a/themes/rbsimple-DE/auto-allgames/theme.xml b/themes/rbsimple-DE/auto-allgames/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/auto-allgames/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/auto-favorites/colors.xml b/themes/rbsimple-DE/auto-favorites/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/auto-favorites/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/auto-favorites/images/console.svg b/themes/rbsimple-DE/auto-favorites/images/console.svg
new file mode 100644
index 000000000..3b56326a0
--- /dev/null
+++ b/themes/rbsimple-DE/auto-favorites/images/console.svg
@@ -0,0 +1,1486 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/auto-favorites/images/consolegame.svg b/themes/rbsimple-DE/auto-favorites/images/consolegame.svg
new file mode 100644
index 000000000..3b56326a0
--- /dev/null
+++ b/themes/rbsimple-DE/auto-favorites/images/consolegame.svg
@@ -0,0 +1,1486 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/auto-favorites/images/logo.svg b/themes/rbsimple-DE/auto-favorites/images/logo.svg
new file mode 100644
index 000000000..f93d2ca6f
--- /dev/null
+++ b/themes/rbsimple-DE/auto-favorites/images/logo.svg
@@ -0,0 +1,860 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/auto-favorites/systeminfo.xml b/themes/rbsimple-DE/auto-favorites/systeminfo.xml
new file mode 100644
index 000000000..72ad6801a
--- /dev/null
+++ b/themes/rbsimple-DE/auto-favorites/systeminfo.xml
@@ -0,0 +1,15 @@
+
+ 5
+
+
+
+ Find all your favorites games in a single list.
+
+
+ Every time you mark a game as favorites in a system, you will find it here.
+
+
+ Enjoy!
+
+
+
diff --git a/themes/rbsimple-DE/auto-favorites/theme.xml b/themes/rbsimple-DE/auto-favorites/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/auto-favorites/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/auto-lastplayed/colors.xml b/themes/rbsimple-DE/auto-lastplayed/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/auto-lastplayed/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/auto-lastplayed/images/logo.svg b/themes/rbsimple-DE/auto-lastplayed/images/logo.svg
new file mode 100644
index 000000000..d813d2012
--- /dev/null
+++ b/themes/rbsimple-DE/auto-lastplayed/images/logo.svg
@@ -0,0 +1,86 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/auto-lastplayed/systeminfo.xml b/themes/rbsimple-DE/auto-lastplayed/systeminfo.xml
new file mode 100644
index 000000000..59b5cecdf
--- /dev/null
+++ b/themes/rbsimple-DE/auto-lastplayed/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Find the 50 latest games you played in this list.
+
+
+
diff --git a/themes/rbsimple-DE/auto-lastplayed/theme.xml b/themes/rbsimple-DE/auto-lastplayed/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/auto-lastplayed/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/bbcmicro/colors.xml b/themes/rbsimple-DE/bbcmicro/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/bbcmicro/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/bbcmicro/images/logo.svg b/themes/rbsimple-DE/bbcmicro/images/logo.svg
new file mode 100644
index 000000000..50f0bf606
--- /dev/null
+++ b/themes/rbsimple-DE/bbcmicro/images/logo.svg
@@ -0,0 +1,142 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/bbcmicro/systeminfo.xml b/themes/rbsimple-DE/bbcmicro/systeminfo.xml
new file mode 100644
index 000000000..18cb170de
--- /dev/null
+++ b/themes/rbsimple-DE/bbcmicro/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ BBC Micro
+
+
+
diff --git a/themes/rbsimple-DE/bbcmicro/theme.xml b/themes/rbsimple-DE/bbcmicro/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/bbcmicro/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/c64/colors.xml b/themes/rbsimple-DE/c64/colors.xml
new file mode 100644
index 000000000..82e717edf
--- /dev/null
+++ b/themes/rbsimple-DE/c64/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ BBAD93
+
+
+ 968971
+
+
+ FD4120
+
+
+ 00A0C6
+
+
+
diff --git a/themes/rbsimple-DE/c64/images/console.svg b/themes/rbsimple-DE/c64/images/console.svg
new file mode 100644
index 000000000..f03fb4943
--- /dev/null
+++ b/themes/rbsimple-DE/c64/images/console.svg
@@ -0,0 +1,1383 @@
+
+
+
diff --git a/themes/rbsimple-DE/c64/images/consolegame.svg b/themes/rbsimple-DE/c64/images/consolegame.svg
new file mode 100644
index 000000000..6924f962d
--- /dev/null
+++ b/themes/rbsimple-DE/c64/images/consolegame.svg
@@ -0,0 +1,4126 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/c64/images/controller.svg b/themes/rbsimple-DE/c64/images/controller.svg
new file mode 100644
index 000000000..8f3d14046
--- /dev/null
+++ b/themes/rbsimple-DE/c64/images/controller.svg
@@ -0,0 +1,38 @@
+
+
+
diff --git a/themes/rbsimple-DE/c64/images/game.svg b/themes/rbsimple-DE/c64/images/game.svg
new file mode 100644
index 000000000..bd264e028
--- /dev/null
+++ b/themes/rbsimple-DE/c64/images/game.svg
@@ -0,0 +1,1194 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/c64/images/logo.svg b/themes/rbsimple-DE/c64/images/logo.svg
new file mode 100644
index 000000000..1e1fb2299
--- /dev/null
+++ b/themes/rbsimple-DE/c64/images/logo.svg
@@ -0,0 +1,44 @@
+
+
+
diff --git a/themes/rbsimple-DE/c64/systeminfo.xml b/themes/rbsimple-DE/c64/systeminfo.xml
new file mode 100644
index 000000000..5371d2679
--- /dev/null
+++ b/themes/rbsimple-DE/c64/systeminfo.xml
@@ -0,0 +1,33 @@
+
+ 5
+
+
+
+ Manufacturer : Commodore
+
+
+ Year of Release : 1982
+
+
+ OS : Commodore KERNAL / Commodore BASIC 2.0 GEOS
+
+
+ CPU : MOS Technology 6510/8500 @ 1.023 MHz (NTSC version)
+
+
+ RAM : 64KB RAM
+
+
+ ROM : 20KB
+
+
+ GPU : MOS Technology VIC-II
+
+
+ Sound chip : MOS Technology 6581 SID
+
+
+ Resolution : 320×200 (16 colours)
+
+
+
diff --git a/themes/rbsimple-DE/c64/theme.xml b/themes/rbsimple-DE/c64/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/c64/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/cavestory/colors.xml b/themes/rbsimple-DE/cavestory/colors.xml
new file mode 100644
index 000000000..d68fb5e79
--- /dev/null
+++ b/themes/rbsimple-DE/cavestory/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 648DBD
+
+
+ B63523
+
+
+ 6F1312
+
+
+ 182142
+
+
+
diff --git a/themes/rbsimple-DE/cavestory/images/console.svg b/themes/rbsimple-DE/cavestory/images/console.svg
new file mode 100644
index 000000000..9c004d3cb
--- /dev/null
+++ b/themes/rbsimple-DE/cavestory/images/console.svg
@@ -0,0 +1,426 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/cavestory/images/consolegame.svg b/themes/rbsimple-DE/cavestory/images/consolegame.svg
new file mode 100644
index 000000000..52b57c17a
--- /dev/null
+++ b/themes/rbsimple-DE/cavestory/images/consolegame.svg
@@ -0,0 +1,1390 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/cavestory/images/controller.svg b/themes/rbsimple-DE/cavestory/images/controller.svg
new file mode 100644
index 000000000..ddbd3c293
--- /dev/null
+++ b/themes/rbsimple-DE/cavestory/images/controller.svg
@@ -0,0 +1,477 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/cavestory/images/game.svg b/themes/rbsimple-DE/cavestory/images/game.svg
new file mode 100644
index 000000000..d159548e8
--- /dev/null
+++ b/themes/rbsimple-DE/cavestory/images/game.svg
@@ -0,0 +1,731 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/cavestory/images/logo.svg b/themes/rbsimple-DE/cavestory/images/logo.svg
new file mode 100644
index 000000000..7df94b1b2
--- /dev/null
+++ b/themes/rbsimple-DE/cavestory/images/logo.svg
@@ -0,0 +1,84 @@
+
+
+
diff --git a/themes/rbsimple-DE/cavestory/systeminfo.xml b/themes/rbsimple-DE/cavestory/systeminfo.xml
new file mode 100644
index 000000000..731d7ea8d
--- /dev/null
+++ b/themes/rbsimple-DE/cavestory/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Designer : Daisuke Amaya
+
+
+ Developer : Studio Pixel
+
+
+ Type : Freeware platform-adventure
+
+
+ Origin : Japan
+
+
+ English translation : Aeon Genesis Translations
+
+
+ Year of first release : 2004
+
+
+ The game focuses on an amnesiac protagonist who awakens in a cave.
+
+
+ Through his explorations, he discovers a plot by the Doctor,
+
+
+ a megalomaniac who intends to force the inhabitants of the cave to fight for him in his bid to conquer the world.
+
+
+ The protagonist is thrust into the position of savior as he endeavors to defeat the Doctor.
+
+
+
diff --git a/themes/rbsimple-DE/cavestory/theme.xml b/themes/rbsimple-DE/cavestory/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/cavestory/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/channelf/colors.xml b/themes/rbsimple-DE/channelf/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/channelf/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/channelf/images/logo.svg b/themes/rbsimple-DE/channelf/images/logo.svg
new file mode 100644
index 000000000..0089ff7d9
--- /dev/null
+++ b/themes/rbsimple-DE/channelf/images/logo.svg
@@ -0,0 +1,36 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/channelf/systeminfo.xml b/themes/rbsimple-DE/channelf/systeminfo.xml
new file mode 100644
index 000000000..381d4e20a
--- /dev/null
+++ b/themes/rbsimple-DE/channelf/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Fairchild Channel F
+
+
+
diff --git a/themes/rbsimple-DE/channelf/theme.xml b/themes/rbsimple-DE/channelf/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/channelf/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/coco/colors.xml b/themes/rbsimple-DE/coco/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/coco/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/coco/images/logo.svg b/themes/rbsimple-DE/coco/images/logo.svg
new file mode 100644
index 000000000..a2820d699
--- /dev/null
+++ b/themes/rbsimple-DE/coco/images/logo.svg
@@ -0,0 +1,5 @@
+
+
+
diff --git a/themes/rbsimple-DE/coco/systeminfo.xml b/themes/rbsimple-DE/coco/systeminfo.xml
new file mode 100644
index 000000000..9fe833745
--- /dev/null
+++ b/themes/rbsimple-DE/coco/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Tandy Color Computer
+
+
+
diff --git a/themes/rbsimple-DE/coco/theme.xml b/themes/rbsimple-DE/coco/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/coco/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/colecovision/colors.xml b/themes/rbsimple-DE/colecovision/colors.xml
new file mode 100644
index 000000000..e744c57c6
--- /dev/null
+++ b/themes/rbsimple-DE/colecovision/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ EF8185
+
+
+ F3994B
+
+
+ FADD2F
+
+
+ A4DDF0
+
+
+
diff --git a/themes/rbsimple-DE/colecovision/images/console.svg b/themes/rbsimple-DE/colecovision/images/console.svg
new file mode 100644
index 000000000..ab0f8ca4e
--- /dev/null
+++ b/themes/rbsimple-DE/colecovision/images/console.svg
@@ -0,0 +1,526 @@
+
+
+
diff --git a/themes/rbsimple-DE/colecovision/images/consolegame.svg b/themes/rbsimple-DE/colecovision/images/consolegame.svg
new file mode 100644
index 000000000..59bd4ee99
--- /dev/null
+++ b/themes/rbsimple-DE/colecovision/images/consolegame.svg
@@ -0,0 +1,1123 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/colecovision/images/controller.svg b/themes/rbsimple-DE/colecovision/images/controller.svg
new file mode 100644
index 000000000..78b7dff66
--- /dev/null
+++ b/themes/rbsimple-DE/colecovision/images/controller.svg
@@ -0,0 +1,211 @@
+
+
+
diff --git a/themes/rbsimple-DE/colecovision/images/game.svg b/themes/rbsimple-DE/colecovision/images/game.svg
new file mode 100644
index 000000000..6f5603528
--- /dev/null
+++ b/themes/rbsimple-DE/colecovision/images/game.svg
@@ -0,0 +1,146 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/colecovision/images/logo.svg b/themes/rbsimple-DE/colecovision/images/logo.svg
new file mode 100644
index 000000000..93824d373
--- /dev/null
+++ b/themes/rbsimple-DE/colecovision/images/logo.svg
@@ -0,0 +1,44 @@
+
+
+
diff --git a/themes/rbsimple-DE/colecovision/systeminfo.xml b/themes/rbsimple-DE/colecovision/systeminfo.xml
new file mode 100644
index 000000000..ba5ea0d56
--- /dev/null
+++ b/themes/rbsimple-DE/colecovision/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Coleco
+
+
+ Year of Release : 1982
+
+
+ Units sold : 2+ million
+
+
+ Best-selling game : Donkey Kong
+
+
+ CPU : Zilog Z80 @ 3.58 MHz
+
+
+ RAM : 1kB / VRAM : 16kB
+
+
+ Video : Texas Instruments TMS9928A
+
+
+ Resolution : 256x192, 16 colors
+
+
+ Sound : Texas Instruments SN76489A
+
+
+ Cart Size : 8kB - 32kB
+
+
+
diff --git a/themes/rbsimple-DE/colecovision/theme.xml b/themes/rbsimple-DE/colecovision/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/colecovision/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/colors.xml b/themes/rbsimple-DE/colors.xml
new file mode 100644
index 000000000..6015e0c0d
--- /dev/null
+++ b/themes/rbsimple-DE/colors.xml
@@ -0,0 +1,81 @@
+
+ 5
+
+
+
+ 262626
+
+
+ 707070
+
+
+ 262626
+
+
+ a6a6a6
+ a6a6a6
+
+
+
+
+
+ 707070
+
+
+
+
+
+
+
+
+
+
+
+ 262626
+ 9f9f9f
+ 262626
+ 4d4d4d
+
+
+
+
+
+ 9F9F9F
+
+
+ 9F9F9F
+
+
+ 9F9F9F
+
+
+ 9F9F9F
+
+
+ 262626
+
+
+ 262626
+
+
+ 262626
+
+
+ 262626
+
+
+ 262626
+
+
+
+
+
+ 9F9F9F
+
+
+
diff --git a/themes/rbsimple-DE/core/fonts/Exo2-BoldCondensed.otf b/themes/rbsimple-DE/core/fonts/Exo2-BoldCondensed.otf
new file mode 100644
index 000000000..1c78c894f
Binary files /dev/null and b/themes/rbsimple-DE/core/fonts/Exo2-BoldCondensed.otf differ
diff --git a/themes/rbsimple-DE/core/fonts/Exo2-RegularCondensed.otf b/themes/rbsimple-DE/core/fonts/Exo2-RegularCondensed.otf
new file mode 100644
index 000000000..491a432f4
Binary files /dev/null and b/themes/rbsimple-DE/core/fonts/Exo2-RegularCondensed.otf differ
diff --git a/themes/rbsimple-DE/core/fonts/Exo2-SemiBoldCondensed.otf b/themes/rbsimple-DE/core/fonts/Exo2-SemiBoldCondensed.otf
new file mode 100644
index 000000000..832e1b44f
Binary files /dev/null and b/themes/rbsimple-DE/core/fonts/Exo2-SemiBoldCondensed.otf differ
diff --git a/themes/rbsimple-DE/core/fonts/blank.ttf b/themes/rbsimple-DE/core/fonts/blank.ttf
new file mode 100644
index 000000000..899d4876d
Binary files /dev/null and b/themes/rbsimple-DE/core/fonts/blank.ttf differ
diff --git a/themes/rbsimple-DE/core/images/back.png b/themes/rbsimple-DE/core/images/back.png
new file mode 100644
index 000000000..b187f7915
Binary files /dev/null and b/themes/rbsimple-DE/core/images/back.png differ
diff --git a/themes/rbsimple-DE/core/images/back90.png b/themes/rbsimple-DE/core/images/back90.png
new file mode 100644
index 000000000..731a7a13c
Binary files /dev/null and b/themes/rbsimple-DE/core/images/back90.png differ
diff --git a/themes/rbsimple-DE/core/images/band.png b/themes/rbsimple-DE/core/images/band.png
new file mode 100644
index 000000000..d5081d9a3
Binary files /dev/null and b/themes/rbsimple-DE/core/images/band.png differ
diff --git a/themes/rbsimple-DE/core/images/filled.png b/themes/rbsimple-DE/core/images/filled.png
new file mode 100644
index 000000000..13fe76583
Binary files /dev/null and b/themes/rbsimple-DE/core/images/filled.png differ
diff --git a/themes/rbsimple-DE/core/images/rating_empty.svg b/themes/rbsimple-DE/core/images/rating_empty.svg
new file mode 100644
index 000000000..94238c17d
--- /dev/null
+++ b/themes/rbsimple-DE/core/images/rating_empty.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/themes/rbsimple-DE/core/images/rating_filled.svg b/themes/rbsimple-DE/core/images/rating_filled.svg
new file mode 100644
index 000000000..fd89ebd53
--- /dev/null
+++ b/themes/rbsimple-DE/core/images/rating_filled.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/themes/rbsimple-DE/core/images/static.mp4 b/themes/rbsimple-DE/core/images/static.mp4
new file mode 100644
index 000000000..204b82a04
Binary files /dev/null and b/themes/rbsimple-DE/core/images/static.mp4 differ
diff --git a/themes/rbsimple-DE/core/images/vide.svg b/themes/rbsimple-DE/core/images/vide.svg
new file mode 100644
index 000000000..8e87aabda
--- /dev/null
+++ b/themes/rbsimple-DE/core/images/vide.svg
@@ -0,0 +1,57 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/core/sounds/back.wav b/themes/rbsimple-DE/core/sounds/back.wav
new file mode 100644
index 000000000..9e30b642e
Binary files /dev/null and b/themes/rbsimple-DE/core/sounds/back.wav differ
diff --git a/themes/rbsimple-DE/core/sounds/favorite.wav b/themes/rbsimple-DE/core/sounds/favorite.wav
new file mode 100644
index 000000000..cfcf017e0
Binary files /dev/null and b/themes/rbsimple-DE/core/sounds/favorite.wav differ
diff --git a/themes/rbsimple-DE/core/sounds/launch.wav b/themes/rbsimple-DE/core/sounds/launch.wav
new file mode 100644
index 000000000..cfcf017e0
Binary files /dev/null and b/themes/rbsimple-DE/core/sounds/launch.wav differ
diff --git a/themes/rbsimple-DE/core/sounds/openmenu.wav b/themes/rbsimple-DE/core/sounds/openmenu.wav
new file mode 100644
index 000000000..d2c312919
Binary files /dev/null and b/themes/rbsimple-DE/core/sounds/openmenu.wav differ
diff --git a/themes/rbsimple-DE/core/sounds/quicksysselect.wav b/themes/rbsimple-DE/core/sounds/quicksysselect.wav
new file mode 100644
index 000000000..d2c312919
Binary files /dev/null and b/themes/rbsimple-DE/core/sounds/quicksysselect.wav differ
diff --git a/themes/rbsimple-DE/core/sounds/scroll.wav b/themes/rbsimple-DE/core/sounds/scroll.wav
new file mode 100644
index 000000000..d2c312919
Binary files /dev/null and b/themes/rbsimple-DE/core/sounds/scroll.wav differ
diff --git a/themes/rbsimple-DE/core/sounds/select.wav b/themes/rbsimple-DE/core/sounds/select.wav
new file mode 100644
index 000000000..cfcf017e0
Binary files /dev/null and b/themes/rbsimple-DE/core/sounds/select.wav differ
diff --git a/themes/rbsimple-DE/core/sounds/systembrowse.wav b/themes/rbsimple-DE/core/sounds/systembrowse.wav
new file mode 100644
index 000000000..d2c312919
Binary files /dev/null and b/themes/rbsimple-DE/core/sounds/systembrowse.wav differ
diff --git a/themes/rbsimple-DE/custom-collections/colors.xml b/themes/rbsimple-DE/custom-collections/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/custom-collections/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/custom-collections/images/console.svg b/themes/rbsimple-DE/custom-collections/images/console.svg
new file mode 100644
index 000000000..3b56326a0
--- /dev/null
+++ b/themes/rbsimple-DE/custom-collections/images/console.svg
@@ -0,0 +1,1486 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/custom-collections/images/consolegame.svg b/themes/rbsimple-DE/custom-collections/images/consolegame.svg
new file mode 100644
index 000000000..3b56326a0
--- /dev/null
+++ b/themes/rbsimple-DE/custom-collections/images/consolegame.svg
@@ -0,0 +1,1486 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/custom-collections/images/logo.svg b/themes/rbsimple-DE/custom-collections/images/logo.svg
new file mode 100644
index 000000000..02f4b8dc9
--- /dev/null
+++ b/themes/rbsimple-DE/custom-collections/images/logo.svg
@@ -0,0 +1,158 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/custom-collections/systeminfo.xml b/themes/rbsimple-DE/custom-collections/systeminfo.xml
new file mode 100644
index 000000000..595162de2
--- /dev/null
+++ b/themes/rbsimple-DE/custom-collections/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Add your own custom collections here.
+
+
+
diff --git a/themes/rbsimple-DE/custom-collections/theme.xml b/themes/rbsimple-DE/custom-collections/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/custom-collections/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/daphne/colors.xml b/themes/rbsimple-DE/daphne/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/daphne/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/daphne/images/logo.svg b/themes/rbsimple-DE/daphne/images/logo.svg
new file mode 100644
index 000000000..8736bd83a
--- /dev/null
+++ b/themes/rbsimple-DE/daphne/images/logo.svg
@@ -0,0 +1,1338 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/daphne/images/logo2.svg b/themes/rbsimple-DE/daphne/images/logo2.svg
new file mode 100644
index 000000000..863902c2c
--- /dev/null
+++ b/themes/rbsimple-DE/daphne/images/logo2.svg
@@ -0,0 +1,1251 @@
+
+
diff --git a/themes/rbsimple-DE/daphne/systeminfo.xml b/themes/rbsimple-DE/daphne/systeminfo.xml
new file mode 100644
index 000000000..85e2c3685
--- /dev/null
+++ b/themes/rbsimple-DE/daphne/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Daphne Arcade Laserdisc Emulator
+
+
+
diff --git a/themes/rbsimple-DE/daphne/theme.xml b/themes/rbsimple-DE/daphne/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/daphne/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/desktop/colors.xml b/themes/rbsimple-DE/desktop/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/desktop/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/desktop/images/logo.svg b/themes/rbsimple-DE/desktop/images/logo.svg
new file mode 100644
index 000000000..07506d2b8
--- /dev/null
+++ b/themes/rbsimple-DE/desktop/images/logo.svg
@@ -0,0 +1,40 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/desktop/systeminfo.xml b/themes/rbsimple-DE/desktop/systeminfo.xml
new file mode 100644
index 000000000..85302f9bd
--- /dev/null
+++ b/themes/rbsimple-DE/desktop/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Desktop applications
+
+
+
diff --git a/themes/rbsimple-DE/desktop/theme.xml b/themes/rbsimple-DE/desktop/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/desktop/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/doom/colors.xml b/themes/rbsimple-DE/doom/colors.xml
new file mode 100644
index 000000000..881200777
--- /dev/null
+++ b/themes/rbsimple-DE/doom/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 33709F
+
+
+ DFDED1
+
+
+ D37112
+
+
+ A63417
+
+
+
diff --git a/themes/rbsimple-DE/doom/images/console.svg b/themes/rbsimple-DE/doom/images/console.svg
new file mode 100644
index 000000000..2412f0757
--- /dev/null
+++ b/themes/rbsimple-DE/doom/images/console.svg
@@ -0,0 +1,747 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/doom/images/consolegame.svg b/themes/rbsimple-DE/doom/images/consolegame.svg
new file mode 100644
index 000000000..2412f0757
--- /dev/null
+++ b/themes/rbsimple-DE/doom/images/consolegame.svg
@@ -0,0 +1,747 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/doom/images/controller.svg b/themes/rbsimple-DE/doom/images/controller.svg
new file mode 100644
index 000000000..203ed2255
--- /dev/null
+++ b/themes/rbsimple-DE/doom/images/controller.svg
@@ -0,0 +1,195 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/doom/images/logo.svg b/themes/rbsimple-DE/doom/images/logo.svg
new file mode 100644
index 000000000..618f5d5a9
--- /dev/null
+++ b/themes/rbsimple-DE/doom/images/logo.svg
@@ -0,0 +1,3633 @@
+
+
diff --git a/themes/rbsimple-DE/doom/systeminfo.xml b/themes/rbsimple-DE/doom/systeminfo.xml
new file mode 100644
index 000000000..1a3064852
--- /dev/null
+++ b/themes/rbsimple-DE/doom/systeminfo.xml
@@ -0,0 +1,24 @@
+
+ 5
+
+
+
+ Developer : id Software
+
+
+ Year of Release : 1993
+
+
+ DOOM is a series of first-person shooter video games developed by id Software.
+
+
+ The series focuses on the exploits of an unnamed space marine operating under the UAC, who fights hordes of demons in order to survive.
+
+
+ Doom is one of the pioneering FPS games, introducing to IBM-compatible computers features such as 3D graphics,
+
+
+ third dimension spatiality, and support for player-created modifications with the Doom WAD format.
+
+
+
diff --git a/themes/rbsimple-DE/doom/theme.xml b/themes/rbsimple-DE/doom/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/doom/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/dragon32/colors.xml b/themes/rbsimple-DE/dragon32/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/dragon32/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/dragon32/images/logo.svg b/themes/rbsimple-DE/dragon32/images/logo.svg
new file mode 100644
index 000000000..ee78fa29f
--- /dev/null
+++ b/themes/rbsimple-DE/dragon32/images/logo.svg
@@ -0,0 +1,137 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/dragon32/systeminfo.xml b/themes/rbsimple-DE/dragon32/systeminfo.xml
new file mode 100644
index 000000000..d867f7254
--- /dev/null
+++ b/themes/rbsimple-DE/dragon32/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Dragon 32
+
+
+
diff --git a/themes/rbsimple-DE/dragon32/theme.xml b/themes/rbsimple-DE/dragon32/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/dragon32/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/dreamcast/colors.xml b/themes/rbsimple-DE/dreamcast/colors.xml
new file mode 100644
index 000000000..3671c85d8
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ C1C3C2
+
+
+ 3e649f
+
+
+ 030303
+
+
+ E4E5E4
+
+
+
diff --git a/themes/rbsimple-DE/dreamcast/images/console.svg b/themes/rbsimple-DE/dreamcast/images/console.svg
new file mode 100644
index 000000000..72df5705e
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/images/console.svg
@@ -0,0 +1,366 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/dreamcast/images/consolegame.svg b/themes/rbsimple-DE/dreamcast/images/consolegame.svg
new file mode 100644
index 000000000..64b3fc03f
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/images/consolegame.svg
@@ -0,0 +1,739 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/dreamcast/images/controller.svg b/themes/rbsimple-DE/dreamcast/images/controller.svg
new file mode 100644
index 000000000..a8f87721e
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/images/controller.svg
@@ -0,0 +1,363 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/dreamcast/images/game.svg b/themes/rbsimple-DE/dreamcast/images/game.svg
new file mode 100644
index 000000000..0c434498d
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/images/game.svg
@@ -0,0 +1,165 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/dreamcast/images/jp/console.svg b/themes/rbsimple-DE/dreamcast/images/jp/console.svg
new file mode 100644
index 000000000..6bddf5617
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/images/jp/console.svg
@@ -0,0 +1,277 @@
+
+
+
diff --git a/themes/rbsimple-DE/dreamcast/images/jp/consolegame.svg b/themes/rbsimple-DE/dreamcast/images/jp/consolegame.svg
new file mode 100644
index 000000000..93a1e1ae5
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/images/jp/consolegame.svg
@@ -0,0 +1,893 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/dreamcast/images/jp/controller.svg b/themes/rbsimple-DE/dreamcast/images/jp/controller.svg
new file mode 100644
index 000000000..5e4ac6fc4
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/images/jp/controller.svg
@@ -0,0 +1,425 @@
+
+
+
diff --git a/themes/rbsimple-DE/dreamcast/images/jp/game.svg b/themes/rbsimple-DE/dreamcast/images/jp/game.svg
new file mode 100644
index 000000000..dcad7f4e7
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/images/jp/game.svg
@@ -0,0 +1,364 @@
+
+
+
diff --git a/themes/rbsimple-DE/dreamcast/images/jp/logo.svg b/themes/rbsimple-DE/dreamcast/images/jp/logo.svg
new file mode 100644
index 000000000..cd8cb5de7
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/images/jp/logo.svg
@@ -0,0 +1,70 @@
+
+
+
diff --git a/themes/rbsimple-DE/dreamcast/images/logo.svg b/themes/rbsimple-DE/dreamcast/images/logo.svg
new file mode 100644
index 000000000..4947e7331
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/images/logo.svg
@@ -0,0 +1,76 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/dreamcast/images/us/console.svg b/themes/rbsimple-DE/dreamcast/images/us/console.svg
new file mode 100644
index 000000000..134a123a6
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/images/us/console.svg
@@ -0,0 +1,277 @@
+
+
+
diff --git a/themes/rbsimple-DE/dreamcast/images/us/consolegame.svg b/themes/rbsimple-DE/dreamcast/images/us/consolegame.svg
new file mode 100644
index 000000000..1c328f350
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/images/us/consolegame.svg
@@ -0,0 +1,893 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/dreamcast/images/us/controller.svg b/themes/rbsimple-DE/dreamcast/images/us/controller.svg
new file mode 100644
index 000000000..8974dbd71
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/images/us/controller.svg
@@ -0,0 +1,425 @@
+
+
+
diff --git a/themes/rbsimple-DE/dreamcast/images/us/game.svg b/themes/rbsimple-DE/dreamcast/images/us/game.svg
new file mode 100644
index 000000000..47aa25b32
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/images/us/game.svg
@@ -0,0 +1,364 @@
+
+
+
diff --git a/themes/rbsimple-DE/dreamcast/images/us/logo.svg b/themes/rbsimple-DE/dreamcast/images/us/logo.svg
new file mode 100644
index 000000000..ae72891e0
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/images/us/logo.svg
@@ -0,0 +1,70 @@
+
+
+
diff --git a/themes/rbsimple-DE/dreamcast/systeminfo.xml b/themes/rbsimple-DE/dreamcast/systeminfo.xml
new file mode 100644
index 000000000..b46a4ebbc
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Sega
+
+
+ Year of Release : 1998
+
+
+ Units sold : 9.13 million
+
+
+ Best-selling game : Sonic Adventure
+
+
+ CPU : Hitachi SH-4 32-bit RISC clocked @ 200 MHz
+
+
+ RAM : 16MB / VRAM : 8MB
+
+
+ Video : 100 MHz PowerVR2 (integrated with the system's ASIC)
+
+
+ Resolution : 640×480 pixels
+
+
+ Sound : Yamaha AICA[139] sound processor @ 67 MHz
+
+
+ VMU size : 128kB
+
+
+
diff --git a/themes/rbsimple-DE/dreamcast/theme.xml b/themes/rbsimple-DE/dreamcast/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/dreamcast/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/famicom/colors.xml b/themes/rbsimple-DE/famicom/colors.xml
new file mode 100644
index 000000000..4171d796c
--- /dev/null
+++ b/themes/rbsimple-DE/famicom/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ EA2C27
+
+
+ E6E7E8
+
+
+ C0A987
+
+
+ AA1C41
+
+
+
diff --git a/themes/rbsimple-DE/famicom/images/console.svg b/themes/rbsimple-DE/famicom/images/console.svg
new file mode 100644
index 000000000..8c85ccecc
--- /dev/null
+++ b/themes/rbsimple-DE/famicom/images/console.svg
@@ -0,0 +1,233 @@
+
+
+
diff --git a/themes/rbsimple-DE/famicom/images/consolegame.svg b/themes/rbsimple-DE/famicom/images/consolegame.svg
new file mode 100644
index 000000000..f6d5236ab
--- /dev/null
+++ b/themes/rbsimple-DE/famicom/images/consolegame.svg
@@ -0,0 +1,576 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/famicom/images/controller.svg b/themes/rbsimple-DE/famicom/images/controller.svg
new file mode 100644
index 000000000..ed208f8d2
--- /dev/null
+++ b/themes/rbsimple-DE/famicom/images/controller.svg
@@ -0,0 +1,109 @@
+
+
+
diff --git a/themes/rbsimple-DE/famicom/images/game.svg b/themes/rbsimple-DE/famicom/images/game.svg
new file mode 100644
index 000000000..2e45d1d96
--- /dev/null
+++ b/themes/rbsimple-DE/famicom/images/game.svg
@@ -0,0 +1,96 @@
+
+
+
diff --git a/themes/rbsimple-DE/famicom/images/logo.svg b/themes/rbsimple-DE/famicom/images/logo.svg
new file mode 100644
index 000000000..4954e7d62
--- /dev/null
+++ b/themes/rbsimple-DE/famicom/images/logo.svg
@@ -0,0 +1,72 @@
+
+
+
diff --git a/themes/rbsimple-DE/famicom/systeminfo.xml b/themes/rbsimple-DE/famicom/systeminfo.xml
new file mode 100644
index 000000000..8227248f0
--- /dev/null
+++ b/themes/rbsimple-DE/famicom/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Nintendo
+
+
+ Year of Release : 1983
+
+
+ Units sold : 61.79 million
+
+
+ Best-selling game : Super Mario Bros.
+
+
+ CPU : 8-bit MOS 6502 @ 1.79MHz
+
+
+ RAM : 2kB / VRAM : 2kB
+
+
+ Video : 8-Bit PPU (Picture Processing Unit)
+
+
+ Resolution : 256 x 240 pixels, 25 colors (64 colors palette)
+
+
+ Sound : PSG sound (2 Square Waves, 1 Triangle Wave, 1 White Noise)
+
+
+ Cart Size : 8kB - 1MB
+
+
+
diff --git a/themes/rbsimple-DE/famicom/theme.xml b/themes/rbsimple-DE/famicom/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/famicom/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/fba/colors.xml b/themes/rbsimple-DE/fba/colors.xml
new file mode 100644
index 000000000..8afdf8646
--- /dev/null
+++ b/themes/rbsimple-DE/fba/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ CF8A61
+
+
+ FE7B07
+
+
+ 231F20
+
+
+ FFFFFF
+
+
+
diff --git a/themes/rbsimple-DE/fba/images/console.svg b/themes/rbsimple-DE/fba/images/console.svg
new file mode 100644
index 000000000..58f5af58d
--- /dev/null
+++ b/themes/rbsimple-DE/fba/images/console.svg
@@ -0,0 +1,5032 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/fba/images/consolegame.svg b/themes/rbsimple-DE/fba/images/consolegame.svg
new file mode 100644
index 000000000..58f5af58d
--- /dev/null
+++ b/themes/rbsimple-DE/fba/images/consolegame.svg
@@ -0,0 +1,5032 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/fba/images/controller.svg b/themes/rbsimple-DE/fba/images/controller.svg
new file mode 100644
index 000000000..c7601817e
--- /dev/null
+++ b/themes/rbsimple-DE/fba/images/controller.svg
@@ -0,0 +1,470 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/fba/images/logo.svg b/themes/rbsimple-DE/fba/images/logo.svg
new file mode 100644
index 000000000..115784f1a
--- /dev/null
+++ b/themes/rbsimple-DE/fba/images/logo.svg
@@ -0,0 +1,48 @@
+
+
+
diff --git a/themes/rbsimple-DE/fba/systeminfo.xml b/themes/rbsimple-DE/fba/systeminfo.xml
new file mode 100644
index 000000000..1a4338f81
--- /dev/null
+++ b/themes/rbsimple-DE/fba/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ FB Alpha or FBA as it is commonly known is an emulator of arcade games,
+
+
+ that is, it takes the program code, graphic data, ...
+
+
+ from an orginal arcade game and emulate the hardware to make the game
+
+
+ run in it's original form.
+
+
+ As far as the game is concerned it is running in it's original cabinet.
+
+
+ FBA is an open-source project and it is programmed by a group of people
+
+
+ known as the FBA team.
+
+
+ Over the years this has comprised Jan_Klaassen,
+
+
+ KEV, LoopMaster, Mike Haggar, Hyper Yagami, Ayeye.
+
+
+ FBA is based on the original FinalBurn by Dave.
+
+
+
diff --git a/themes/rbsimple-DE/fba/theme.xml b/themes/rbsimple-DE/fba/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/fba/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/fbneo/colors.xml b/themes/rbsimple-DE/fbneo/colors.xml
new file mode 100644
index 000000000..3289868ca
--- /dev/null
+++ b/themes/rbsimple-DE/fbneo/colors.xml
@@ -0,0 +1,18 @@
+
+ 6
+
+
+
+ C0392B
+
+
+ CF8A61
+
+
+ 231F20
+
+
+ FFFFFF
+
+
+
diff --git a/themes/rbsimple-DE/fbneo/images/console.svg b/themes/rbsimple-DE/fbneo/images/console.svg
new file mode 100644
index 000000000..d008cf047
--- /dev/null
+++ b/themes/rbsimple-DE/fbneo/images/console.svg
@@ -0,0 +1,3000 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/fbneo/images/consolegame.svg b/themes/rbsimple-DE/fbneo/images/consolegame.svg
new file mode 100644
index 000000000..d008cf047
--- /dev/null
+++ b/themes/rbsimple-DE/fbneo/images/consolegame.svg
@@ -0,0 +1,3000 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/fbneo/images/controller.svg b/themes/rbsimple-DE/fbneo/images/controller.svg
new file mode 100644
index 000000000..50a087a56
--- /dev/null
+++ b/themes/rbsimple-DE/fbneo/images/controller.svg
@@ -0,0 +1,645 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/fbneo/images/logo.svg b/themes/rbsimple-DE/fbneo/images/logo.svg
new file mode 100644
index 000000000..525407e52
--- /dev/null
+++ b/themes/rbsimple-DE/fbneo/images/logo.svg
@@ -0,0 +1,125 @@
+
+
+
diff --git a/themes/rbsimple-DE/fbneo/systeminfo.xml b/themes/rbsimple-DE/fbneo/systeminfo.xml
new file mode 100644
index 000000000..1a4338f81
--- /dev/null
+++ b/themes/rbsimple-DE/fbneo/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ FB Alpha or FBA as it is commonly known is an emulator of arcade games,
+
+
+ that is, it takes the program code, graphic data, ...
+
+
+ from an orginal arcade game and emulate the hardware to make the game
+
+
+ run in it's original form.
+
+
+ As far as the game is concerned it is running in it's original cabinet.
+
+
+ FBA is an open-source project and it is programmed by a group of people
+
+
+ known as the FBA team.
+
+
+ Over the years this has comprised Jan_Klaassen,
+
+
+ KEV, LoopMaster, Mike Haggar, Hyper Yagami, Ayeye.
+
+
+ FBA is based on the original FinalBurn by Dave.
+
+
+
diff --git a/themes/rbsimple-DE/fbneo/theme.xml b/themes/rbsimple-DE/fbneo/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/fbneo/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/fds/colors.xml b/themes/rbsimple-DE/fds/colors.xml
new file mode 100644
index 000000000..3423af129
--- /dev/null
+++ b/themes/rbsimple-DE/fds/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ A71636
+
+
+ C7AF89
+
+
+ 3C3C3B
+
+
+ F4B600
+
+
+
diff --git a/themes/rbsimple-DE/fds/images/console.svg b/themes/rbsimple-DE/fds/images/console.svg
new file mode 100644
index 000000000..8a5a8e309
--- /dev/null
+++ b/themes/rbsimple-DE/fds/images/console.svg
@@ -0,0 +1,415 @@
+
+
+
diff --git a/themes/rbsimple-DE/fds/images/consolegame.svg b/themes/rbsimple-DE/fds/images/consolegame.svg
new file mode 100644
index 000000000..074c2fa3e
--- /dev/null
+++ b/themes/rbsimple-DE/fds/images/consolegame.svg
@@ -0,0 +1,1779 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/fds/images/controller.svg b/themes/rbsimple-DE/fds/images/controller.svg
new file mode 100644
index 000000000..a80079cc3
--- /dev/null
+++ b/themes/rbsimple-DE/fds/images/controller.svg
@@ -0,0 +1,152 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/fds/images/game.svg b/themes/rbsimple-DE/fds/images/game.svg
new file mode 100644
index 000000000..398781203
--- /dev/null
+++ b/themes/rbsimple-DE/fds/images/game.svg
@@ -0,0 +1,959 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/fds/images/logo.svg b/themes/rbsimple-DE/fds/images/logo.svg
new file mode 100644
index 000000000..a8dadba37
--- /dev/null
+++ b/themes/rbsimple-DE/fds/images/logo.svg
@@ -0,0 +1,477 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/fds/systeminfo.xml b/themes/rbsimple-DE/fds/systeminfo.xml
new file mode 100644
index 000000000..4f9cc27f7
--- /dev/null
+++ b/themes/rbsimple-DE/fds/systeminfo.xml
@@ -0,0 +1,33 @@
+
+ 5
+
+
+
+ Manufacturer : Nintendo
+
+
+ Year of Release : 1986
+
+
+ Units sold : 4.44 million
+
+
+ Best-selling game : Super Mario Bros. 2
+
+
+ CPU : Ricoh 2A03 8 Bit processor
+
+
+ RAM : 32 Ko
+
+
+ Disk space : 112 Ko
+
+
+ Audio/Video processor : Uses Famicom hardware
+
+
+ Ports : Uses Famicom hardware
+
+
+
diff --git a/themes/rbsimple-DE/fds/theme.xml b/themes/rbsimple-DE/fds/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/fds/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/gameandwatch/colors.xml b/themes/rbsimple-DE/gameandwatch/colors.xml
new file mode 100644
index 000000000..086ba7e3c
--- /dev/null
+++ b/themes/rbsimple-DE/gameandwatch/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ C4353D
+
+
+ C2904A
+
+
+ 853641
+
+
+ 4C301C
+
+
+
diff --git a/themes/rbsimple-DE/gameandwatch/images/console.svg b/themes/rbsimple-DE/gameandwatch/images/console.svg
new file mode 100644
index 000000000..c433d6ee1
--- /dev/null
+++ b/themes/rbsimple-DE/gameandwatch/images/console.svg
@@ -0,0 +1,500 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gameandwatch/images/consolegame.svg b/themes/rbsimple-DE/gameandwatch/images/consolegame.svg
new file mode 100644
index 000000000..44b47c4f1
--- /dev/null
+++ b/themes/rbsimple-DE/gameandwatch/images/consolegame.svg
@@ -0,0 +1,567 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gameandwatch/images/logo.svg b/themes/rbsimple-DE/gameandwatch/images/logo.svg
new file mode 100644
index 000000000..87e460254
--- /dev/null
+++ b/themes/rbsimple-DE/gameandwatch/images/logo.svg
@@ -0,0 +1,85 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gameandwatch/systeminfo.xml b/themes/rbsimple-DE/gameandwatch/systeminfo.xml
new file mode 100644
index 000000000..96f03072d
--- /dev/null
+++ b/themes/rbsimple-DE/gameandwatch/systeminfo.xml
@@ -0,0 +1,33 @@
+
+ 5
+
+
+
+ Manufacturer : Nintendo
+
+
+ Year of Release : 1980
+
+
+ Units sold : 43.4 million
+
+
+ Best-selling game : Donkey Kong
+
+
+ Created by game designer Gunpei Yokoi,
+
+
+ Game and Watch (GW) features a game in addition to a clock, an alarm, or both.
+
+
+ It was the earliest Nintendo product to gamer major succes.
+
+
+ 59 GW games were released and one only available as a contest prize.
+
+
+ Mr GW is a character often considered as the mascot of the GW series.
+
+
+
diff --git a/themes/rbsimple-DE/gameandwatch/theme.xml b/themes/rbsimple-DE/gameandwatch/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/gameandwatch/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/gamegear/colors.xml b/themes/rbsimple-DE/gamegear/colors.xml
new file mode 100644
index 000000000..1c5c9b0e0
--- /dev/null
+++ b/themes/rbsimple-DE/gamegear/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ CCCBCB
+
+
+ D41808
+
+
+ 008200
+
+
+ 0000FE
+
+
+
diff --git a/themes/rbsimple-DE/gamegear/images/console.svg b/themes/rbsimple-DE/gamegear/images/console.svg
new file mode 100644
index 000000000..c76f09f48
--- /dev/null
+++ b/themes/rbsimple-DE/gamegear/images/console.svg
@@ -0,0 +1,411 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gamegear/images/consolegame.svg b/themes/rbsimple-DE/gamegear/images/consolegame.svg
new file mode 100644
index 000000000..7546fdc90
--- /dev/null
+++ b/themes/rbsimple-DE/gamegear/images/consolegame.svg
@@ -0,0 +1,616 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gamegear/images/game.svg b/themes/rbsimple-DE/gamegear/images/game.svg
new file mode 100644
index 000000000..ba5822cbe
--- /dev/null
+++ b/themes/rbsimple-DE/gamegear/images/game.svg
@@ -0,0 +1,124 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gamegear/images/logo.svg b/themes/rbsimple-DE/gamegear/images/logo.svg
new file mode 100644
index 000000000..e28b28498
--- /dev/null
+++ b/themes/rbsimple-DE/gamegear/images/logo.svg
@@ -0,0 +1,48 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/gamegear/systeminfo.xml b/themes/rbsimple-DE/gamegear/systeminfo.xml
new file mode 100644
index 000000000..d5daf62e8
--- /dev/null
+++ b/themes/rbsimple-DE/gamegear/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Sega
+
+
+ Year of Release : 1990
+
+
+ Units sold : 11 million
+
+
+ CPU : 8-Bit Zilog Z80 @ 3.58 MHz
+
+
+ RAM : 8kB / VRAM : 16kB
+
+
+ Video : Sega VDP (custom Texas Instruments TMS9918)
+
+
+ Resolution : 160 x 146 pixels, 32 colors (4096 colors palette)
+
+
+ Sound : TI SN76489 PSG
+
+
+ Cart Size : 32kB - 1MB
+
+
+ Screen : 8.128cm (3.2 inches), backlit LCD
+
+
+
diff --git a/themes/rbsimple-DE/gamegear/theme.xml b/themes/rbsimple-DE/gamegear/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/gamegear/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/gb/colors.xml b/themes/rbsimple-DE/gb/colors.xml
new file mode 100644
index 000000000..cd3b64072
--- /dev/null
+++ b/themes/rbsimple-DE/gb/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 9B2063
+
+
+ 2D308E
+
+
+ D9D9D9
+
+
+ A3A3A3
+
+
+
diff --git a/themes/rbsimple-DE/gb/images/console.svg b/themes/rbsimple-DE/gb/images/console.svg
new file mode 100644
index 000000000..2fedd5292
--- /dev/null
+++ b/themes/rbsimple-DE/gb/images/console.svg
@@ -0,0 +1,289 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gb/images/consolegame.svg b/themes/rbsimple-DE/gb/images/consolegame.svg
new file mode 100644
index 000000000..6adb228c5
--- /dev/null
+++ b/themes/rbsimple-DE/gb/images/consolegame.svg
@@ -0,0 +1,548 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gb/images/game.svg b/themes/rbsimple-DE/gb/images/game.svg
new file mode 100644
index 000000000..9db5e2c62
--- /dev/null
+++ b/themes/rbsimple-DE/gb/images/game.svg
@@ -0,0 +1,202 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gb/images/logo.svg b/themes/rbsimple-DE/gb/images/logo.svg
new file mode 100644
index 000000000..083c9ef3f
--- /dev/null
+++ b/themes/rbsimple-DE/gb/images/logo.svg
@@ -0,0 +1,38 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/gb/systeminfo.xml b/themes/rbsimple-DE/gb/systeminfo.xml
new file mode 100644
index 000000000..4d55bab82
--- /dev/null
+++ b/themes/rbsimple-DE/gb/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Nintendo
+
+
+ Year of Release : 1989
+
+
+ Units sold : 118.69 million
+
+
+ Best-selling game : Tetris
+
+
+ CPU : 8-bit Zilog Z80 @ 4.194304MHz
+
+
+ RAM : 8kB / VRAM : 8kB
+
+
+ Video : PPU (embedded in CPU)
+
+
+ Resolution : 160x144 pixels, 4 shades of "gray"
+
+
+ Sound : 4 channels stereo sound
+
+
+ Cart Size : 32kB - 1MB
+
+
+
diff --git a/themes/rbsimple-DE/gb/theme.xml b/themes/rbsimple-DE/gb/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/gb/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/gba/colors.xml b/themes/rbsimple-DE/gba/colors.xml
new file mode 100644
index 000000000..7a16897e4
--- /dev/null
+++ b/themes/rbsimple-DE/gba/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 5C67A9
+
+
+ 280FBE
+
+
+ BCBCBC
+
+
+ 212121
+
+
+
diff --git a/themes/rbsimple-DE/gba/images/console.svg b/themes/rbsimple-DE/gba/images/console.svg
new file mode 100644
index 000000000..5f4e3bf79
--- /dev/null
+++ b/themes/rbsimple-DE/gba/images/console.svg
@@ -0,0 +1,194 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gba/images/consolegame.svg b/themes/rbsimple-DE/gba/images/consolegame.svg
new file mode 100644
index 000000000..1d9f80293
--- /dev/null
+++ b/themes/rbsimple-DE/gba/images/consolegame.svg
@@ -0,0 +1,404 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gba/images/game.svg b/themes/rbsimple-DE/gba/images/game.svg
new file mode 100644
index 000000000..b703d3b13
--- /dev/null
+++ b/themes/rbsimple-DE/gba/images/game.svg
@@ -0,0 +1,168 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gba/images/logo.svg b/themes/rbsimple-DE/gba/images/logo.svg
new file mode 100644
index 000000000..a4f3c3550
--- /dev/null
+++ b/themes/rbsimple-DE/gba/images/logo.svg
@@ -0,0 +1,67 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/gba/systeminfo.xml b/themes/rbsimple-DE/gba/systeminfo.xml
new file mode 100644
index 000000000..043403d00
--- /dev/null
+++ b/themes/rbsimple-DE/gba/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Nintendo
+
+
+ Year of Release : 2001
+
+
+ Units sold : 82 million
+
+
+ Best-selling game : Pokémon Ruby
+
+
+ CPU : 16 MHz 32bit RISC-CPU + 8bit CISC-CPU
+
+
+ RAM : 32KB WRAM + 256KB WRAM
+
+
+ Screen : Reflective TFT Colour LCD
+
+
+ Resolution : 240 x 160 pixels
+
+
+ Video RAM : 256KB
+
+
+ Display Ability : 32 000 colours
+
+
+
diff --git a/themes/rbsimple-DE/gba/theme.xml b/themes/rbsimple-DE/gba/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/gba/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/gbc/colors.xml b/themes/rbsimple-DE/gbc/colors.xml
new file mode 100644
index 000000000..5ddc6f0f8
--- /dev/null
+++ b/themes/rbsimple-DE/gbc/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F63B77
+
+
+ 2D308E
+
+
+ 00B3DE
+
+
+ 7642B6
+
+
+
diff --git a/themes/rbsimple-DE/gbc/images/console.svg b/themes/rbsimple-DE/gbc/images/console.svg
new file mode 100644
index 000000000..90367a505
--- /dev/null
+++ b/themes/rbsimple-DE/gbc/images/console.svg
@@ -0,0 +1,504 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gbc/images/consolegame.svg b/themes/rbsimple-DE/gbc/images/consolegame.svg
new file mode 100644
index 000000000..8c855b8d7
--- /dev/null
+++ b/themes/rbsimple-DE/gbc/images/consolegame.svg
@@ -0,0 +1,818 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gbc/images/game.svg b/themes/rbsimple-DE/gbc/images/game.svg
new file mode 100644
index 000000000..9db5e2c62
--- /dev/null
+++ b/themes/rbsimple-DE/gbc/images/game.svg
@@ -0,0 +1,202 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gbc/images/logo.svg b/themes/rbsimple-DE/gbc/images/logo.svg
new file mode 100644
index 000000000..3488b484e
--- /dev/null
+++ b/themes/rbsimple-DE/gbc/images/logo.svg
@@ -0,0 +1,58 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/gbc/systeminfo.xml b/themes/rbsimple-DE/gbc/systeminfo.xml
new file mode 100644
index 000000000..4c18e3a93
--- /dev/null
+++ b/themes/rbsimple-DE/gbc/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Nintendo
+
+
+ Year of Release : 1998
+
+
+ Units sold : 118.69 million
+
+
+ Best-selling game : Pokemon Gold and Silver
+
+
+ CPU : 8-bit Zilog Z80 @ 8.33 MHz
+
+
+ RAM : 32kB / VRAM : 26kB
+
+
+ Video : PPU (embedded in CPU)
+
+
+ Resolution : 160 x 144 pixels, 56 colors (32768 colors palette)
+
+
+ Sound : 4 channels stereo sound
+
+
+ Cart Size : 256kB - 8MB
+
+
+
diff --git a/themes/rbsimple-DE/gbc/theme.xml b/themes/rbsimple-DE/gbc/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/gbc/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/gc/colors.xml b/themes/rbsimple-DE/gc/colors.xml
new file mode 100644
index 000000000..b847882dc
--- /dev/null
+++ b/themes/rbsimple-DE/gc/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 7b79aa
+
+
+ 524c82
+
+
+ cbc9e0
+
+
+ 1e1c1a
+
+
+
diff --git a/themes/rbsimple-DE/gc/images/console.svg b/themes/rbsimple-DE/gc/images/console.svg
new file mode 100644
index 000000000..c638aad92
--- /dev/null
+++ b/themes/rbsimple-DE/gc/images/console.svg
@@ -0,0 +1,181 @@
+
+
+
diff --git a/themes/rbsimple-DE/gc/images/consolegame.svg b/themes/rbsimple-DE/gc/images/consolegame.svg
new file mode 100644
index 000000000..bf7a50ad5
--- /dev/null
+++ b/themes/rbsimple-DE/gc/images/consolegame.svg
@@ -0,0 +1,637 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gc/images/controller.svg b/themes/rbsimple-DE/gc/images/controller.svg
new file mode 100644
index 000000000..57f8ff732
--- /dev/null
+++ b/themes/rbsimple-DE/gc/images/controller.svg
@@ -0,0 +1,344 @@
+
+
+
diff --git a/themes/rbsimple-DE/gc/images/game.svg b/themes/rbsimple-DE/gc/images/game.svg
new file mode 100644
index 000000000..84f70d574
--- /dev/null
+++ b/themes/rbsimple-DE/gc/images/game.svg
@@ -0,0 +1,371 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gc/images/logo.svg b/themes/rbsimple-DE/gc/images/logo.svg
new file mode 100644
index 000000000..f2f08d600
--- /dev/null
+++ b/themes/rbsimple-DE/gc/images/logo.svg
@@ -0,0 +1,195 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/gc/systeminfo.xml b/themes/rbsimple-DE/gc/systeminfo.xml
new file mode 100644
index 000000000..80d93d298
--- /dev/null
+++ b/themes/rbsimple-DE/gc/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Nintendo
+
+
+ Year of Release : 2001
+
+
+ Units sold : 21.74 million
+
+
+ Best-selling game : Super Smash Bros. Melee
+
+
+ CPU : 128-bit IBM Gekko PowerPC @ 485 MHz
+
+
+ RAM : 43 MB total non-unified RAM
+
+
+ Video : 162 MHz "Flipper" LSI
+
+
+ Resolution : 640×480 interlaced (480i) or progressive scan (480p) - 60 Hz
+
+
+ Sound : 16-bit Dolby Pro Logic II
+
+
+ Media : 1.5 GB miniDVD
+
+
+
diff --git a/themes/rbsimple-DE/gc/theme.xml b/themes/rbsimple-DE/gc/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/gc/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/genesis/colors.xml b/themes/rbsimple-DE/genesis/colors.xml
new file mode 100644
index 000000000..7ac28c68b
--- /dev/null
+++ b/themes/rbsimple-DE/genesis/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ D2D2D2
+
+
+ 488277
+
+
+ 3E64AE
+
+
+ 811B15
+
+
+
diff --git a/themes/rbsimple-DE/genesis/images/console.svg b/themes/rbsimple-DE/genesis/images/console.svg
new file mode 100644
index 000000000..236b4e4e8
--- /dev/null
+++ b/themes/rbsimple-DE/genesis/images/console.svg
@@ -0,0 +1,568 @@
+
+
+
diff --git a/themes/rbsimple-DE/genesis/images/consolegame.svg b/themes/rbsimple-DE/genesis/images/consolegame.svg
new file mode 100644
index 000000000..daf0f9e23
--- /dev/null
+++ b/themes/rbsimple-DE/genesis/images/consolegame.svg
@@ -0,0 +1,1845 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/genesis/images/controller.svg b/themes/rbsimple-DE/genesis/images/controller.svg
new file mode 100644
index 000000000..3c4ca6cac
--- /dev/null
+++ b/themes/rbsimple-DE/genesis/images/controller.svg
@@ -0,0 +1,183 @@
+
+
+
diff --git a/themes/rbsimple-DE/genesis/images/game.svg b/themes/rbsimple-DE/genesis/images/game.svg
new file mode 100644
index 000000000..1d1a6a734
--- /dev/null
+++ b/themes/rbsimple-DE/genesis/images/game.svg
@@ -0,0 +1,179 @@
+
+
+
diff --git a/themes/rbsimple-DE/genesis/images/logo.svg b/themes/rbsimple-DE/genesis/images/logo.svg
new file mode 100644
index 000000000..e7a9fa069
--- /dev/null
+++ b/themes/rbsimple-DE/genesis/images/logo.svg
@@ -0,0 +1,396 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/genesis/systeminfo.xml b/themes/rbsimple-DE/genesis/systeminfo.xml
new file mode 100644
index 000000000..590fea792
--- /dev/null
+++ b/themes/rbsimple-DE/genesis/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Sega
+
+
+ Year of Release : 1988
+
+
+ Units sold : 30 million
+
+
+ Best-selling game : Sonic the Hedgehog
+
+
+ CPU : 16-bit Motorola 68000 @ 7.6 MHz
+
+
+ CPU2 : 8-bit Zilog Z80 @ 3.58 Mhz (sound CPU)
+
+
+ RAM : 64 kB / VRAM : 64kB / sound RAM : 8kB
+
+
+ Video : 16-bit Sega VDP
+
+
+ Resolution : 320×224 pixels, 64 colors (512 colors palette)
+
+
+ Sound : Yamaha YM2612 FM and TI SN76489 PSG
+
+
+
diff --git a/themes/rbsimple-DE/genesis/theme.xml b/themes/rbsimple-DE/genesis/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/genesis/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/intellivision/colors.xml b/themes/rbsimple-DE/intellivision/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/intellivision/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/intellivision/images/logo.svg b/themes/rbsimple-DE/intellivision/images/logo.svg
new file mode 100644
index 000000000..4c97f97e8
--- /dev/null
+++ b/themes/rbsimple-DE/intellivision/images/logo.svg
@@ -0,0 +1,144 @@
+
+
+
diff --git a/themes/rbsimple-DE/intellivision/systeminfo.xml b/themes/rbsimple-DE/intellivision/systeminfo.xml
new file mode 100644
index 000000000..013c602f0
--- /dev/null
+++ b/themes/rbsimple-DE/intellivision/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Mattel Electronics Intellivision
+
+
+
diff --git a/themes/rbsimple-DE/intellivision/theme.xml b/themes/rbsimple-DE/intellivision/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/intellivision/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/kodi/colors.xml b/themes/rbsimple-DE/kodi/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/kodi/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/kodi/images/logo.svg b/themes/rbsimple-DE/kodi/images/logo.svg
new file mode 100644
index 000000000..3022d2985
--- /dev/null
+++ b/themes/rbsimple-DE/kodi/images/logo.svg
@@ -0,0 +1,76 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/kodi/systeminfo.xml b/themes/rbsimple-DE/kodi/systeminfo.xml
new file mode 100644
index 000000000..655a6f10a
--- /dev/null
+++ b/themes/rbsimple-DE/kodi/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Kodi home theatre software
+
+
+
diff --git a/themes/rbsimple-DE/kodi/theme.xml b/themes/rbsimple-DE/kodi/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/kodi/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/love/colors.xml b/themes/rbsimple-DE/love/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/love/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/love/images/logo.svg b/themes/rbsimple-DE/love/images/logo.svg
new file mode 100644
index 000000000..3b40ed64a
--- /dev/null
+++ b/themes/rbsimple-DE/love/images/logo.svg
@@ -0,0 +1,102 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/love/images/logo2.svg b/themes/rbsimple-DE/love/images/logo2.svg
new file mode 100644
index 000000000..9938b9121
--- /dev/null
+++ b/themes/rbsimple-DE/love/images/logo2.svg
@@ -0,0 +1,172 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/love/systeminfo.xml b/themes/rbsimple-DE/love/systeminfo.xml
new file mode 100644
index 000000000..86991db5f
--- /dev/null
+++ b/themes/rbsimple-DE/love/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Löve game engine
+
+
+
diff --git a/themes/rbsimple-DE/love/theme.xml b/themes/rbsimple-DE/love/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/love/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/lutro/colors.xml b/themes/rbsimple-DE/lutro/colors.xml
new file mode 100644
index 000000000..bdf4416b0
--- /dev/null
+++ b/themes/rbsimple-DE/lutro/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 74282b
+
+
+ ae353a
+
+
+ F2D8B5
+
+
+ 00007f
+
+
+
diff --git a/themes/rbsimple-DE/lutro/images/console.svg b/themes/rbsimple-DE/lutro/images/console.svg
new file mode 100644
index 000000000..a244f8852
--- /dev/null
+++ b/themes/rbsimple-DE/lutro/images/console.svg
@@ -0,0 +1,131 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/lutro/images/consolegame.svg b/themes/rbsimple-DE/lutro/images/consolegame.svg
new file mode 100644
index 000000000..587dc0f47
--- /dev/null
+++ b/themes/rbsimple-DE/lutro/images/consolegame.svg
@@ -0,0 +1,1398 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/lutro/images/game.svg b/themes/rbsimple-DE/lutro/images/game.svg
new file mode 100644
index 000000000..d6de7fe79
--- /dev/null
+++ b/themes/rbsimple-DE/lutro/images/game.svg
@@ -0,0 +1,931 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/lutro/images/logo.svg b/themes/rbsimple-DE/lutro/images/logo.svg
new file mode 100644
index 000000000..7a40043d6
--- /dev/null
+++ b/themes/rbsimple-DE/lutro/images/logo.svg
@@ -0,0 +1,131 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/lutro/systeminfo.xml b/themes/rbsimple-DE/lutro/systeminfo.xml
new file mode 100644
index 000000000..3fefe0a86
--- /dev/null
+++ b/themes/rbsimple-DE/lutro/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Lutro is an experimental lua game framework for libretro following the LÖVE API.
+
+
+
diff --git a/themes/rbsimple-DE/lutro/theme.xml b/themes/rbsimple-DE/lutro/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/lutro/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/macintosh/colors.xml b/themes/rbsimple-DE/macintosh/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/macintosh/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/macintosh/images/logo.svg b/themes/rbsimple-DE/macintosh/images/logo.svg
new file mode 100644
index 000000000..41fefb5e7
--- /dev/null
+++ b/themes/rbsimple-DE/macintosh/images/logo.svg
@@ -0,0 +1,111 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/macintosh/systeminfo.xml b/themes/rbsimple-DE/macintosh/systeminfo.xml
new file mode 100644
index 000000000..e56b8a768
--- /dev/null
+++ b/themes/rbsimple-DE/macintosh/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Apple Macintosh
+
+
+
diff --git a/themes/rbsimple-DE/macintosh/theme.xml b/themes/rbsimple-DE/macintosh/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/macintosh/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/mame-advmame/colors.xml b/themes/rbsimple-DE/mame-advmame/colors.xml
new file mode 100644
index 000000000..7f48531ac
--- /dev/null
+++ b/themes/rbsimple-DE/mame-advmame/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 00ADEF
+
+
+ 84849C
+
+
+ 231F20
+
+
+ FFFFFF
+
+
+
diff --git a/themes/rbsimple-DE/mame-advmame/images/console.svg b/themes/rbsimple-DE/mame-advmame/images/console.svg
new file mode 100644
index 000000000..6efc2071a
--- /dev/null
+++ b/themes/rbsimple-DE/mame-advmame/images/console.svg
@@ -0,0 +1,7682 @@
+
+
+
diff --git a/themes/rbsimple-DE/mame-advmame/images/consolegame.svg b/themes/rbsimple-DE/mame-advmame/images/consolegame.svg
new file mode 100644
index 000000000..6efc2071a
--- /dev/null
+++ b/themes/rbsimple-DE/mame-advmame/images/consolegame.svg
@@ -0,0 +1,7682 @@
+
+
+
diff --git a/themes/rbsimple-DE/mame-advmame/images/controller.svg b/themes/rbsimple-DE/mame-advmame/images/controller.svg
new file mode 100644
index 000000000..53a2607fb
--- /dev/null
+++ b/themes/rbsimple-DE/mame-advmame/images/controller.svg
@@ -0,0 +1,410 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/mame-advmame/images/logo.svg b/themes/rbsimple-DE/mame-advmame/images/logo.svg
new file mode 100644
index 000000000..59472446d
--- /dev/null
+++ b/themes/rbsimple-DE/mame-advmame/images/logo.svg
@@ -0,0 +1,184 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/mame-advmame/systeminfo.xml b/themes/rbsimple-DE/mame-advmame/systeminfo.xml
new file mode 100644
index 000000000..4c3ea7a83
--- /dev/null
+++ b/themes/rbsimple-DE/mame-advmame/systeminfo.xml
@@ -0,0 +1,30 @@
+
+ 5
+
+
+
+ Developers : Nicola Salmoria and the MAME Team
+
+
+ Initial release : February 5, 1997
+
+
+ Website : http://mamedev.org/
+
+
+ Written in : C++
+
+
+ M.A.M.E is an emulator application designed to recreate
+
+
+ the hardware of arcade game systems in software
+
+
+ on modern personal computers and other platforms.
+
+
+ The intention is to preserve gaming history by preventing vintage games from being lost or forgotten.
+
+
+
diff --git a/themes/rbsimple-DE/mame-advmame/theme.xml b/themes/rbsimple-DE/mame-advmame/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/mame-advmame/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/mame-libretro/colors.xml b/themes/rbsimple-DE/mame-libretro/colors.xml
new file mode 100644
index 000000000..7f48531ac
--- /dev/null
+++ b/themes/rbsimple-DE/mame-libretro/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 00ADEF
+
+
+ 84849C
+
+
+ 231F20
+
+
+ FFFFFF
+
+
+
diff --git a/themes/rbsimple-DE/mame-libretro/images/console.svg b/themes/rbsimple-DE/mame-libretro/images/console.svg
new file mode 100644
index 000000000..6efc2071a
--- /dev/null
+++ b/themes/rbsimple-DE/mame-libretro/images/console.svg
@@ -0,0 +1,7682 @@
+
+
+
diff --git a/themes/rbsimple-DE/mame-libretro/images/consolegame.svg b/themes/rbsimple-DE/mame-libretro/images/consolegame.svg
new file mode 100644
index 000000000..6efc2071a
--- /dev/null
+++ b/themes/rbsimple-DE/mame-libretro/images/consolegame.svg
@@ -0,0 +1,7682 @@
+
+
+
diff --git a/themes/rbsimple-DE/mame-libretro/images/controller.svg b/themes/rbsimple-DE/mame-libretro/images/controller.svg
new file mode 100644
index 000000000..53a2607fb
--- /dev/null
+++ b/themes/rbsimple-DE/mame-libretro/images/controller.svg
@@ -0,0 +1,410 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/mame-libretro/images/logo.svg b/themes/rbsimple-DE/mame-libretro/images/logo.svg
new file mode 100644
index 000000000..9cc855b46
--- /dev/null
+++ b/themes/rbsimple-DE/mame-libretro/images/logo.svg
@@ -0,0 +1,333 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/mame-libretro/systeminfo.xml b/themes/rbsimple-DE/mame-libretro/systeminfo.xml
new file mode 100644
index 000000000..4c3ea7a83
--- /dev/null
+++ b/themes/rbsimple-DE/mame-libretro/systeminfo.xml
@@ -0,0 +1,30 @@
+
+ 5
+
+
+
+ Developers : Nicola Salmoria and the MAME Team
+
+
+ Initial release : February 5, 1997
+
+
+ Website : http://mamedev.org/
+
+
+ Written in : C++
+
+
+ M.A.M.E is an emulator application designed to recreate
+
+
+ the hardware of arcade game systems in software
+
+
+ on modern personal computers and other platforms.
+
+
+ The intention is to preserve gaming history by preventing vintage games from being lost or forgotten.
+
+
+
diff --git a/themes/rbsimple-DE/mame-libretro/theme.xml b/themes/rbsimple-DE/mame-libretro/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/mame-libretro/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/mame-mame4all/colors.xml b/themes/rbsimple-DE/mame-mame4all/colors.xml
new file mode 100644
index 000000000..7f48531ac
--- /dev/null
+++ b/themes/rbsimple-DE/mame-mame4all/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 00ADEF
+
+
+ 84849C
+
+
+ 231F20
+
+
+ FFFFFF
+
+
+
diff --git a/themes/rbsimple-DE/mame-mame4all/images/console.svg b/themes/rbsimple-DE/mame-mame4all/images/console.svg
new file mode 100644
index 000000000..6efc2071a
--- /dev/null
+++ b/themes/rbsimple-DE/mame-mame4all/images/console.svg
@@ -0,0 +1,7682 @@
+
+
+
diff --git a/themes/rbsimple-DE/mame-mame4all/images/consolegame.svg b/themes/rbsimple-DE/mame-mame4all/images/consolegame.svg
new file mode 100644
index 000000000..6efc2071a
--- /dev/null
+++ b/themes/rbsimple-DE/mame-mame4all/images/consolegame.svg
@@ -0,0 +1,7682 @@
+
+
+
diff --git a/themes/rbsimple-DE/mame-mame4all/images/controller.svg b/themes/rbsimple-DE/mame-mame4all/images/controller.svg
new file mode 100644
index 000000000..53a2607fb
--- /dev/null
+++ b/themes/rbsimple-DE/mame-mame4all/images/controller.svg
@@ -0,0 +1,410 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/mame-mame4all/images/logo.svg b/themes/rbsimple-DE/mame-mame4all/images/logo.svg
new file mode 100644
index 000000000..aa07e0bf0
--- /dev/null
+++ b/themes/rbsimple-DE/mame-mame4all/images/logo.svg
@@ -0,0 +1,101 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/mame-mame4all/systeminfo.xml b/themes/rbsimple-DE/mame-mame4all/systeminfo.xml
new file mode 100644
index 000000000..4c3ea7a83
--- /dev/null
+++ b/themes/rbsimple-DE/mame-mame4all/systeminfo.xml
@@ -0,0 +1,30 @@
+
+ 5
+
+
+
+ Developers : Nicola Salmoria and the MAME Team
+
+
+ Initial release : February 5, 1997
+
+
+ Website : http://mamedev.org/
+
+
+ Written in : C++
+
+
+ M.A.M.E is an emulator application designed to recreate
+
+
+ the hardware of arcade game systems in software
+
+
+ on modern personal computers and other platforms.
+
+
+ The intention is to preserve gaming history by preventing vintage games from being lost or forgotten.
+
+
+
diff --git a/themes/rbsimple-DE/mame-mame4all/theme.xml b/themes/rbsimple-DE/mame-mame4all/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/mame-mame4all/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/mame/colors.xml b/themes/rbsimple-DE/mame/colors.xml
new file mode 100644
index 000000000..7f48531ac
--- /dev/null
+++ b/themes/rbsimple-DE/mame/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 00ADEF
+
+
+ 84849C
+
+
+ 231F20
+
+
+ FFFFFF
+
+
+
diff --git a/themes/rbsimple-DE/mame/images/console.svg b/themes/rbsimple-DE/mame/images/console.svg
new file mode 100644
index 000000000..6efc2071a
--- /dev/null
+++ b/themes/rbsimple-DE/mame/images/console.svg
@@ -0,0 +1,7682 @@
+
+
+
diff --git a/themes/rbsimple-DE/mame/images/consolegame.svg b/themes/rbsimple-DE/mame/images/consolegame.svg
new file mode 100644
index 000000000..6efc2071a
--- /dev/null
+++ b/themes/rbsimple-DE/mame/images/consolegame.svg
@@ -0,0 +1,7682 @@
+
+
+
diff --git a/themes/rbsimple-DE/mame/images/controller.svg b/themes/rbsimple-DE/mame/images/controller.svg
new file mode 100644
index 000000000..53a2607fb
--- /dev/null
+++ b/themes/rbsimple-DE/mame/images/controller.svg
@@ -0,0 +1,410 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/mame/images/logo.svg b/themes/rbsimple-DE/mame/images/logo.svg
new file mode 100644
index 000000000..67b3d11b4
--- /dev/null
+++ b/themes/rbsimple-DE/mame/images/logo.svg
@@ -0,0 +1,324 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/mame/systeminfo.xml b/themes/rbsimple-DE/mame/systeminfo.xml
new file mode 100644
index 000000000..4c3ea7a83
--- /dev/null
+++ b/themes/rbsimple-DE/mame/systeminfo.xml
@@ -0,0 +1,30 @@
+
+ 5
+
+
+
+ Developers : Nicola Salmoria and the MAME Team
+
+
+ Initial release : February 5, 1997
+
+
+ Website : http://mamedev.org/
+
+
+ Written in : C++
+
+
+ M.A.M.E is an emulator application designed to recreate
+
+
+ the hardware of arcade game systems in software
+
+
+ on modern personal computers and other platforms.
+
+
+ The intention is to preserve gaming history by preventing vintage games from being lost or forgotten.
+
+
+
diff --git a/themes/rbsimple-DE/mame/theme.xml b/themes/rbsimple-DE/mame/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/mame/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/mastersystem/colors.xml b/themes/rbsimple-DE/mastersystem/colors.xml
new file mode 100644
index 000000000..109dfd0c5
--- /dev/null
+++ b/themes/rbsimple-DE/mastersystem/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ CBCBCB
+
+
+ 165193
+
+
+ E60000
+
+
+ 1A1A1A
+
+
+
diff --git a/themes/rbsimple-DE/mastersystem/images/console.svg b/themes/rbsimple-DE/mastersystem/images/console.svg
new file mode 100644
index 000000000..8afd7f853
--- /dev/null
+++ b/themes/rbsimple-DE/mastersystem/images/console.svg
@@ -0,0 +1,164 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/mastersystem/images/consolegame.svg b/themes/rbsimple-DE/mastersystem/images/consolegame.svg
new file mode 100644
index 000000000..59b444aba
--- /dev/null
+++ b/themes/rbsimple-DE/mastersystem/images/consolegame.svg
@@ -0,0 +1,726 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/mastersystem/images/controller.svg b/themes/rbsimple-DE/mastersystem/images/controller.svg
new file mode 100644
index 000000000..12c7122d5
--- /dev/null
+++ b/themes/rbsimple-DE/mastersystem/images/controller.svg
@@ -0,0 +1,218 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/mastersystem/images/game.svg b/themes/rbsimple-DE/mastersystem/images/game.svg
new file mode 100644
index 000000000..5b15836fb
--- /dev/null
+++ b/themes/rbsimple-DE/mastersystem/images/game.svg
@@ -0,0 +1,436 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/mastersystem/images/logo.svg b/themes/rbsimple-DE/mastersystem/images/logo.svg
new file mode 100644
index 000000000..f82bc2c09
--- /dev/null
+++ b/themes/rbsimple-DE/mastersystem/images/logo.svg
@@ -0,0 +1,140 @@
+
+
+
diff --git a/themes/rbsimple-DE/mastersystem/systeminfo.xml b/themes/rbsimple-DE/mastersystem/systeminfo.xml
new file mode 100644
index 000000000..8fe42a3d8
--- /dev/null
+++ b/themes/rbsimple-DE/mastersystem/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Sega
+
+
+ Year of Release : 1985
+
+
+ Units sold : 13 million
+
+
+ Best-selling game : Alex Kidd in Miracle World
+
+
+ CPU : 8-Bit Zilog Z80 @ 3.58 MHz
+
+
+ RAM : 8kB / VRAM : 16kB
+
+
+ Video : Sega VDP (custom Texas Instruments TMS9918)
+
+
+ Resolution : 256 × 192 pixels, 32 colors (64 colors palette)
+
+
+ Sound : TI SN76489 PSG / add-on module YM2413 FM
+
+
+ Cart Size : 32kB - 1MB
+
+
+
diff --git a/themes/rbsimple-DE/mastersystem/theme.xml b/themes/rbsimple-DE/mastersystem/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/mastersystem/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/megadrive/colors.xml b/themes/rbsimple-DE/megadrive/colors.xml
new file mode 100644
index 000000000..f2f55c30b
--- /dev/null
+++ b/themes/rbsimple-DE/megadrive/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ DCE3E6
+
+
+ D5202C
+
+
+ C0C1C4
+
+
+ 212122
+
+
+
diff --git a/themes/rbsimple-DE/megadrive/images/console.svg b/themes/rbsimple-DE/megadrive/images/console.svg
new file mode 100644
index 000000000..3b733c0b7
--- /dev/null
+++ b/themes/rbsimple-DE/megadrive/images/console.svg
@@ -0,0 +1,1185 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/megadrive/images/console2.svg b/themes/rbsimple-DE/megadrive/images/console2.svg
new file mode 100644
index 000000000..6f63e71c6
--- /dev/null
+++ b/themes/rbsimple-DE/megadrive/images/console2.svg
@@ -0,0 +1,584 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/megadrive/images/consolegame.svg b/themes/rbsimple-DE/megadrive/images/consolegame.svg
new file mode 100644
index 000000000..e2c3fd395
--- /dev/null
+++ b/themes/rbsimple-DE/megadrive/images/consolegame.svg
@@ -0,0 +1,1570 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/megadrive/images/consolegame2.svg b/themes/rbsimple-DE/megadrive/images/consolegame2.svg
new file mode 100644
index 000000000..9e32dad5d
--- /dev/null
+++ b/themes/rbsimple-DE/megadrive/images/consolegame2.svg
@@ -0,0 +1,1015 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/megadrive/images/controller.svg b/themes/rbsimple-DE/megadrive/images/controller.svg
new file mode 100644
index 000000000..93bf50f49
--- /dev/null
+++ b/themes/rbsimple-DE/megadrive/images/controller.svg
@@ -0,0 +1,474 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/megadrive/images/game.svg b/themes/rbsimple-DE/megadrive/images/game.svg
new file mode 100644
index 000000000..527f908af
--- /dev/null
+++ b/themes/rbsimple-DE/megadrive/images/game.svg
@@ -0,0 +1,300 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/megadrive/images/logo.svg b/themes/rbsimple-DE/megadrive/images/logo.svg
new file mode 100644
index 000000000..b0f32b2b9
--- /dev/null
+++ b/themes/rbsimple-DE/megadrive/images/logo.svg
@@ -0,0 +1,92 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/megadrive/systeminfo.xml b/themes/rbsimple-DE/megadrive/systeminfo.xml
new file mode 100644
index 000000000..590fea792
--- /dev/null
+++ b/themes/rbsimple-DE/megadrive/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Sega
+
+
+ Year of Release : 1988
+
+
+ Units sold : 30 million
+
+
+ Best-selling game : Sonic the Hedgehog
+
+
+ CPU : 16-bit Motorola 68000 @ 7.6 MHz
+
+
+ CPU2 : 8-bit Zilog Z80 @ 3.58 Mhz (sound CPU)
+
+
+ RAM : 64 kB / VRAM : 64kB / sound RAM : 8kB
+
+
+ Video : 16-bit Sega VDP
+
+
+ Resolution : 320×224 pixels, 64 colors (512 colors palette)
+
+
+ Sound : Yamaha YM2612 FM and TI SN76489 PSG
+
+
+
diff --git a/themes/rbsimple-DE/megadrive/theme.xml b/themes/rbsimple-DE/megadrive/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/megadrive/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/mess/colors.xml b/themes/rbsimple-DE/mess/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/mess/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/mess/images/logo.svg b/themes/rbsimple-DE/mess/images/logo.svg
new file mode 100644
index 000000000..706072227
--- /dev/null
+++ b/themes/rbsimple-DE/mess/images/logo.svg
@@ -0,0 +1,455 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/themes/rbsimple-DE/mess/systeminfo.xml b/themes/rbsimple-DE/mess/systeminfo.xml
new file mode 100644
index 000000000..bb990574e
--- /dev/null
+++ b/themes/rbsimple-DE/mess/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ MESS (Multi Emulator Super System)
+
+
+
diff --git a/themes/rbsimple-DE/mess/theme.xml b/themes/rbsimple-DE/mess/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/mess/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/moonlight/colors.xml b/themes/rbsimple-DE/moonlight/colors.xml
new file mode 100644
index 000000000..24b9c9169
--- /dev/null
+++ b/themes/rbsimple-DE/moonlight/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 82BD0F
+
+
+ 003366
+
+
+ A4A1A4
+
+
+ DEDDDE
+
+
+
diff --git a/themes/rbsimple-DE/moonlight/images/console.svg b/themes/rbsimple-DE/moonlight/images/console.svg
new file mode 100644
index 000000000..e8d62b11c
--- /dev/null
+++ b/themes/rbsimple-DE/moonlight/images/console.svg
@@ -0,0 +1,2682 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/moonlight/images/consolegame.svg b/themes/rbsimple-DE/moonlight/images/consolegame.svg
new file mode 100644
index 000000000..e8d62b11c
--- /dev/null
+++ b/themes/rbsimple-DE/moonlight/images/consolegame.svg
@@ -0,0 +1,2682 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/moonlight/images/logo.svg b/themes/rbsimple-DE/moonlight/images/logo.svg
new file mode 100644
index 000000000..c976767b1
--- /dev/null
+++ b/themes/rbsimple-DE/moonlight/images/logo.svg
@@ -0,0 +1,260 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/moonlight/systeminfo.xml b/themes/rbsimple-DE/moonlight/systeminfo.xml
new file mode 100644
index 000000000..e54af2fd6
--- /dev/null
+++ b/themes/rbsimple-DE/moonlight/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Created by : Case Western Reserve University students
+
+
+ Ported on Linux by : irtimmer
+
+
+ Type : Open Source implementation
+
+
+ Year of first release : 2013
+
+
+ PC compatibility : GFA PC with GTX 600/700/900/ ... GPU
+
+
+ Necessary soft : Nvidia GeForce Experience
+
+
+ Moonlight allows you to stream your collection of Steam games
+
+
+ from your NVIDIA GFE PC to your rpi.
+
+
+ Moonlight is perfect for gameplay on the go without
+
+
+ sacrificing the graphics quality of your gaming computer.
+
+
+
diff --git a/themes/rbsimple-DE/moonlight/theme.xml b/themes/rbsimple-DE/moonlight/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/moonlight/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/msx/colors.xml b/themes/rbsimple-DE/msx/colors.xml
new file mode 100644
index 000000000..10c76175d
--- /dev/null
+++ b/themes/rbsimple-DE/msx/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ ead598
+
+
+ 212324
+
+
+ 656266
+
+
+ dee0e0
+
+
+
diff --git a/themes/rbsimple-DE/msx/images/console.svg b/themes/rbsimple-DE/msx/images/console.svg
new file mode 100644
index 000000000..6bf33994f
--- /dev/null
+++ b/themes/rbsimple-DE/msx/images/console.svg
@@ -0,0 +1,863 @@
+
+
+
diff --git a/themes/rbsimple-DE/msx/images/consolegame.svg b/themes/rbsimple-DE/msx/images/consolegame.svg
new file mode 100644
index 000000000..d7a561608
--- /dev/null
+++ b/themes/rbsimple-DE/msx/images/consolegame.svg
@@ -0,0 +1,1478 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/msx/images/controller.svg b/themes/rbsimple-DE/msx/images/controller.svg
new file mode 100644
index 000000000..3e973e95d
--- /dev/null
+++ b/themes/rbsimple-DE/msx/images/controller.svg
@@ -0,0 +1,363 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/msx/images/game.svg b/themes/rbsimple-DE/msx/images/game.svg
new file mode 100644
index 000000000..8b4bae322
--- /dev/null
+++ b/themes/rbsimple-DE/msx/images/game.svg
@@ -0,0 +1,104 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/msx/images/logo.svg b/themes/rbsimple-DE/msx/images/logo.svg
new file mode 100644
index 000000000..a629d973a
--- /dev/null
+++ b/themes/rbsimple-DE/msx/images/logo.svg
@@ -0,0 +1,60 @@
+
+
+
diff --git a/themes/rbsimple-DE/msx/systeminfo.xml b/themes/rbsimple-DE/msx/systeminfo.xml
new file mode 100644
index 000000000..7fdab0845
--- /dev/null
+++ b/themes/rbsimple-DE/msx/systeminfo.xml
@@ -0,0 +1,33 @@
+
+ 5
+
+
+
+ Manufacturer : Various
+
+
+ Year of Release : 1983
+
+
+ OS : MSX BASIC V1.0 (16 kB)
+
+
+ CPU : Zilog Z80A running @ 3.58 MHz
+
+
+ RAM : 8KB to 128KB / VRAM 16KB
+
+
+ ROM : 32KB
+
+
+ GPU : Texas Instruments TMS9918 family
+
+
+ Sound chip : General Instrument AY-3-8910 (PSG)
+
+
+ Resolution : 256×192 (16 colours)
+
+
+
diff --git a/themes/rbsimple-DE/msx/theme.xml b/themes/rbsimple-DE/msx/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/msx/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/msx1/colors.xml b/themes/rbsimple-DE/msx1/colors.xml
new file mode 100644
index 000000000..f116e53d6
--- /dev/null
+++ b/themes/rbsimple-DE/msx1/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 9d9b91
+
+
+ 262424
+
+
+ 424242
+
+
+ 2761a2
+
+
+
diff --git a/themes/rbsimple-DE/msx1/images/console.svg b/themes/rbsimple-DE/msx1/images/console.svg
new file mode 100644
index 000000000..b773c53df
--- /dev/null
+++ b/themes/rbsimple-DE/msx1/images/console.svg
@@ -0,0 +1,414 @@
+
+
+
diff --git a/themes/rbsimple-DE/msx1/images/consolegame.svg b/themes/rbsimple-DE/msx1/images/consolegame.svg
new file mode 100644
index 000000000..e6317e1e8
--- /dev/null
+++ b/themes/rbsimple-DE/msx1/images/consolegame.svg
@@ -0,0 +1,793 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/msx1/images/controller.svg b/themes/rbsimple-DE/msx1/images/controller.svg
new file mode 100644
index 000000000..3e973e95d
--- /dev/null
+++ b/themes/rbsimple-DE/msx1/images/controller.svg
@@ -0,0 +1,363 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/msx1/images/game.svg b/themes/rbsimple-DE/msx1/images/game.svg
new file mode 100644
index 000000000..8b4bae322
--- /dev/null
+++ b/themes/rbsimple-DE/msx1/images/game.svg
@@ -0,0 +1,104 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/msx1/images/logo.svg b/themes/rbsimple-DE/msx1/images/logo.svg
new file mode 100644
index 000000000..1486bd769
--- /dev/null
+++ b/themes/rbsimple-DE/msx1/images/logo.svg
@@ -0,0 +1,18 @@
+
+
+
diff --git a/themes/rbsimple-DE/msx1/systeminfo.xml b/themes/rbsimple-DE/msx1/systeminfo.xml
new file mode 100644
index 000000000..7fdab0845
--- /dev/null
+++ b/themes/rbsimple-DE/msx1/systeminfo.xml
@@ -0,0 +1,33 @@
+
+ 5
+
+
+
+ Manufacturer : Various
+
+
+ Year of Release : 1983
+
+
+ OS : MSX BASIC V1.0 (16 kB)
+
+
+ CPU : Zilog Z80A running @ 3.58 MHz
+
+
+ RAM : 8KB to 128KB / VRAM 16KB
+
+
+ ROM : 32KB
+
+
+ GPU : Texas Instruments TMS9918 family
+
+
+ Sound chip : General Instrument AY-3-8910 (PSG)
+
+
+ Resolution : 256×192 (16 colours)
+
+
+
diff --git a/themes/rbsimple-DE/msx1/theme.xml b/themes/rbsimple-DE/msx1/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/msx1/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/msx2/colors.xml b/themes/rbsimple-DE/msx2/colors.xml
new file mode 100644
index 000000000..939961fab
--- /dev/null
+++ b/themes/rbsimple-DE/msx2/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ d6d4d4
+
+
+ b7b7b7
+
+
+ 515050
+
+
+ 2323dc
+
+
+
diff --git a/themes/rbsimple-DE/msx2/images/console.svg b/themes/rbsimple-DE/msx2/images/console.svg
new file mode 100644
index 000000000..a48322a8a
--- /dev/null
+++ b/themes/rbsimple-DE/msx2/images/console.svg
@@ -0,0 +1,1009 @@
+
+
+
diff --git a/themes/rbsimple-DE/msx2/images/consolegame.svg b/themes/rbsimple-DE/msx2/images/consolegame.svg
new file mode 100644
index 000000000..1fc6f19fd
--- /dev/null
+++ b/themes/rbsimple-DE/msx2/images/consolegame.svg
@@ -0,0 +1,1653 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/msx2/images/controller.svg b/themes/rbsimple-DE/msx2/images/controller.svg
new file mode 100644
index 000000000..3e973e95d
--- /dev/null
+++ b/themes/rbsimple-DE/msx2/images/controller.svg
@@ -0,0 +1,363 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/msx2/images/game.svg b/themes/rbsimple-DE/msx2/images/game.svg
new file mode 100644
index 000000000..8b4bae322
--- /dev/null
+++ b/themes/rbsimple-DE/msx2/images/game.svg
@@ -0,0 +1,104 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/msx2/images/logo.svg b/themes/rbsimple-DE/msx2/images/logo.svg
new file mode 100644
index 000000000..2e564940d
--- /dev/null
+++ b/themes/rbsimple-DE/msx2/images/logo.svg
@@ -0,0 +1,44 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/msx2/systeminfo.xml b/themes/rbsimple-DE/msx2/systeminfo.xml
new file mode 100644
index 000000000..338f899d7
--- /dev/null
+++ b/themes/rbsimple-DE/msx2/systeminfo.xml
@@ -0,0 +1,33 @@
+
+ 5
+
+
+
+ Manufacturer : Various
+
+
+ Year of Release : 1985
+
+
+ OS : MSX BASIC V3.0 (16 kB)
+
+
+ CPU : Zilog Z80 compatible @ 3.58 MHz
+
+
+ RAM : 64KB / VRAM 128KB
+
+
+ ROM : 64KB
+
+
+ GPU : Yamaha V9958 (aka MSX-Video)
+
+
+ Sound chip : Yamaha YM2149 (PSG)
+
+
+ Resolution : 256×212 (19268 simultaneous colors)
+
+
+
diff --git a/themes/rbsimple-DE/msx2/theme.xml b/themes/rbsimple-DE/msx2/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/msx2/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/n64/colors.xml b/themes/rbsimple-DE/n64/colors.xml
new file mode 100644
index 000000000..38c546b11
--- /dev/null
+++ b/themes/rbsimple-DE/n64/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 143F9E
+
+
+ 00935C
+
+
+ CA2E39
+
+
+ E1C245
+
+
+
diff --git a/themes/rbsimple-DE/n64/images/console.svg b/themes/rbsimple-DE/n64/images/console.svg
new file mode 100644
index 000000000..1654d6b7c
--- /dev/null
+++ b/themes/rbsimple-DE/n64/images/console.svg
@@ -0,0 +1,307 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/n64/images/consolegame.svg b/themes/rbsimple-DE/n64/images/consolegame.svg
new file mode 100644
index 000000000..46447a2e9
--- /dev/null
+++ b/themes/rbsimple-DE/n64/images/consolegame.svg
@@ -0,0 +1,456 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/n64/images/controller.svg b/themes/rbsimple-DE/n64/images/controller.svg
new file mode 100644
index 000000000..9bc2f0f18
--- /dev/null
+++ b/themes/rbsimple-DE/n64/images/controller.svg
@@ -0,0 +1,291 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/n64/images/game.svg b/themes/rbsimple-DE/n64/images/game.svg
new file mode 100644
index 000000000..00a3c5265
--- /dev/null
+++ b/themes/rbsimple-DE/n64/images/game.svg
@@ -0,0 +1,94 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/n64/images/logo.svg b/themes/rbsimple-DE/n64/images/logo.svg
new file mode 100644
index 000000000..c1a67048d
--- /dev/null
+++ b/themes/rbsimple-DE/n64/images/logo.svg
@@ -0,0 +1,89 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/n64/systeminfo.xml b/themes/rbsimple-DE/n64/systeminfo.xml
new file mode 100644
index 000000000..19dfa7df5
--- /dev/null
+++ b/themes/rbsimple-DE/n64/systeminfo.xml
@@ -0,0 +1,33 @@
+
+ 5
+
+
+
+ Manufacturer : Nintendo
+
+
+ Year of Release : 1996
+
+
+ Units sold : 32.93 million
+
+
+ Best-selling game : Super Mario 64
+
+
+ CPU : MIPS 64Bit RISC CPU @ 93.75MHz
+
+
+ RAM : RAMBUS D-RAM 36Mbit
+
+
+ Transmission speed : 4500Mbit/s
+
+
+ Co-CPU : RCP - SP/DP @ 62.5MHz
+
+
+ Sound : Stereo 16Bit 48 kHz
+
+
+
diff --git a/themes/rbsimple-DE/n64/theme.xml b/themes/rbsimple-DE/n64/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/n64/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/navigationsounds.xml b/themes/rbsimple-DE/navigationsounds.xml
new file mode 100644
index 000000000..fab93ed54
--- /dev/null
+++ b/themes/rbsimple-DE/navigationsounds.xml
@@ -0,0 +1,29 @@
+
+ 5
+
+
+
+
+ ./core/sounds/systembrowse.wav
+
+
+ ./core/sounds/quicksysselect.wav
+
+
+ ./core/sounds/select.wav
+
+
+ ./core/sounds/back.wav
+
+
+ ./core/sounds/scroll.wav
+
+
+ ./core/sounds/favorite.wav
+
+
+ ./core/sounds/launch.wav
+
+
+
+
diff --git a/themes/rbsimple-DE/nds/colors.xml b/themes/rbsimple-DE/nds/colors.xml
new file mode 100644
index 000000000..7a16897e4
--- /dev/null
+++ b/themes/rbsimple-DE/nds/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 5C67A9
+
+
+ 280FBE
+
+
+ BCBCBC
+
+
+ 212121
+
+
+
diff --git a/themes/rbsimple-DE/nds/images/console.svg b/themes/rbsimple-DE/nds/images/console.svg
new file mode 100644
index 000000000..101a8a0f8
--- /dev/null
+++ b/themes/rbsimple-DE/nds/images/console.svg
@@ -0,0 +1,697 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/nds/images/consolegame.svg b/themes/rbsimple-DE/nds/images/consolegame.svg
new file mode 100644
index 000000000..101a8a0f8
--- /dev/null
+++ b/themes/rbsimple-DE/nds/images/consolegame.svg
@@ -0,0 +1,697 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/nds/images/game.svg b/themes/rbsimple-DE/nds/images/game.svg
new file mode 100644
index 000000000..53d672778
--- /dev/null
+++ b/themes/rbsimple-DE/nds/images/game.svg
@@ -0,0 +1,78 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/nds/images/logo.svg b/themes/rbsimple-DE/nds/images/logo.svg
new file mode 100644
index 000000000..7d3f29fb2
--- /dev/null
+++ b/themes/rbsimple-DE/nds/images/logo.svg
@@ -0,0 +1,72 @@
+
+
+
diff --git a/themes/rbsimple-DE/nds/systeminfo.xml b/themes/rbsimple-DE/nds/systeminfo.xml
new file mode 100644
index 000000000..fff95feb7
--- /dev/null
+++ b/themes/rbsimple-DE/nds/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Nintendo
+
+
+ Year of Release : 2004
+
+
+ Units sold : 153.99 million
+
+
+ Best-selling game : New Super Mario Bros.
+
+
+ CPU : 66 MHz ARM9 + 33MHz ARM7
+
+
+ RAM : 4MB / VRAM: 656KB
+
+
+ Screen : Reflective TFT Colour LCD
+
+
+ Resolution : 256 x 192 pixels
+
+
+ Display Ability : 260 000 colours
+
+
+ Sound : Stereo speakers w/virtual surround, headphones
+
+
+
diff --git a/themes/rbsimple-DE/nds/theme.xml b/themes/rbsimple-DE/nds/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/nds/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/neogeo/colors.xml b/themes/rbsimple-DE/neogeo/colors.xml
new file mode 100644
index 000000000..83e3f6bd9
--- /dev/null
+++ b/themes/rbsimple-DE/neogeo/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ BF9328
+
+
+ 494949
+
+
+ 2D2D2D
+
+
+ E8E2E9
+
+
+
diff --git a/themes/rbsimple-DE/neogeo/images/console.svg b/themes/rbsimple-DE/neogeo/images/console.svg
new file mode 100644
index 000000000..29dd950e0
--- /dev/null
+++ b/themes/rbsimple-DE/neogeo/images/console.svg
@@ -0,0 +1,255 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/neogeo/images/consolegame.svg b/themes/rbsimple-DE/neogeo/images/consolegame.svg
new file mode 100644
index 000000000..ca06c9fd0
--- /dev/null
+++ b/themes/rbsimple-DE/neogeo/images/consolegame.svg
@@ -0,0 +1,400 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/neogeo/images/controller.svg b/themes/rbsimple-DE/neogeo/images/controller.svg
new file mode 100644
index 000000000..e4ca126f9
--- /dev/null
+++ b/themes/rbsimple-DE/neogeo/images/controller.svg
@@ -0,0 +1,131 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/neogeo/images/game.svg b/themes/rbsimple-DE/neogeo/images/game.svg
new file mode 100644
index 000000000..e0138fc28
--- /dev/null
+++ b/themes/rbsimple-DE/neogeo/images/game.svg
@@ -0,0 +1,94 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/neogeo/images/logo.svg b/themes/rbsimple-DE/neogeo/images/logo.svg
new file mode 100644
index 000000000..60835e0f5
--- /dev/null
+++ b/themes/rbsimple-DE/neogeo/images/logo.svg
@@ -0,0 +1,131 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/neogeo/systeminfo.xml b/themes/rbsimple-DE/neogeo/systeminfo.xml
new file mode 100644
index 000000000..df0c084b8
--- /dev/null
+++ b/themes/rbsimple-DE/neogeo/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : SNK Corporation
+
+
+ Year of Release : 1990
+
+
+ Units sold : 1 million
+
+
+ Best-selling game : The King of Fighters '95
+
+
+ CPU : Motorola 68000 @ 12MHz, Zilog Z80A @ 4MHz
+
+
+ RAM : 64KB RAM
+
+
+ Audio Ram : 2KB
+
+
+ Video RAM : 84KB
+
+
+ Display : 320×224 resolution, 4096 on-screen colors out of a palette of 65536
+
+
+ Sound chip : Yamaha YM2610
+
+
+
diff --git a/themes/rbsimple-DE/neogeo/theme.xml b/themes/rbsimple-DE/neogeo/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/neogeo/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/nes/colors.xml b/themes/rbsimple-DE/nes/colors.xml
new file mode 100644
index 000000000..7e3e62f3c
--- /dev/null
+++ b/themes/rbsimple-DE/nes/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ CD3332
+
+
+ FFFFFF
+
+
+ 666666
+
+
+ 212121
+
+
+
diff --git a/themes/rbsimple-DE/nes/images/console.svg b/themes/rbsimple-DE/nes/images/console.svg
new file mode 100644
index 000000000..111132076
--- /dev/null
+++ b/themes/rbsimple-DE/nes/images/console.svg
@@ -0,0 +1,177 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/nes/images/consolegame.svg b/themes/rbsimple-DE/nes/images/consolegame.svg
new file mode 100644
index 000000000..ef1a1a848
--- /dev/null
+++ b/themes/rbsimple-DE/nes/images/consolegame.svg
@@ -0,0 +1,628 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/nes/images/controller.svg b/themes/rbsimple-DE/nes/images/controller.svg
new file mode 100644
index 000000000..61cbde3a0
--- /dev/null
+++ b/themes/rbsimple-DE/nes/images/controller.svg
@@ -0,0 +1,182 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/nes/images/game.svg b/themes/rbsimple-DE/nes/images/game.svg
new file mode 100644
index 000000000..04aed544b
--- /dev/null
+++ b/themes/rbsimple-DE/nes/images/game.svg
@@ -0,0 +1,384 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/nes/images/logo.svg b/themes/rbsimple-DE/nes/images/logo.svg
new file mode 100644
index 000000000..53eb9ccd0
--- /dev/null
+++ b/themes/rbsimple-DE/nes/images/logo.svg
@@ -0,0 +1,101 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/nes/systeminfo.xml b/themes/rbsimple-DE/nes/systeminfo.xml
new file mode 100644
index 000000000..8227248f0
--- /dev/null
+++ b/themes/rbsimple-DE/nes/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Nintendo
+
+
+ Year of Release : 1983
+
+
+ Units sold : 61.79 million
+
+
+ Best-selling game : Super Mario Bros.
+
+
+ CPU : 8-bit MOS 6502 @ 1.79MHz
+
+
+ RAM : 2kB / VRAM : 2kB
+
+
+ Video : 8-Bit PPU (Picture Processing Unit)
+
+
+ Resolution : 256 x 240 pixels, 25 colors (64 colors palette)
+
+
+ Sound : PSG sound (2 Square Waves, 1 Triangle Wave, 1 White Noise)
+
+
+ Cart Size : 8kB - 1MB
+
+
+
diff --git a/themes/rbsimple-DE/nes/theme.xml b/themes/rbsimple-DE/nes/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/nes/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/ngp/colors.xml b/themes/rbsimple-DE/ngp/colors.xml
new file mode 100644
index 000000000..39160a2a4
--- /dev/null
+++ b/themes/rbsimple-DE/ngp/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ B2B8BD
+
+
+ E92A30
+
+
+ 25374A
+
+
+ 0F1520
+
+
+
diff --git a/themes/rbsimple-DE/ngp/images/console.svg b/themes/rbsimple-DE/ngp/images/console.svg
new file mode 100644
index 000000000..b029b5a2e
--- /dev/null
+++ b/themes/rbsimple-DE/ngp/images/console.svg
@@ -0,0 +1,344 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/ngp/images/consolegame.svg b/themes/rbsimple-DE/ngp/images/consolegame.svg
new file mode 100644
index 000000000..6dad68626
--- /dev/null
+++ b/themes/rbsimple-DE/ngp/images/consolegame.svg
@@ -0,0 +1,646 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/ngp/images/game.svg b/themes/rbsimple-DE/ngp/images/game.svg
new file mode 100644
index 000000000..2e50b1e81
--- /dev/null
+++ b/themes/rbsimple-DE/ngp/images/game.svg
@@ -0,0 +1,296 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/ngp/images/logo.svg b/themes/rbsimple-DE/ngp/images/logo.svg
new file mode 100644
index 000000000..3b05f4156
--- /dev/null
+++ b/themes/rbsimple-DE/ngp/images/logo.svg
@@ -0,0 +1,119 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/ngp/systeminfo.xml b/themes/rbsimple-DE/ngp/systeminfo.xml
new file mode 100644
index 000000000..248f994bf
--- /dev/null
+++ b/themes/rbsimple-DE/ngp/systeminfo.xml
@@ -0,0 +1,33 @@
+
+ 5
+
+
+
+ Manufacturer : SNK
+
+
+ Year of Release : 1999
+
+
+ Units sold : 2 million, including color version
+
+
+ CPUs : Toshiba TLCS900H @ 6.144 MHz, Z80 @ 3.072 MHz
+
+
+ RAM : 12K for 900H, 4K for Z80
+
+
+ RAM : 64 Kbytes
+
+
+ Picture Processor Unit : 16-bit
+
+
+ Resolution : 160x152 (256×256 virtual screen)
+
+
+ Media : ROM cartridge 4 MB max
+
+
+
diff --git a/themes/rbsimple-DE/ngp/theme.xml b/themes/rbsimple-DE/ngp/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/ngp/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/ngpc/colors.xml b/themes/rbsimple-DE/ngpc/colors.xml
new file mode 100644
index 000000000..af241ead8
--- /dev/null
+++ b/themes/rbsimple-DE/ngpc/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ E92A30
+
+
+ 18A94E
+
+
+ 1D9ED8
+
+
+ 25374A
+
+
+
diff --git a/themes/rbsimple-DE/ngpc/images/console.svg b/themes/rbsimple-DE/ngpc/images/console.svg
new file mode 100644
index 000000000..9188d181d
--- /dev/null
+++ b/themes/rbsimple-DE/ngpc/images/console.svg
@@ -0,0 +1,307 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/ngpc/images/consolegame.svg b/themes/rbsimple-DE/ngpc/images/consolegame.svg
new file mode 100644
index 000000000..fb509b21e
--- /dev/null
+++ b/themes/rbsimple-DE/ngpc/images/consolegame.svg
@@ -0,0 +1,715 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/ngpc/images/game.svg b/themes/rbsimple-DE/ngpc/images/game.svg
new file mode 100644
index 000000000..521889a76
--- /dev/null
+++ b/themes/rbsimple-DE/ngpc/images/game.svg
@@ -0,0 +1,321 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/ngpc/images/logo.svg b/themes/rbsimple-DE/ngpc/images/logo.svg
new file mode 100644
index 000000000..c605063b9
--- /dev/null
+++ b/themes/rbsimple-DE/ngpc/images/logo.svg
@@ -0,0 +1,95 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/ngpc/systeminfo.xml b/themes/rbsimple-DE/ngpc/systeminfo.xml
new file mode 100644
index 000000000..38e5af05c
--- /dev/null
+++ b/themes/rbsimple-DE/ngpc/systeminfo.xml
@@ -0,0 +1,33 @@
+
+ 5
+
+
+
+ Manufacturer : SNK
+
+
+ Year of Release : 1999
+
+
+ Units sold : 2 million, including no color version
+
+
+ CPUs : Toshiba TLCS900H @ 6.144 MHz, Z80 @ 3.072 MHz
+
+
+ RAM : 12K for 900H, 4K for Z80
+
+
+ RAM : 64 Kbytes
+
+
+ Picture Processor Unit : 16-bit
+
+
+ Resolution : 160x152 146 colors (256×256 virtual screen)
+
+
+ Media : ROM cartridge 4 MB max
+
+
+
diff --git a/themes/rbsimple-DE/ngpc/theme.xml b/themes/rbsimple-DE/ngpc/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/ngpc/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/odyssey2/colors.xml b/themes/rbsimple-DE/odyssey2/colors.xml
new file mode 100644
index 000000000..523b2cd89
--- /dev/null
+++ b/themes/rbsimple-DE/odyssey2/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 8C1914
+
+
+ 89918F
+
+
+ DC3114
+
+
+ F8D239
+
+
+
diff --git a/themes/rbsimple-DE/odyssey2/images/console.svg b/themes/rbsimple-DE/odyssey2/images/console.svg
new file mode 100644
index 000000000..c266d4584
--- /dev/null
+++ b/themes/rbsimple-DE/odyssey2/images/console.svg
@@ -0,0 +1,372 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/odyssey2/images/consolegame.svg b/themes/rbsimple-DE/odyssey2/images/consolegame.svg
new file mode 100644
index 000000000..60dd66b0b
--- /dev/null
+++ b/themes/rbsimple-DE/odyssey2/images/consolegame.svg
@@ -0,0 +1,660 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/odyssey2/images/controller.svg b/themes/rbsimple-DE/odyssey2/images/controller.svg
new file mode 100644
index 000000000..98a6a460d
--- /dev/null
+++ b/themes/rbsimple-DE/odyssey2/images/controller.svg
@@ -0,0 +1,131 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/odyssey2/images/game.svg b/themes/rbsimple-DE/odyssey2/images/game.svg
new file mode 100644
index 000000000..f07289f3c
--- /dev/null
+++ b/themes/rbsimple-DE/odyssey2/images/game.svg
@@ -0,0 +1,213 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/odyssey2/images/logo.svg b/themes/rbsimple-DE/odyssey2/images/logo.svg
new file mode 100644
index 000000000..04de4f4fd
--- /dev/null
+++ b/themes/rbsimple-DE/odyssey2/images/logo.svg
@@ -0,0 +1,80 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/odyssey2/systeminfo.xml b/themes/rbsimple-DE/odyssey2/systeminfo.xml
new file mode 100644
index 000000000..542c32580
--- /dev/null
+++ b/themes/rbsimple-DE/odyssey2/systeminfo.xml
@@ -0,0 +1,33 @@
+
+ 5
+
+
+
+ Manufacturer : Magnavox/Philips
+
+
+ Year of Release : 1978
+
+
+ Units sold : 2 million
+
+
+ CPU : Intel 8048
+
+
+ RAM : 64 bytes
+
+
+ Audio/Video RAM : 128 bytes
+
+
+ ROM : 1024 bytes
+
+
+ Resolution : 160×200 resolution (NTSC)
+
+
+ Display : 16-color fixed palette; sprites may only use 8 of these colors
+
+
+
diff --git a/themes/rbsimple-DE/odyssey2/theme.xml b/themes/rbsimple-DE/odyssey2/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/odyssey2/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/oric/colors.xml b/themes/rbsimple-DE/oric/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/oric/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/oric/images/logo.svg b/themes/rbsimple-DE/oric/images/logo.svg
new file mode 100644
index 000000000..1745e8060
--- /dev/null
+++ b/themes/rbsimple-DE/oric/images/logo.svg
@@ -0,0 +1,75 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/oric/systeminfo.xml b/themes/rbsimple-DE/oric/systeminfo.xml
new file mode 100644
index 000000000..28d5dba0a
--- /dev/null
+++ b/themes/rbsimple-DE/oric/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Tangerine Computer Systems Oric
+
+
+
diff --git a/themes/rbsimple-DE/oric/theme.xml b/themes/rbsimple-DE/oric/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/oric/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/pc/colors.xml b/themes/rbsimple-DE/pc/colors.xml
new file mode 100644
index 000000000..7b225698c
--- /dev/null
+++ b/themes/rbsimple-DE/pc/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 1F70C1
+
+
+ FFFFFF
+
+
+ 666870
+
+
+ 201D1D
+
+
+
diff --git a/themes/rbsimple-DE/pc/images/console.svg b/themes/rbsimple-DE/pc/images/console.svg
new file mode 100644
index 000000000..a96aee5f6
--- /dev/null
+++ b/themes/rbsimple-DE/pc/images/console.svg
@@ -0,0 +1,170 @@
+
+
+
diff --git a/themes/rbsimple-DE/pc/images/consolegame.svg b/themes/rbsimple-DE/pc/images/consolegame.svg
new file mode 100644
index 000000000..6900d00ea
--- /dev/null
+++ b/themes/rbsimple-DE/pc/images/consolegame.svg
@@ -0,0 +1,373 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/pc/images/controller.svg b/themes/rbsimple-DE/pc/images/controller.svg
new file mode 100644
index 000000000..205361d74
--- /dev/null
+++ b/themes/rbsimple-DE/pc/images/controller.svg
@@ -0,0 +1,120 @@
+
+
+
diff --git a/themes/rbsimple-DE/pc/images/game.svg b/themes/rbsimple-DE/pc/images/game.svg
new file mode 100644
index 000000000..0dda35361
--- /dev/null
+++ b/themes/rbsimple-DE/pc/images/game.svg
@@ -0,0 +1,83 @@
+
+
+
diff --git a/themes/rbsimple-DE/pc/images/logo.svg b/themes/rbsimple-DE/pc/images/logo.svg
new file mode 100644
index 000000000..a284db39f
--- /dev/null
+++ b/themes/rbsimple-DE/pc/images/logo.svg
@@ -0,0 +1,24 @@
+
+
+
diff --git a/themes/rbsimple-DE/pc/images/logo2.svg b/themes/rbsimple-DE/pc/images/logo2.svg
new file mode 100644
index 000000000..2bd47333a
--- /dev/null
+++ b/themes/rbsimple-DE/pc/images/logo2.svg
@@ -0,0 +1,191 @@
+
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/themes/rbsimple-DE/pc/systeminfo.xml b/themes/rbsimple-DE/pc/systeminfo.xml
new file mode 100644
index 000000000..ae850bc99
--- /dev/null
+++ b/themes/rbsimple-DE/pc/systeminfo.xml
@@ -0,0 +1,27 @@
+
+ 5
+
+
+
+ Manufacturer: IBM
+
+
+ Year of Release : 1981
+
+
+ The IBM Personal Computer, commonly known as the IBM PC,
+
+
+ is the original version and progenitor of the IBM PC compatible hardware platform.
+
+
+ It is IBM model number 5150, and was introduced on August 12, 1981.
+
+
+ It was created by a team of engineers and designers under the direction of
+
+
+ Don Estridge of the IBM Entry Systems Division in Boca Raton, Florida.
+
+
+
diff --git a/themes/rbsimple-DE/pc/theme.xml b/themes/rbsimple-DE/pc/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/pc/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/pce-cd/colors.xml b/themes/rbsimple-DE/pce-cd/colors.xml
new file mode 100644
index 000000000..c99bbb2ce
--- /dev/null
+++ b/themes/rbsimple-DE/pce-cd/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ b2b2b2
+
+
+ FE0000
+
+
+ 333333
+
+
+ D9D9D9
+
+
+
diff --git a/themes/rbsimple-DE/pce-cd/images/console.svg b/themes/rbsimple-DE/pce-cd/images/console.svg
new file mode 100644
index 000000000..031a21cef
--- /dev/null
+++ b/themes/rbsimple-DE/pce-cd/images/console.svg
@@ -0,0 +1,540 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/pce-cd/images/consolegame.svg b/themes/rbsimple-DE/pce-cd/images/consolegame.svg
new file mode 100644
index 000000000..7f455e222
--- /dev/null
+++ b/themes/rbsimple-DE/pce-cd/images/consolegame.svg
@@ -0,0 +1,996 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/pce-cd/images/controller.svg b/themes/rbsimple-DE/pce-cd/images/controller.svg
new file mode 100644
index 000000000..0361a7b8a
--- /dev/null
+++ b/themes/rbsimple-DE/pce-cd/images/controller.svg
@@ -0,0 +1,186 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/pce-cd/images/game.svg b/themes/rbsimple-DE/pce-cd/images/game.svg
new file mode 100644
index 000000000..39f30f801
--- /dev/null
+++ b/themes/rbsimple-DE/pce-cd/images/game.svg
@@ -0,0 +1,296 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/pce-cd/images/logo.svg b/themes/rbsimple-DE/pce-cd/images/logo.svg
new file mode 100644
index 000000000..090dc14b0
--- /dev/null
+++ b/themes/rbsimple-DE/pce-cd/images/logo.svg
@@ -0,0 +1,194 @@
+
+
+
diff --git a/themes/rbsimple-DE/pce-cd/images/logo2.svg b/themes/rbsimple-DE/pce-cd/images/logo2.svg
new file mode 100644
index 000000000..0f806f788
--- /dev/null
+++ b/themes/rbsimple-DE/pce-cd/images/logo2.svg
@@ -0,0 +1,120 @@
+
+
+
diff --git a/themes/rbsimple-DE/pce-cd/systeminfo.xml b/themes/rbsimple-DE/pce-cd/systeminfo.xml
new file mode 100644
index 000000000..a273fd702
--- /dev/null
+++ b/themes/rbsimple-DE/pce-cd/systeminfo.xml
@@ -0,0 +1,30 @@
+
+ 5
+
+
+
+ Manufacturer : NEC
+
+
+ Year of Release : 1987
+
+
+ Units sold : 10 million
+
+
+ CPU : HuC6280 8-bit 7,16 Mhz
+
+
+ RAM : 8 Kbyte
+
+
+ Picture Processor Unit : 8-bit
+
+
+ Video RAM : 64 Kbyte
+
+
+ Media : HU-Card, SHU-Card, CD-ROM, Super-CD-ROM
+
+
+
diff --git a/themes/rbsimple-DE/pce-cd/theme.xml b/themes/rbsimple-DE/pce-cd/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/pce-cd/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/pcengine/colors.xml b/themes/rbsimple-DE/pcengine/colors.xml
new file mode 100644
index 000000000..c99bbb2ce
--- /dev/null
+++ b/themes/rbsimple-DE/pcengine/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ b2b2b2
+
+
+ FE0000
+
+
+ 333333
+
+
+ D9D9D9
+
+
+
diff --git a/themes/rbsimple-DE/pcengine/images/console.svg b/themes/rbsimple-DE/pcengine/images/console.svg
new file mode 100644
index 000000000..edb85fe47
--- /dev/null
+++ b/themes/rbsimple-DE/pcengine/images/console.svg
@@ -0,0 +1,320 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/pcengine/images/consolegame.svg b/themes/rbsimple-DE/pcengine/images/consolegame.svg
new file mode 100644
index 000000000..73b9df00c
--- /dev/null
+++ b/themes/rbsimple-DE/pcengine/images/consolegame.svg
@@ -0,0 +1,604 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/pcengine/images/controller.svg b/themes/rbsimple-DE/pcengine/images/controller.svg
new file mode 100644
index 000000000..0361a7b8a
--- /dev/null
+++ b/themes/rbsimple-DE/pcengine/images/controller.svg
@@ -0,0 +1,186 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/pcengine/images/game.svg b/themes/rbsimple-DE/pcengine/images/game.svg
new file mode 100644
index 000000000..5fdf35031
--- /dev/null
+++ b/themes/rbsimple-DE/pcengine/images/game.svg
@@ -0,0 +1,184 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/pcengine/images/logo.svg b/themes/rbsimple-DE/pcengine/images/logo.svg
new file mode 100644
index 000000000..0aff3d529
--- /dev/null
+++ b/themes/rbsimple-DE/pcengine/images/logo.svg
@@ -0,0 +1,51 @@
+
+
+
diff --git a/themes/rbsimple-DE/pcengine/systeminfo.xml b/themes/rbsimple-DE/pcengine/systeminfo.xml
new file mode 100644
index 000000000..a273fd702
--- /dev/null
+++ b/themes/rbsimple-DE/pcengine/systeminfo.xml
@@ -0,0 +1,30 @@
+
+ 5
+
+
+
+ Manufacturer : NEC
+
+
+ Year of Release : 1987
+
+
+ Units sold : 10 million
+
+
+ CPU : HuC6280 8-bit 7,16 Mhz
+
+
+ RAM : 8 Kbyte
+
+
+ Picture Processor Unit : 8-bit
+
+
+ Video RAM : 64 Kbyte
+
+
+ Media : HU-Card, SHU-Card, CD-ROM, Super-CD-ROM
+
+
+
diff --git a/themes/rbsimple-DE/pcengine/theme.xml b/themes/rbsimple-DE/pcengine/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/pcengine/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/pcfx/colors.xml b/themes/rbsimple-DE/pcfx/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/pcfx/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/pcfx/images/logo.svg b/themes/rbsimple-DE/pcfx/images/logo.svg
new file mode 100644
index 000000000..96c07759a
--- /dev/null
+++ b/themes/rbsimple-DE/pcfx/images/logo.svg
@@ -0,0 +1,145 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/pcfx/systeminfo.xml b/themes/rbsimple-DE/pcfx/systeminfo.xml
new file mode 100644
index 000000000..74cc1f83c
--- /dev/null
+++ b/themes/rbsimple-DE/pcfx/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ NEC PC-FX
+
+
+
diff --git a/themes/rbsimple-DE/pcfx/theme.xml b/themes/rbsimple-DE/pcfx/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/pcfx/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/ports/colors.xml b/themes/rbsimple-DE/ports/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/ports/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/ports/images/logo.svg b/themes/rbsimple-DE/ports/images/logo.svg
new file mode 100644
index 000000000..35857651a
--- /dev/null
+++ b/themes/rbsimple-DE/ports/images/logo.svg
@@ -0,0 +1,96 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/ports/systeminfo.xml b/themes/rbsimple-DE/ports/systeminfo.xml
new file mode 100644
index 000000000..82d3b2ea2
--- /dev/null
+++ b/themes/rbsimple-DE/ports/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Source ports
+
+
+
diff --git a/themes/rbsimple-DE/ports/theme.xml b/themes/rbsimple-DE/ports/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/ports/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/ps2/colors.xml b/themes/rbsimple-DE/ps2/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/ps2/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/ps2/images/logo.svg b/themes/rbsimple-DE/ps2/images/logo.svg
new file mode 100644
index 000000000..a030161c6
--- /dev/null
+++ b/themes/rbsimple-DE/ps2/images/logo.svg
@@ -0,0 +1,79 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/ps2/systeminfo.xml b/themes/rbsimple-DE/ps2/systeminfo.xml
new file mode 100644
index 000000000..7bda1ed51
--- /dev/null
+++ b/themes/rbsimple-DE/ps2/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Sony PlayStation 2
+
+
+
diff --git a/themes/rbsimple-DE/ps2/theme.xml b/themes/rbsimple-DE/ps2/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/ps2/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/psp/colors.xml b/themes/rbsimple-DE/psp/colors.xml
new file mode 100644
index 000000000..88c51a77d
--- /dev/null
+++ b/themes/rbsimple-DE/psp/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 313131
+
+
+ 0F1012
+
+
+ 97A9BA
+
+
+ F9F7F7
+
+
+
diff --git a/themes/rbsimple-DE/psp/images/console.svg b/themes/rbsimple-DE/psp/images/console.svg
new file mode 100644
index 000000000..6fc5bb317
--- /dev/null
+++ b/themes/rbsimple-DE/psp/images/console.svg
@@ -0,0 +1,1617 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/psp/images/consolegame.svg b/themes/rbsimple-DE/psp/images/consolegame.svg
new file mode 100644
index 000000000..30e5db83c
--- /dev/null
+++ b/themes/rbsimple-DE/psp/images/consolegame.svg
@@ -0,0 +1,2154 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/psp/images/game.svg b/themes/rbsimple-DE/psp/images/game.svg
new file mode 100644
index 000000000..3d3dba460
--- /dev/null
+++ b/themes/rbsimple-DE/psp/images/game.svg
@@ -0,0 +1,176 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/psp/images/logo.svg b/themes/rbsimple-DE/psp/images/logo.svg
new file mode 100644
index 000000000..0c2b7c07f
--- /dev/null
+++ b/themes/rbsimple-DE/psp/images/logo.svg
@@ -0,0 +1,90 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/psp/systeminfo.xml b/themes/rbsimple-DE/psp/systeminfo.xml
new file mode 100644
index 000000000..26cea7113
--- /dev/null
+++ b/themes/rbsimple-DE/psp/systeminfo.xml
@@ -0,0 +1,37 @@
+
+ 5
+
+
+
+ Manufacturer : Sony Computer Entertainment
+
+
+ Year of Release : 2004
+
+
+ Units sold : 80.82 million
+
+
+ Best-selling game : GTA Liberty City Stories
+
+
+ CPU : 32-bit MIPS RS4000 running at 333 Mhz
+
+
+ RAM : 32 Mbits
+
+
+ DRAM : 4 Mbits
+
+
+ Resolution : 480x272 px
+
+
+ Size : 170x74x23 mm
+
+
+ Weight : 260 g
+
+
+
+
diff --git a/themes/rbsimple-DE/psp/theme.xml b/themes/rbsimple-DE/psp/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/psp/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/psx/colors.xml b/themes/rbsimple-DE/psx/colors.xml
new file mode 100644
index 000000000..78fde9862
--- /dev/null
+++ b/themes/rbsimple-DE/psx/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ DC0029
+
+
+ F1C002
+
+
+ 00A79B
+
+
+ 326BB1
+
+
+
diff --git a/themes/rbsimple-DE/psx/images/console.svg b/themes/rbsimple-DE/psx/images/console.svg
new file mode 100644
index 000000000..cdb7d1a93
--- /dev/null
+++ b/themes/rbsimple-DE/psx/images/console.svg
@@ -0,0 +1,369 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/psx/images/consolegame.svg b/themes/rbsimple-DE/psx/images/consolegame.svg
new file mode 100644
index 000000000..1e689e426
--- /dev/null
+++ b/themes/rbsimple-DE/psx/images/consolegame.svg
@@ -0,0 +1,916 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/psx/images/controller.svg b/themes/rbsimple-DE/psx/images/controller.svg
new file mode 100644
index 000000000..71f3daa0c
--- /dev/null
+++ b/themes/rbsimple-DE/psx/images/controller.svg
@@ -0,0 +1,350 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/psx/images/game.svg b/themes/rbsimple-DE/psx/images/game.svg
new file mode 100644
index 000000000..9c5771baa
--- /dev/null
+++ b/themes/rbsimple-DE/psx/images/game.svg
@@ -0,0 +1,505 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/psx/images/logo.svg b/themes/rbsimple-DE/psx/images/logo.svg
new file mode 100644
index 000000000..d25739e76
--- /dev/null
+++ b/themes/rbsimple-DE/psx/images/logo.svg
@@ -0,0 +1,68 @@
+
+
+
diff --git a/themes/rbsimple-DE/psx/systeminfo.xml b/themes/rbsimple-DE/psx/systeminfo.xml
new file mode 100644
index 000000000..33dd81b47
--- /dev/null
+++ b/themes/rbsimple-DE/psx/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Sony Computer Entertainment
+
+
+ Year of Release : 1994
+
+
+ Units sold : 102.48 million
+
+
+ Best-selling game : Gran Turismo
+
+
+ CPU : 32-bit R3000A RISC running at 33.8688 Mhz
+
+
+ RAM : 16 Mbits
+
+
+ Picture Processor Unit : 32-bit
+
+
+ Video RAM : 8 Mbits
+
+
+ Audio RAM : 4 Mbits
+
+
+ GPU : GFX processor unit
+
+
+
diff --git a/themes/rbsimple-DE/psx/theme.xml b/themes/rbsimple-DE/psx/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/psx/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/residualvm/colors.xml b/themes/rbsimple-DE/residualvm/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/residualvm/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/residualvm/images/logo.svg b/themes/rbsimple-DE/residualvm/images/logo.svg
new file mode 100644
index 000000000..39ba190db
--- /dev/null
+++ b/themes/rbsimple-DE/residualvm/images/logo.svg
@@ -0,0 +1,121 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/residualvm/images/logo2.svg b/themes/rbsimple-DE/residualvm/images/logo2.svg
new file mode 100644
index 000000000..ca99f48be
--- /dev/null
+++ b/themes/rbsimple-DE/residualvm/images/logo2.svg
@@ -0,0 +1,211 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/residualvm/systeminfo.xml b/themes/rbsimple-DE/residualvm/systeminfo.xml
new file mode 100644
index 000000000..938ca0aab
--- /dev/null
+++ b/themes/rbsimple-DE/residualvm/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ ResidualVM
+
+
+
diff --git a/themes/rbsimple-DE/residualvm/theme.xml b/themes/rbsimple-DE/residualvm/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/residualvm/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/samcoupe/colors.xml b/themes/rbsimple-DE/samcoupe/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/samcoupe/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/samcoupe/images/logo.svg b/themes/rbsimple-DE/samcoupe/images/logo.svg
new file mode 100644
index 000000000..5cafd441c
--- /dev/null
+++ b/themes/rbsimple-DE/samcoupe/images/logo.svg
@@ -0,0 +1,49 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/samcoupe/systeminfo.xml b/themes/rbsimple-DE/samcoupe/systeminfo.xml
new file mode 100644
index 000000000..31eeec2ff
--- /dev/null
+++ b/themes/rbsimple-DE/samcoupe/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ SAM Coupé
+
+
+
diff --git a/themes/rbsimple-DE/samcoupe/theme.xml b/themes/rbsimple-DE/samcoupe/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/samcoupe/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/saturn/colors.xml b/themes/rbsimple-DE/saturn/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/saturn/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/saturn/images/logo.svg b/themes/rbsimple-DE/saturn/images/logo.svg
new file mode 100644
index 000000000..1d9898e58
--- /dev/null
+++ b/themes/rbsimple-DE/saturn/images/logo.svg
@@ -0,0 +1,494 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/saturn/images/logo2.svg b/themes/rbsimple-DE/saturn/images/logo2.svg
new file mode 100644
index 000000000..830905ae6
--- /dev/null
+++ b/themes/rbsimple-DE/saturn/images/logo2.svg
@@ -0,0 +1,487 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/saturn/systeminfo.xml b/themes/rbsimple-DE/saturn/systeminfo.xml
new file mode 100644
index 000000000..79b754a31
--- /dev/null
+++ b/themes/rbsimple-DE/saturn/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Sega Saturn
+
+
+
diff --git a/themes/rbsimple-DE/saturn/theme.xml b/themes/rbsimple-DE/saturn/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/saturn/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/scummvm/colors.xml b/themes/rbsimple-DE/scummvm/colors.xml
new file mode 100644
index 000000000..9bf459072
--- /dev/null
+++ b/themes/rbsimple-DE/scummvm/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ FFEB32
+
+
+ F17C3E
+
+
+ EFEDE3
+
+
+ 95C93E
+
+
+
diff --git a/themes/rbsimple-DE/scummvm/images/console.svg b/themes/rbsimple-DE/scummvm/images/console.svg
new file mode 100644
index 000000000..c2a6b940a
--- /dev/null
+++ b/themes/rbsimple-DE/scummvm/images/console.svg
@@ -0,0 +1,271 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/scummvm/images/consolegame.svg b/themes/rbsimple-DE/scummvm/images/consolegame.svg
new file mode 100644
index 000000000..77ab01cd7
--- /dev/null
+++ b/themes/rbsimple-DE/scummvm/images/consolegame.svg
@@ -0,0 +1,457 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/scummvm/images/controller.svg b/themes/rbsimple-DE/scummvm/images/controller.svg
new file mode 100644
index 000000000..dd52e38b8
--- /dev/null
+++ b/themes/rbsimple-DE/scummvm/images/controller.svg
@@ -0,0 +1,220 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/scummvm/images/game.svg b/themes/rbsimple-DE/scummvm/images/game.svg
new file mode 100644
index 000000000..7c6fab011
--- /dev/null
+++ b/themes/rbsimple-DE/scummvm/images/game.svg
@@ -0,0 +1,111 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/scummvm/images/logo.svg b/themes/rbsimple-DE/scummvm/images/logo.svg
new file mode 100644
index 000000000..3f3fe2bbe
--- /dev/null
+++ b/themes/rbsimple-DE/scummvm/images/logo.svg
@@ -0,0 +1,208 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/scummvm/systeminfo.xml b/themes/rbsimple-DE/scummvm/systeminfo.xml
new file mode 100644
index 000000000..20662548c
--- /dev/null
+++ b/themes/rbsimple-DE/scummvm/systeminfo.xml
@@ -0,0 +1,33 @@
+
+ 5
+
+
+
+ Original author : Ludvig Strigeus
+
+
+ Year of Release : 2001
+
+
+ Scummvm is a collection of game engine recreations.
+
+
+ Originally designed to play LucasArts adventure games that use
+
+
+ the SCUMMM system, it also supports a variety of non-SCUMM
+
+
+ games by companies like Revolution Software and Adventure Soft.
+
+
+ It was originally written by Ludvig Strigeus.
+
+
+ Released under the terms of the GNU General Public License,
+
+
+ ScummVM is free software.
+
+
+
diff --git a/themes/rbsimple-DE/scummvm/theme.xml b/themes/rbsimple-DE/scummvm/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/scummvm/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/sega32x/colors.xml b/themes/rbsimple-DE/sega32x/colors.xml
new file mode 100644
index 000000000..efeed0f0f
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ DCE3E6
+
+
+ D5202C
+
+
+ C0C1C4
+
+
+ 212122
+
+
+
diff --git a/themes/rbsimple-DE/sega32x/images/console.svg b/themes/rbsimple-DE/sega32x/images/console.svg
new file mode 100644
index 000000000..b3fbe5b9c
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/images/console.svg
@@ -0,0 +1,1136 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/sega32x/images/consolegame.svg b/themes/rbsimple-DE/sega32x/images/consolegame.svg
new file mode 100644
index 000000000..77bc002ee
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/images/consolegame.svg
@@ -0,0 +1,1580 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/sega32x/images/controller.svg b/themes/rbsimple-DE/sega32x/images/controller.svg
new file mode 100644
index 000000000..8e66b2744
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/images/controller.svg
@@ -0,0 +1,366 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/sega32x/images/game.svg b/themes/rbsimple-DE/sega32x/images/game.svg
new file mode 100644
index 000000000..424440880
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/images/game.svg
@@ -0,0 +1,166 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/sega32x/images/jp/console.svg b/themes/rbsimple-DE/sega32x/images/jp/console.svg
new file mode 100644
index 000000000..a979064f6
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/images/jp/console.svg
@@ -0,0 +1,874 @@
+
+
+
diff --git a/themes/rbsimple-DE/sega32x/images/jp/consolegame.svg b/themes/rbsimple-DE/sega32x/images/jp/consolegame.svg
new file mode 100644
index 000000000..e95f98025
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/images/jp/consolegame.svg
@@ -0,0 +1,2060 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/sega32x/images/jp/controller.svg b/themes/rbsimple-DE/sega32x/images/jp/controller.svg
new file mode 100644
index 000000000..a6783e4ef
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/images/jp/controller.svg
@@ -0,0 +1,125 @@
+
+
+
diff --git a/themes/rbsimple-DE/sega32x/images/jp/game.svg b/themes/rbsimple-DE/sega32x/images/jp/game.svg
new file mode 100644
index 000000000..d29f69ae2
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/images/jp/game.svg
@@ -0,0 +1,92 @@
+
+
+
diff --git a/themes/rbsimple-DE/sega32x/images/jp/logo.svg b/themes/rbsimple-DE/sega32x/images/jp/logo.svg
new file mode 100644
index 000000000..05bd5caf6
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/images/jp/logo.svg
@@ -0,0 +1,65 @@
+
+
+
diff --git a/themes/rbsimple-DE/sega32x/images/logo.svg b/themes/rbsimple-DE/sega32x/images/logo.svg
new file mode 100644
index 000000000..8a360f99a
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/images/logo.svg
@@ -0,0 +1,102 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/sega32x/images/us/console.svg b/themes/rbsimple-DE/sega32x/images/us/console.svg
new file mode 100644
index 000000000..86f6f5ffb
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/images/us/console.svg
@@ -0,0 +1,858 @@
+
+
+
diff --git a/themes/rbsimple-DE/sega32x/images/us/consolegame.svg b/themes/rbsimple-DE/sega32x/images/us/consolegame.svg
new file mode 100644
index 000000000..fc6cd3064
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/images/us/consolegame.svg
@@ -0,0 +1,1988 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/sega32x/images/us/controller.svg b/themes/rbsimple-DE/sega32x/images/us/controller.svg
new file mode 100644
index 000000000..a6783e4ef
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/images/us/controller.svg
@@ -0,0 +1,125 @@
+
+
+
diff --git a/themes/rbsimple-DE/sega32x/images/us/game.svg b/themes/rbsimple-DE/sega32x/images/us/game.svg
new file mode 100644
index 000000000..93699e6e5
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/images/us/game.svg
@@ -0,0 +1,143 @@
+
+
+
diff --git a/themes/rbsimple-DE/sega32x/images/us/logo.svg b/themes/rbsimple-DE/sega32x/images/us/logo.svg
new file mode 100644
index 000000000..0d4afc09f
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/images/us/logo.svg
@@ -0,0 +1,126 @@
+
+
+
diff --git a/themes/rbsimple-DE/sega32x/systeminfo.xml b/themes/rbsimple-DE/sega32x/systeminfo.xml
new file mode 100644
index 000000000..4902f6e2a
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/systeminfo.xml
@@ -0,0 +1,33 @@
+
+ 5
+
+
+
+ Manufacturer : Sega
+
+
+ Year of Release : 1994
+
+
+ Units sold : 665 000
+
+
+ CPU : Two 32-bit Hitachi SH2 @ 23 MHz + Megadrive CPUs
+
+
+ RAM : 256kB / VRAM : 256kB
+
+
+ Video : 32X VDP
+
+
+ Resolution : 320 x 224 pixels, 32768 colors
+
+
+ Sound : Q-Sound 10bit Stereo PCM chip + Megadrive Sound chips
+
+
+ Cart Size : 2MB - 4MB
+
+
+
diff --git a/themes/rbsimple-DE/sega32x/theme.xml b/themes/rbsimple-DE/sega32x/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/sega32x/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/segacd/colors.xml b/themes/rbsimple-DE/segacd/colors.xml
new file mode 100644
index 000000000..efeed0f0f
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ DCE3E6
+
+
+ D5202C
+
+
+ C0C1C4
+
+
+ 212122
+
+
+
diff --git a/themes/rbsimple-DE/segacd/images/console.svg b/themes/rbsimple-DE/segacd/images/console.svg
new file mode 100644
index 000000000..772c6c0dd
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/images/console.svg
@@ -0,0 +1,1054 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/segacd/images/consolegame.svg b/themes/rbsimple-DE/segacd/images/consolegame.svg
new file mode 100644
index 000000000..945f00b69
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/images/consolegame.svg
@@ -0,0 +1,1580 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/segacd/images/controller.svg b/themes/rbsimple-DE/segacd/images/controller.svg
new file mode 100644
index 000000000..dcf131e5f
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/images/controller.svg
@@ -0,0 +1,366 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/segacd/images/game.svg b/themes/rbsimple-DE/segacd/images/game.svg
new file mode 100644
index 000000000..4376b362d
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/images/game.svg
@@ -0,0 +1,236 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/segacd/images/jp/console.svg b/themes/rbsimple-DE/segacd/images/jp/console.svg
new file mode 100644
index 000000000..e8117be99
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/images/jp/console.svg
@@ -0,0 +1,585 @@
+
+
+
diff --git a/themes/rbsimple-DE/segacd/images/jp/consolegame.svg b/themes/rbsimple-DE/segacd/images/jp/consolegame.svg
new file mode 100644
index 000000000..035d8418b
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/images/jp/consolegame.svg
@@ -0,0 +1,1673 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/segacd/images/jp/controller.svg b/themes/rbsimple-DE/segacd/images/jp/controller.svg
new file mode 100644
index 000000000..a6783e4ef
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/images/jp/controller.svg
@@ -0,0 +1,125 @@
+
+
+
diff --git a/themes/rbsimple-DE/segacd/images/jp/game.svg b/themes/rbsimple-DE/segacd/images/jp/game.svg
new file mode 100644
index 000000000..4bd5604d6
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/images/jp/game.svg
@@ -0,0 +1,162 @@
+
+
+
diff --git a/themes/rbsimple-DE/segacd/images/jp/logo.svg b/themes/rbsimple-DE/segacd/images/jp/logo.svg
new file mode 100644
index 000000000..27a968a1d
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/images/jp/logo.svg
@@ -0,0 +1,41 @@
+
+
+
diff --git a/themes/rbsimple-DE/segacd/images/logo.svg b/themes/rbsimple-DE/segacd/images/logo.svg
new file mode 100644
index 000000000..a87a2cb42
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/images/logo.svg
@@ -0,0 +1,46 @@
+
+
+
diff --git a/themes/rbsimple-DE/segacd/images/us/console.svg b/themes/rbsimple-DE/segacd/images/us/console.svg
new file mode 100644
index 000000000..2da050332
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/images/us/console.svg
@@ -0,0 +1,516 @@
+
+
+
diff --git a/themes/rbsimple-DE/segacd/images/us/consolegame.svg b/themes/rbsimple-DE/segacd/images/us/consolegame.svg
new file mode 100644
index 000000000..319e869e8
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/images/us/consolegame.svg
@@ -0,0 +1,1613 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/segacd/images/us/controller.svg b/themes/rbsimple-DE/segacd/images/us/controller.svg
new file mode 100644
index 000000000..a6783e4ef
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/images/us/controller.svg
@@ -0,0 +1,125 @@
+
+
+
diff --git a/themes/rbsimple-DE/segacd/images/us/game.svg b/themes/rbsimple-DE/segacd/images/us/game.svg
new file mode 100644
index 000000000..400c5ae13
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/images/us/game.svg
@@ -0,0 +1,229 @@
+
+
+
diff --git a/themes/rbsimple-DE/segacd/images/us/logo.svg b/themes/rbsimple-DE/segacd/images/us/logo.svg
new file mode 100644
index 000000000..216743b6a
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/images/us/logo.svg
@@ -0,0 +1,42 @@
+
+
+
diff --git a/themes/rbsimple-DE/segacd/systeminfo.xml b/themes/rbsimple-DE/segacd/systeminfo.xml
new file mode 100644
index 000000000..0990a40b7
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Sega
+
+
+ Year of Release : 1991
+
+
+ Units sold : 30 million
+
+
+ Best-selling game : Sewer Shark
+
+
+ CPU : 16-bit Motorola 68000 @ 12.5 MHz + Megadrive CPUs
+
+
+ RAM : 512kB / VRAM : 256kB / sound RAM : 16kB
+
+
+ Video : Custom ASIC
+
+
+ Resolution : 320×224 pixels, 64 colors (512 colors palette)
+
+
+ Sound : Ricoh RF5C164 + Megadrive Sound chips
+
+
+ Media : 500MB CD-ROM discs
+
+
+
diff --git a/themes/rbsimple-DE/segacd/theme.xml b/themes/rbsimple-DE/segacd/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/segacd/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/sg1000/colors.xml b/themes/rbsimple-DE/sg1000/colors.xml
new file mode 100644
index 000000000..038605b30
--- /dev/null
+++ b/themes/rbsimple-DE/sg1000/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ FF0000
+
+
+ 17569B
+
+
+ D4D6C9
+
+
+ 1A1E21
+
+
+
diff --git a/themes/rbsimple-DE/sg1000/images/console.svg b/themes/rbsimple-DE/sg1000/images/console.svg
new file mode 100644
index 000000000..9c4ac37e1
--- /dev/null
+++ b/themes/rbsimple-DE/sg1000/images/console.svg
@@ -0,0 +1,264 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/sg1000/images/consolegame.svg b/themes/rbsimple-DE/sg1000/images/consolegame.svg
new file mode 100644
index 000000000..5f59e16e0
--- /dev/null
+++ b/themes/rbsimple-DE/sg1000/images/consolegame.svg
@@ -0,0 +1,434 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/sg1000/images/controller.svg b/themes/rbsimple-DE/sg1000/images/controller.svg
new file mode 100644
index 000000000..f34790b9a
--- /dev/null
+++ b/themes/rbsimple-DE/sg1000/images/controller.svg
@@ -0,0 +1,139 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/sg1000/images/game.svg b/themes/rbsimple-DE/sg1000/images/game.svg
new file mode 100644
index 000000000..d81f1c939
--- /dev/null
+++ b/themes/rbsimple-DE/sg1000/images/game.svg
@@ -0,0 +1,113 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/sg1000/images/logo.svg b/themes/rbsimple-DE/sg1000/images/logo.svg
new file mode 100644
index 000000000..71f3698b1
--- /dev/null
+++ b/themes/rbsimple-DE/sg1000/images/logo.svg
@@ -0,0 +1,50 @@
+
+
+
diff --git a/themes/rbsimple-DE/sg1000/systeminfo.xml b/themes/rbsimple-DE/sg1000/systeminfo.xml
new file mode 100644
index 000000000..8c349ce3f
--- /dev/null
+++ b/themes/rbsimple-DE/sg1000/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Sega
+
+
+ Year of Release : 1983
+
+
+ Units sold : 2 million
+
+
+ Best-selling game : Flicky
+
+
+ CPU : 8-Bit Zilog Z80 @ 3.58 MHz
+
+
+ RAM : 1kB / VRAM : 2kB
+
+
+ Video : Texas Instruments TMS9918
+
+
+ Resolution : 256×192 pixels, 16 colors (21 colors palette)
+
+
+ Sound chip : Texas Instruments SN76489 PSG
+
+
+ Cart Size : 8kB - 48kB
+
+
+
diff --git a/themes/rbsimple-DE/sg1000/theme.xml b/themes/rbsimple-DE/sg1000/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/sg1000/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/snes/colors.xml b/themes/rbsimple-DE/snes/colors.xml
new file mode 100644
index 000000000..d5e04a12b
--- /dev/null
+++ b/themes/rbsimple-DE/snes/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ FEE94B
+
+
+ 7EEE80
+
+
+ FF7961
+
+
+ 0098DF
+
+
+
diff --git a/themes/rbsimple-DE/snes/images/console.svg b/themes/rbsimple-DE/snes/images/console.svg
new file mode 100644
index 000000000..f2e1d937f
--- /dev/null
+++ b/themes/rbsimple-DE/snes/images/console.svg
@@ -0,0 +1,202 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/snes/images/consolegame.svg b/themes/rbsimple-DE/snes/images/consolegame.svg
new file mode 100644
index 000000000..b7580d7e3
--- /dev/null
+++ b/themes/rbsimple-DE/snes/images/consolegame.svg
@@ -0,0 +1,462 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/snes/images/controller.svg b/themes/rbsimple-DE/snes/images/controller.svg
new file mode 100644
index 000000000..da0fd3c29
--- /dev/null
+++ b/themes/rbsimple-DE/snes/images/controller.svg
@@ -0,0 +1,63 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/snes/images/game.svg b/themes/rbsimple-DE/snes/images/game.svg
new file mode 100644
index 000000000..877eb4ce5
--- /dev/null
+++ b/themes/rbsimple-DE/snes/images/game.svg
@@ -0,0 +1,211 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/snes/images/logo.svg b/themes/rbsimple-DE/snes/images/logo.svg
new file mode 100644
index 000000000..5db3a8974
--- /dev/null
+++ b/themes/rbsimple-DE/snes/images/logo.svg
@@ -0,0 +1,98 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/snes/images/us/console.svg b/themes/rbsimple-DE/snes/images/us/console.svg
new file mode 100644
index 000000000..eb5362f9a
--- /dev/null
+++ b/themes/rbsimple-DE/snes/images/us/console.svg
@@ -0,0 +1,189 @@
+
+
+
diff --git a/themes/rbsimple-DE/snes/images/us/consolegame.svg b/themes/rbsimple-DE/snes/images/us/consolegame.svg
new file mode 100644
index 000000000..fedf8df06
--- /dev/null
+++ b/themes/rbsimple-DE/snes/images/us/consolegame.svg
@@ -0,0 +1,1052 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/snes/images/us/controller.svg b/themes/rbsimple-DE/snes/images/us/controller.svg
new file mode 100644
index 000000000..225c2f733
--- /dev/null
+++ b/themes/rbsimple-DE/snes/images/us/controller.svg
@@ -0,0 +1,145 @@
+
+
+
diff --git a/themes/rbsimple-DE/snes/images/us/game.svg b/themes/rbsimple-DE/snes/images/us/game.svg
new file mode 100644
index 000000000..466466116
--- /dev/null
+++ b/themes/rbsimple-DE/snes/images/us/game.svg
@@ -0,0 +1,316 @@
+
+
+
diff --git a/themes/rbsimple-DE/snes/images/us/logo.svg b/themes/rbsimple-DE/snes/images/us/logo.svg
new file mode 100644
index 000000000..1493004c4
--- /dev/null
+++ b/themes/rbsimple-DE/snes/images/us/logo.svg
@@ -0,0 +1,59 @@
+
+
+
diff --git a/themes/rbsimple-DE/snes/systeminfo.xml b/themes/rbsimple-DE/snes/systeminfo.xml
new file mode 100644
index 000000000..5b7ac1797
--- /dev/null
+++ b/themes/rbsimple-DE/snes/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Nintendo
+
+
+ Year of Release : 1990
+
+
+ Units sold : 49.10 million
+
+
+ Best-selling game : Super Mario World
+
+
+ CPU : 16-bit Custom 65C816 @ 3.58 MHz
+
+
+ RAM : 128kB / VRAM : 64kB
+
+
+ Video : 16-bit PPU (Picture Processor Unit)
+
+
+ Resolution : 256x224, 256 colors (32768 colors palette)
+
+
+ Sound : 8-bit Sony SPC700, 8 channels
+
+
+ Cart Size : 256kB - 6MB
+
+
+
diff --git a/themes/rbsimple-DE/snes/theme.xml b/themes/rbsimple-DE/snes/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/snes/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/solarus/colors.xml b/themes/rbsimple-DE/solarus/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/solarus/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/solarus/images/logo.svg b/themes/rbsimple-DE/solarus/images/logo.svg
new file mode 100644
index 000000000..f815ced3f
--- /dev/null
+++ b/themes/rbsimple-DE/solarus/images/logo.svg
@@ -0,0 +1,103 @@
+
+
+
diff --git a/themes/rbsimple-DE/solarus/systeminfo.xml b/themes/rbsimple-DE/solarus/systeminfo.xml
new file mode 100644
index 000000000..f954fb919
--- /dev/null
+++ b/themes/rbsimple-DE/solarus/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Solarus game engine
+
+
+
diff --git a/themes/rbsimple-DE/solarus/theme.xml b/themes/rbsimple-DE/solarus/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/solarus/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/steam/colors.xml b/themes/rbsimple-DE/steam/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/steam/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/steam/images/logo.svg b/themes/rbsimple-DE/steam/images/logo.svg
new file mode 100644
index 000000000..08e136b46
--- /dev/null
+++ b/themes/rbsimple-DE/steam/images/logo.svg
@@ -0,0 +1,173 @@
+
+
diff --git a/themes/rbsimple-DE/steam/images/logo2.svg b/themes/rbsimple-DE/steam/images/logo2.svg
new file mode 100644
index 000000000..fc24bce29
--- /dev/null
+++ b/themes/rbsimple-DE/steam/images/logo2.svg
@@ -0,0 +1,177 @@
+
+
diff --git a/themes/rbsimple-DE/steam/systeminfo.xml b/themes/rbsimple-DE/steam/systeminfo.xml
new file mode 100644
index 000000000..8a86b9593
--- /dev/null
+++ b/themes/rbsimple-DE/steam/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Steam game distribution service
+
+
+
diff --git a/themes/rbsimple-DE/steam/theme.xml b/themes/rbsimple-DE/steam/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/steam/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/stratagus/colors.xml b/themes/rbsimple-DE/stratagus/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/stratagus/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/stratagus/images/logo.svg b/themes/rbsimple-DE/stratagus/images/logo.svg
new file mode 100644
index 000000000..261c32d0b
--- /dev/null
+++ b/themes/rbsimple-DE/stratagus/images/logo.svg
@@ -0,0 +1,287 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/stratagus/systeminfo.xml b/themes/rbsimple-DE/stratagus/systeminfo.xml
new file mode 100644
index 000000000..e8d4e9c67
--- /dev/null
+++ b/themes/rbsimple-DE/stratagus/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Stratagus game engine
+
+
+
diff --git a/themes/rbsimple-DE/stratagus/theme.xml b/themes/rbsimple-DE/stratagus/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/stratagus/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/supergrafx/colors.xml b/themes/rbsimple-DE/supergrafx/colors.xml
new file mode 100644
index 000000000..b916d3ff7
--- /dev/null
+++ b/themes/rbsimple-DE/supergrafx/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ b2b2b2
+
+
+ 0091ad
+
+
+ 000000
+
+
+ D9D9D9
+
+
+
diff --git a/themes/rbsimple-DE/supergrafx/images/console.svg b/themes/rbsimple-DE/supergrafx/images/console.svg
new file mode 100644
index 000000000..f1fd519f6
--- /dev/null
+++ b/themes/rbsimple-DE/supergrafx/images/console.svg
@@ -0,0 +1,587 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/supergrafx/images/consolegame.svg b/themes/rbsimple-DE/supergrafx/images/consolegame.svg
new file mode 100644
index 000000000..0c41be7f9
--- /dev/null
+++ b/themes/rbsimple-DE/supergrafx/images/consolegame.svg
@@ -0,0 +1,930 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/supergrafx/images/controller.svg b/themes/rbsimple-DE/supergrafx/images/controller.svg
new file mode 100644
index 000000000..b37371f41
--- /dev/null
+++ b/themes/rbsimple-DE/supergrafx/images/controller.svg
@@ -0,0 +1,206 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/supergrafx/images/game.svg b/themes/rbsimple-DE/supergrafx/images/game.svg
new file mode 100644
index 000000000..5fdf35031
--- /dev/null
+++ b/themes/rbsimple-DE/supergrafx/images/game.svg
@@ -0,0 +1,184 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/supergrafx/images/logo.svg b/themes/rbsimple-DE/supergrafx/images/logo.svg
new file mode 100644
index 000000000..14c045483
--- /dev/null
+++ b/themes/rbsimple-DE/supergrafx/images/logo.svg
@@ -0,0 +1,122 @@
+
+
+
diff --git a/themes/rbsimple-DE/supergrafx/systeminfo.xml b/themes/rbsimple-DE/supergrafx/systeminfo.xml
new file mode 100644
index 000000000..58e5764fe
--- /dev/null
+++ b/themes/rbsimple-DE/supergrafx/systeminfo.xml
@@ -0,0 +1,33 @@
+
+ 5
+
+
+
+ Manufacturer : NEC
+
+
+ Year of Release : 1989
+
+
+ Units sold : 7,5 million
+
+
+ Best-selling game : Ghouls 'n Ghosts
+
+
+ CPU : HuC6280 8-bit 7,16 Mhz
+
+
+ RAM : 8 Kbyte
+
+
+ Picture Processor Unit : 16-bit
+
+
+ Video RAM : 64 Kbyte
+
+
+ Media : HU-Card, SHU-Card, CD-ROM, Super-CD-ROM
+
+
+
diff --git a/themes/rbsimple-DE/supergrafx/theme.xml b/themes/rbsimple-DE/supergrafx/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/supergrafx/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/tg-cd/colors.xml b/themes/rbsimple-DE/tg-cd/colors.xml
new file mode 100644
index 000000000..eff28b9b1
--- /dev/null
+++ b/themes/rbsimple-DE/tg-cd/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ f79226
+
+
+ d5e14d
+
+
+ 604832
+
+
+ 1e1c1a
+
+
+
diff --git a/themes/rbsimple-DE/tg-cd/images/console.svg b/themes/rbsimple-DE/tg-cd/images/console.svg
new file mode 100644
index 000000000..27711c230
--- /dev/null
+++ b/themes/rbsimple-DE/tg-cd/images/console.svg
@@ -0,0 +1,566 @@
+
+
+
diff --git a/themes/rbsimple-DE/tg-cd/images/consolegame.svg b/themes/rbsimple-DE/tg-cd/images/consolegame.svg
new file mode 100644
index 000000000..c62d173cb
--- /dev/null
+++ b/themes/rbsimple-DE/tg-cd/images/consolegame.svg
@@ -0,0 +1,1774 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/tg-cd/images/controller.svg b/themes/rbsimple-DE/tg-cd/images/controller.svg
new file mode 100644
index 000000000..eeae6ad74
--- /dev/null
+++ b/themes/rbsimple-DE/tg-cd/images/controller.svg
@@ -0,0 +1,293 @@
+
+
+
diff --git a/themes/rbsimple-DE/tg-cd/images/game.svg b/themes/rbsimple-DE/tg-cd/images/game.svg
new file mode 100644
index 000000000..8c396886a
--- /dev/null
+++ b/themes/rbsimple-DE/tg-cd/images/game.svg
@@ -0,0 +1,273 @@
+
+
+
diff --git a/themes/rbsimple-DE/tg-cd/images/logo.svg b/themes/rbsimple-DE/tg-cd/images/logo.svg
new file mode 100644
index 000000000..a33a49cb5
--- /dev/null
+++ b/themes/rbsimple-DE/tg-cd/images/logo.svg
@@ -0,0 +1,71 @@
+
+
+
diff --git a/themes/rbsimple-DE/tg-cd/systeminfo.xml b/themes/rbsimple-DE/tg-cd/systeminfo.xml
new file mode 100644
index 000000000..a273fd702
--- /dev/null
+++ b/themes/rbsimple-DE/tg-cd/systeminfo.xml
@@ -0,0 +1,30 @@
+
+ 5
+
+
+
+ Manufacturer : NEC
+
+
+ Year of Release : 1987
+
+
+ Units sold : 10 million
+
+
+ CPU : HuC6280 8-bit 7,16 Mhz
+
+
+ RAM : 8 Kbyte
+
+
+ Picture Processor Unit : 8-bit
+
+
+ Video RAM : 64 Kbyte
+
+
+ Media : HU-Card, SHU-Card, CD-ROM, Super-CD-ROM
+
+
+
diff --git a/themes/rbsimple-DE/tg-cd/theme.xml b/themes/rbsimple-DE/tg-cd/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/tg-cd/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/tg16/colors.xml b/themes/rbsimple-DE/tg16/colors.xml
new file mode 100644
index 000000000..918afb79b
--- /dev/null
+++ b/themes/rbsimple-DE/tg16/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F79226
+
+
+ ECF332
+
+
+ FD5A17
+
+
+ D5E14D
+
+
+
diff --git a/themes/rbsimple-DE/tg16/images/console.svg b/themes/rbsimple-DE/tg16/images/console.svg
new file mode 100644
index 000000000..a1346f0b4
--- /dev/null
+++ b/themes/rbsimple-DE/tg16/images/console.svg
@@ -0,0 +1,255 @@
+
+
+
diff --git a/themes/rbsimple-DE/tg16/images/consolegame.svg b/themes/rbsimple-DE/tg16/images/consolegame.svg
new file mode 100644
index 000000000..68aa39bcd
--- /dev/null
+++ b/themes/rbsimple-DE/tg16/images/consolegame.svg
@@ -0,0 +1,905 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/tg16/images/controller.svg b/themes/rbsimple-DE/tg16/images/controller.svg
new file mode 100644
index 000000000..eeae6ad74
--- /dev/null
+++ b/themes/rbsimple-DE/tg16/images/controller.svg
@@ -0,0 +1,293 @@
+
+
+
diff --git a/themes/rbsimple-DE/tg16/images/game.svg b/themes/rbsimple-DE/tg16/images/game.svg
new file mode 100644
index 000000000..ff05a43ea
--- /dev/null
+++ b/themes/rbsimple-DE/tg16/images/game.svg
@@ -0,0 +1,113 @@
+
+
+
diff --git a/themes/rbsimple-DE/tg16/images/logo.svg b/themes/rbsimple-DE/tg16/images/logo.svg
new file mode 100644
index 000000000..efbd6c464
--- /dev/null
+++ b/themes/rbsimple-DE/tg16/images/logo.svg
@@ -0,0 +1,73 @@
+
+
+
diff --git a/themes/rbsimple-DE/tg16/systeminfo.xml b/themes/rbsimple-DE/tg16/systeminfo.xml
new file mode 100644
index 000000000..a273fd702
--- /dev/null
+++ b/themes/rbsimple-DE/tg16/systeminfo.xml
@@ -0,0 +1,30 @@
+
+ 5
+
+
+
+ Manufacturer : NEC
+
+
+ Year of Release : 1987
+
+
+ Units sold : 10 million
+
+
+ CPU : HuC6280 8-bit 7,16 Mhz
+
+
+ RAM : 8 Kbyte
+
+
+ Picture Processor Unit : 8-bit
+
+
+ Video RAM : 64 Kbyte
+
+
+ Media : HU-Card, SHU-Card, CD-ROM, Super-CD-ROM
+
+
+
diff --git a/themes/rbsimple-DE/tg16/theme.xml b/themes/rbsimple-DE/tg16/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/tg16/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/theme.xml b/themes/rbsimple-DE/theme.xml
new file mode 100644
index 000000000..9b4ed849c
--- /dev/null
+++ b/themes/rbsimple-DE/theme.xml
@@ -0,0 +1,330 @@
+
+
+
+ 5
+ ./colors.xml
+ ./navigationsounds.xml
+
+
+
+ left
+ ./core/fonts/Exo2-SemiBoldCondensed.otf
+ 0.021
+ 0.4 0.03
+ 40
+
+
+ 0.02 0.30
+ 0.4 0.25
+ 0 1
+
+
+ 0.78 0.30
+ 0.15 0.25
+ 1 1
+
+
+ 0.38 0.72
+
+
+ 0.38 0.74
+
+
+ 0.38 0.76
+
+
+ 0.38 0.78
+
+
+ 0.38 0.82
+
+
+ 0.38 0.84
+
+
+ 0.38 0.86
+
+
+ 0.38 0.88
+
+
+ 0.38 0.90
+
+
+ 0.38 0.92
+
+
+
+
+
+ true
+ 1 1
+ 0 0
+ 0 0
+ ./core/images/back.png
+
+
+ 0.03 1
+ 0.80 0
+ 0 0
+ ./core/images/band.png
+
+
+ 0.03 1
+ 0.829 0
+ 0 0
+ ./core/images/band.png
+
+
+ 0.03 1
+ 0.858 0
+ 0 0
+ ./core/images/band.png
+
+
+ 0.03 1
+ 0.887 0
+ 0 0
+ ./core/images/band.png
+
+
+
+
+
+ 0.02 0.17
+ 0.4 0.15
+ 0 1
+
+
+ 0.78 0.17
+ 0.34 0.15
+ 1 1
+
+
+ 1 1
+ 0.01 0.01
+ 0 0
+
+
+ 1
+ ./core/fonts/Exo2-BoldCondensed.otf
+ 0.02
+ 0.144 0.02
+
+
+ 1
+ ./core/fonts/Exo2-RegularCondensed.otf
+ 0.02
+ 0.144 0.02
+
+
+ 1
+ ./core/fonts/Exo2-BoldCondensed.otf
+ 0.02
+
+
+ 1
+ ./core/fonts/Exo2-BoldCondensed.otf
+ 0.02
+
+
+ 1
+ ./core/fonts/Exo2-SemiBoldCondensed.otf
+ 0.024
+
+
+ 1
+ ./core/fonts/Exo2-RegularCondensed.otf
+ 0.02
+ 0 0.02
+
+
+ ./core/fonts/Exo2-BoldCondensed.otf
+ 0.025
+ 1
+
+
+
+
+
+ 0.02 0.19
+ 0.4 0.735
+ 0 0
+ ./core/images/back90.png
+
+
+ 0.44 0.19
+ 0.54 0.735
+ 0 0
+ ./core/images/back90.png
+
+
+ 0.14 0.023
+
+
+ 0.815 0.2255
+
+
+ 0.83 0.2455
+
+
+ 0.815 0.2755
+
+
+ 0.83 0.2955
+
+
+ 0.815 0.3255
+
+
+ 0.83 0.3455
+
+
+ 0.815 0.3755
+
+
+ 0.83 0.3955
+
+
+ 0.815 0.4255
+
+
+ 0.83 0.4455
+
+
+ 0.815 0.4755
+
+
+ 0.83 0.4955
+
+
+ 0.815 0.5255
+
+
+ 0.83 0.5455
+
+
+ 0.815 0.5755
+
+
+ 0.83 0.5955
+
+
+ 1 1
+ ./core/fonts/blank.ttf
+
+
+ 0.453 0.203
+ ./core/images/rating_filled.svg
+ ./core/images/rating_empty.svg
+ 0.04 0.03
+
+
+ 1.2
+ 0.45 0.67
+ 0.515 0.24
+ 0.02
+
+
+ 0.025 0.201
+ 0.39 0.71
+ left
+ 0.01
+
+
+
+ 1 1
+
+
+
+
+
+
+
+
+
+ 0.02 0.19
+ 0.96 0.735
+ 0 0
+ ./core/images/back90.png
+
+
+ 0.04 0.21
+ 0.92 0.695
+ center
+ 0.01
+
+
+
+
+
+ 0.5 0.5
+ 0.63 0.45
+ 0.360 0.424
+
+
+
+
+
+
+
+ 1 1
+ 0.405 0.16
+ 0.15 0.1
+
+
+
+
+
+
+ 1 1
+
+
+ 1
+ ./core/fonts/Exo2-BoldCondensed.otf
+ 0.03
+ 0.3 0.02
+ left
+
+
+ 0.05 0.13
+ 0.05 0.05
+
+
+ 0.792 0.085
+ 0.22 0.07
+ 1 1
+
+
+ 0.36 0.042
+ 1 1
+
+
+ 0.062 0.052
+ ./core/images/rating_filled.svg
+ ./core/images/rating_empty.svg
+ 0.055 0.035
+
+
+
diff --git a/themes/rbsimple-DE/ti99/colors.xml b/themes/rbsimple-DE/ti99/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/ti99/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/ti99/images/logo.svg b/themes/rbsimple-DE/ti99/images/logo.svg
new file mode 100644
index 000000000..9070eebd7
--- /dev/null
+++ b/themes/rbsimple-DE/ti99/images/logo.svg
@@ -0,0 +1,525 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/themes/rbsimple-DE/ti99/systeminfo.xml b/themes/rbsimple-DE/ti99/systeminfo.xml
new file mode 100644
index 000000000..ac7f6303c
--- /dev/null
+++ b/themes/rbsimple-DE/ti99/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Texas Instruments TI-99
+
+
+
diff --git a/themes/rbsimple-DE/ti99/theme.xml b/themes/rbsimple-DE/ti99/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/ti99/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/trs-80/colors.xml b/themes/rbsimple-DE/trs-80/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/trs-80/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/trs-80/images/logo.svg b/themes/rbsimple-DE/trs-80/images/logo.svg
new file mode 100644
index 000000000..5e02a8a5e
--- /dev/null
+++ b/themes/rbsimple-DE/trs-80/images/logo.svg
@@ -0,0 +1,217 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/trs-80/systeminfo.xml b/themes/rbsimple-DE/trs-80/systeminfo.xml
new file mode 100644
index 000000000..74cb2db0e
--- /dev/null
+++ b/themes/rbsimple-DE/trs-80/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Tandy TRS-80
+
+
+
diff --git a/themes/rbsimple-DE/trs-80/theme.xml b/themes/rbsimple-DE/trs-80/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/trs-80/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/vectrex/colors.xml b/themes/rbsimple-DE/vectrex/colors.xml
new file mode 100644
index 000000000..aacf3e867
--- /dev/null
+++ b/themes/rbsimple-DE/vectrex/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ EEF020
+
+
+ EC1D25
+
+
+ 11192E
+
+
+ 166FC1
+
+
+
diff --git a/themes/rbsimple-DE/vectrex/images/console.svg b/themes/rbsimple-DE/vectrex/images/console.svg
new file mode 100644
index 000000000..9b4e95842
--- /dev/null
+++ b/themes/rbsimple-DE/vectrex/images/console.svg
@@ -0,0 +1,574 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/vectrex/images/consolegame.svg b/themes/rbsimple-DE/vectrex/images/consolegame.svg
new file mode 100644
index 000000000..316bea193
--- /dev/null
+++ b/themes/rbsimple-DE/vectrex/images/consolegame.svg
@@ -0,0 +1,2050 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/vectrex/images/controller.svg b/themes/rbsimple-DE/vectrex/images/controller.svg
new file mode 100644
index 000000000..efcf78d3f
--- /dev/null
+++ b/themes/rbsimple-DE/vectrex/images/controller.svg
@@ -0,0 +1,419 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/vectrex/images/game.svg b/themes/rbsimple-DE/vectrex/images/game.svg
new file mode 100644
index 000000000..4efa04749
--- /dev/null
+++ b/themes/rbsimple-DE/vectrex/images/game.svg
@@ -0,0 +1,812 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/vectrex/images/logo.svg b/themes/rbsimple-DE/vectrex/images/logo.svg
new file mode 100644
index 000000000..d4fa42161
--- /dev/null
+++ b/themes/rbsimple-DE/vectrex/images/logo.svg
@@ -0,0 +1,50 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/vectrex/systeminfo.xml b/themes/rbsimple-DE/vectrex/systeminfo.xml
new file mode 100644
index 000000000..2b09204ff
--- /dev/null
+++ b/themes/rbsimple-DE/vectrex/systeminfo.xml
@@ -0,0 +1,27 @@
+
+ 5
+
+
+
+ Manufacturer : General Consumer Electronics
+
+
+ Year of Release : 1982
+
+
+ CPU : Motorola 68A09 @ 1.5 MHz
+
+
+ RAM : 1KB (two 4-bit 2114 chips)
+
+
+ ROM : 8KB (one 8-bit 2363 chip)
+
+
+ Media : Cartridge with 32KB ROM
+
+
+ Sound : General Instrument AY-3-8912
+
+
+
diff --git a/themes/rbsimple-DE/vectrex/theme.xml b/themes/rbsimple-DE/vectrex/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/vectrex/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/videopac/colors.xml b/themes/rbsimple-DE/videopac/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/videopac/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/videopac/images/logo.svg b/themes/rbsimple-DE/videopac/images/logo.svg
new file mode 100644
index 000000000..f7199471e
--- /dev/null
+++ b/themes/rbsimple-DE/videopac/images/logo.svg
@@ -0,0 +1,52 @@
+
+
+
diff --git a/themes/rbsimple-DE/videopac/systeminfo.xml b/themes/rbsimple-DE/videopac/systeminfo.xml
new file mode 100644
index 000000000..f565948aa
--- /dev/null
+++ b/themes/rbsimple-DE/videopac/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Magnavox Videopac (Odyssey 2)
+
+
+
diff --git a/themes/rbsimple-DE/videopac/theme.xml b/themes/rbsimple-DE/videopac/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/videopac/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/virtualboy/colors.xml b/themes/rbsimple-DE/virtualboy/colors.xml
new file mode 100644
index 000000000..ed74e6951
--- /dev/null
+++ b/themes/rbsimple-DE/virtualboy/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 363636
+
+
+ FE0016
+
+
+ 8A8C8E
+
+
+ 232323
+
+
+
diff --git a/themes/rbsimple-DE/virtualboy/images/console.svg b/themes/rbsimple-DE/virtualboy/images/console.svg
new file mode 100644
index 000000000..23bdd1a92
--- /dev/null
+++ b/themes/rbsimple-DE/virtualboy/images/console.svg
@@ -0,0 +1,422 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/virtualboy/images/consolegame.svg b/themes/rbsimple-DE/virtualboy/images/consolegame.svg
new file mode 100644
index 000000000..c7df0eef6
--- /dev/null
+++ b/themes/rbsimple-DE/virtualboy/images/consolegame.svg
@@ -0,0 +1,642 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/virtualboy/images/controller.svg b/themes/rbsimple-DE/virtualboy/images/controller.svg
new file mode 100644
index 000000000..c96e8388c
--- /dev/null
+++ b/themes/rbsimple-DE/virtualboy/images/controller.svg
@@ -0,0 +1,354 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/virtualboy/images/game.svg b/themes/rbsimple-DE/virtualboy/images/game.svg
new file mode 100644
index 000000000..8a6ae138a
--- /dev/null
+++ b/themes/rbsimple-DE/virtualboy/images/game.svg
@@ -0,0 +1,126 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/virtualboy/images/logo.svg b/themes/rbsimple-DE/virtualboy/images/logo.svg
new file mode 100644
index 000000000..8df7ad0f8
--- /dev/null
+++ b/themes/rbsimple-DE/virtualboy/images/logo.svg
@@ -0,0 +1,26 @@
+
+
+
diff --git a/themes/rbsimple-DE/virtualboy/systeminfo.xml b/themes/rbsimple-DE/virtualboy/systeminfo.xml
new file mode 100644
index 000000000..035dc146d
--- /dev/null
+++ b/themes/rbsimple-DE/virtualboy/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Manufacturer : Nintendo
+
+
+ Year of Release : 1995
+
+
+ Units sold : 800 000
+
+
+ Best-selling game : VB Wario Land
+
+
+ CPU : 32Bit NEC V810 RISC @ 20MHz
+
+
+ RAM : 1Mbits DRAM 512kb P-SRAM
+
+
+ Colors : 4 colors / 32 intensity levels
+
+
+ Resolution : 384 x 224 pixels
+
+
+ Screen : 2 RTI light-emitting LEDs
+
+
+ Sound : 16Bits stereo
+
+
+
diff --git a/themes/rbsimple-DE/virtualboy/theme.xml b/themes/rbsimple-DE/virtualboy/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/virtualboy/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/wii/colors.xml b/themes/rbsimple-DE/wii/colors.xml
new file mode 100644
index 000000000..039d12487
--- /dev/null
+++ b/themes/rbsimple-DE/wii/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 24A9E2
+
+
+ D1D1D1
+
+
+ 005C9A
+
+
+ 1E1C1A
+
+
+
diff --git a/themes/rbsimple-DE/wii/images/console.svg b/themes/rbsimple-DE/wii/images/console.svg
new file mode 100644
index 000000000..712228a65
--- /dev/null
+++ b/themes/rbsimple-DE/wii/images/console.svg
@@ -0,0 +1,129 @@
+
+
+
diff --git a/themes/rbsimple-DE/wii/images/consolegame.svg b/themes/rbsimple-DE/wii/images/consolegame.svg
new file mode 100644
index 000000000..acf47ee84
--- /dev/null
+++ b/themes/rbsimple-DE/wii/images/consolegame.svg
@@ -0,0 +1,697 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/wii/images/controller.svg b/themes/rbsimple-DE/wii/images/controller.svg
new file mode 100644
index 000000000..b5404ced9
--- /dev/null
+++ b/themes/rbsimple-DE/wii/images/controller.svg
@@ -0,0 +1,170 @@
+
+
+
diff --git a/themes/rbsimple-DE/wii/images/game.svg b/themes/rbsimple-DE/wii/images/game.svg
new file mode 100644
index 000000000..e1ebfdb79
--- /dev/null
+++ b/themes/rbsimple-DE/wii/images/game.svg
@@ -0,0 +1,287 @@
+
+
+
diff --git a/themes/rbsimple-DE/wii/images/logo.svg b/themes/rbsimple-DE/wii/images/logo.svg
new file mode 100644
index 000000000..f432afd8b
--- /dev/null
+++ b/themes/rbsimple-DE/wii/images/logo.svg
@@ -0,0 +1,21 @@
+
+
+
diff --git a/themes/rbsimple-DE/wii/systeminfo.xml b/themes/rbsimple-DE/wii/systeminfo.xml
new file mode 100644
index 000000000..702eee9f0
--- /dev/null
+++ b/themes/rbsimple-DE/wii/systeminfo.xml
@@ -0,0 +1,36 @@
+
+ 5
+
+
+
+ Developer / Manufacturer : Nintendo / Foxconn
+
+
+ Year of Release : 2006
+
+
+ Units sold : 101.63 million
+
+
+ Best-selling game : Wii Sports
+
+
+ CPU : IBM PowerPC "Broadway" @ 729 MHz
+
+
+ RAM : 88 MB
+
+
+ Video : ATI "Hollywood" @ 243 MHz
+
+
+ Resolution : 480p (PAL/NTSC), 480i (PAL/NTSC) or 576i (PAL/SECAM)
+
+
+ Sound : Stereo - Dolby Pro Logic II-capable
+
+
+ Media : 4.7/8.54 GB DVD
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/wii/theme.xml b/themes/rbsimple-DE/wii/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/wii/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/wonderswan/colors.xml b/themes/rbsimple-DE/wonderswan/colors.xml
new file mode 100644
index 000000000..9d74a7701
--- /dev/null
+++ b/themes/rbsimple-DE/wonderswan/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 8797A4
+
+
+ DBE0E1
+
+
+ E72835
+
+
+ 282827
+
+
+
diff --git a/themes/rbsimple-DE/wonderswan/images/console.svg b/themes/rbsimple-DE/wonderswan/images/console.svg
new file mode 100644
index 000000000..b10425393
--- /dev/null
+++ b/themes/rbsimple-DE/wonderswan/images/console.svg
@@ -0,0 +1,381 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/wonderswan/images/consolegame.svg b/themes/rbsimple-DE/wonderswan/images/consolegame.svg
new file mode 100644
index 000000000..c74bb929e
--- /dev/null
+++ b/themes/rbsimple-DE/wonderswan/images/consolegame.svg
@@ -0,0 +1,586 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/wonderswan/images/game.svg b/themes/rbsimple-DE/wonderswan/images/game.svg
new file mode 100644
index 000000000..1bf6d84fc
--- /dev/null
+++ b/themes/rbsimple-DE/wonderswan/images/game.svg
@@ -0,0 +1,103 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/wonderswan/images/logo.svg b/themes/rbsimple-DE/wonderswan/images/logo.svg
new file mode 100644
index 000000000..397be4fb9
--- /dev/null
+++ b/themes/rbsimple-DE/wonderswan/images/logo.svg
@@ -0,0 +1,76 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/wonderswan/systeminfo.xml b/themes/rbsimple-DE/wonderswan/systeminfo.xml
new file mode 100644
index 000000000..26705c091
--- /dev/null
+++ b/themes/rbsimple-DE/wonderswan/systeminfo.xml
@@ -0,0 +1,27 @@
+
+ 5
+
+
+
+ Manufacturer : Bandaï
+
+
+ Year of Release : 1999
+
+
+ Units sold : 3.5 million
+
+
+ CPU : 16Bits NEC V20
+
+
+ RAM : 512k video
+
+
+ Resolution : 224 x 144 pixels
+
+
+ Sound : 4 PCM channels, 32 samples 4Bit for each channel
+
+
+
diff --git a/themes/rbsimple-DE/wonderswan/theme.xml b/themes/rbsimple-DE/wonderswan/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/wonderswan/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/wonderswancolor/colors.xml b/themes/rbsimple-DE/wonderswancolor/colors.xml
new file mode 100644
index 000000000..80ad7c73c
--- /dev/null
+++ b/themes/rbsimple-DE/wonderswancolor/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ 009CD4
+
+
+ EBA743
+
+
+ D65757
+
+
+ 162B4F
+
+
+
diff --git a/themes/rbsimple-DE/wonderswancolor/images/console.svg b/themes/rbsimple-DE/wonderswancolor/images/console.svg
new file mode 100644
index 000000000..d1080e105
--- /dev/null
+++ b/themes/rbsimple-DE/wonderswancolor/images/console.svg
@@ -0,0 +1,795 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/wonderswancolor/images/consolegame.svg b/themes/rbsimple-DE/wonderswancolor/images/consolegame.svg
new file mode 100644
index 000000000..2a8029e2a
--- /dev/null
+++ b/themes/rbsimple-DE/wonderswancolor/images/consolegame.svg
@@ -0,0 +1,998 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/wonderswancolor/images/game.svg b/themes/rbsimple-DE/wonderswancolor/images/game.svg
new file mode 100644
index 000000000..670c57a77
--- /dev/null
+++ b/themes/rbsimple-DE/wonderswancolor/images/game.svg
@@ -0,0 +1,259 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/wonderswancolor/images/logo.svg b/themes/rbsimple-DE/wonderswancolor/images/logo.svg
new file mode 100644
index 000000000..c13aec794
--- /dev/null
+++ b/themes/rbsimple-DE/wonderswancolor/images/logo.svg
@@ -0,0 +1,199 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/wonderswancolor/systeminfo.xml b/themes/rbsimple-DE/wonderswancolor/systeminfo.xml
new file mode 100644
index 000000000..b9c9d080d
--- /dev/null
+++ b/themes/rbsimple-DE/wonderswancolor/systeminfo.xml
@@ -0,0 +1,30 @@
+
+ 5
+
+
+
+ Manufacturer : Bandaï
+
+
+ Year of Release : 2000
+
+
+ Units sold : 740 727
+
+
+ CPU : SSPGY-1002 @ 3.072 MHz 16-bit NEC V30MZ duplicate
+
+
+ Memory : 64 kB shared VRAM/WRAM
+
+
+ Resolution : 224 x 144 pixels
+
+
+ Display : FSTN reflective LCD, 2.8 in (71 mm), 241 colors
+
+
+ Sound : One mono speaker, optional headphones (mute, soft, loud settings)
+
+
+
diff --git a/themes/rbsimple-DE/wonderswancolor/theme.xml b/themes/rbsimple-DE/wonderswancolor/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/wonderswancolor/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/zmachine/colors.xml b/themes/rbsimple-DE/zmachine/colors.xml
new file mode 100644
index 000000000..afaf3ad3e
--- /dev/null
+++ b/themes/rbsimple-DE/zmachine/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ F6DD08
+
+
+ 800000
+
+
+ FF0000
+
+
+ 4C504E
+
+
+
diff --git a/themes/rbsimple-DE/zmachine/images/logo.svg b/themes/rbsimple-DE/zmachine/images/logo.svg
new file mode 100644
index 000000000..7a5edef1e
--- /dev/null
+++ b/themes/rbsimple-DE/zmachine/images/logo.svg
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/themes/rbsimple-DE/zmachine/systeminfo.xml b/themes/rbsimple-DE/zmachine/systeminfo.xml
new file mode 100644
index 000000000..714086c83
--- /dev/null
+++ b/themes/rbsimple-DE/zmachine/systeminfo.xml
@@ -0,0 +1,9 @@
+
+ 5
+
+
+
+ Infocom Z-machine
+
+
+
diff --git a/themes/rbsimple-DE/zmachine/theme.xml b/themes/rbsimple-DE/zmachine/theme.xml
new file mode 100644
index 000000000..297bef239
--- /dev/null
+++ b/themes/rbsimple-DE/zmachine/theme.xml
@@ -0,0 +1,34 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/zx81/colors.xml b/themes/rbsimple-DE/zx81/colors.xml
new file mode 100644
index 000000000..eaa9b83ac
--- /dev/null
+++ b/themes/rbsimple-DE/zx81/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ EF5857
+
+
+ 403E4B
+
+
+ D2CECD
+
+
+ 191222
+
+
+
diff --git a/themes/rbsimple-DE/zx81/images/console.svg b/themes/rbsimple-DE/zx81/images/console.svg
new file mode 100644
index 000000000..45395556c
--- /dev/null
+++ b/themes/rbsimple-DE/zx81/images/console.svg
@@ -0,0 +1,383 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/zx81/images/consolegame.svg b/themes/rbsimple-DE/zx81/images/consolegame.svg
new file mode 100644
index 000000000..c19be1437
--- /dev/null
+++ b/themes/rbsimple-DE/zx81/images/consolegame.svg
@@ -0,0 +1,634 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/zx81/images/game.svg b/themes/rbsimple-DE/zx81/images/game.svg
new file mode 100644
index 000000000..16ee7d522
--- /dev/null
+++ b/themes/rbsimple-DE/zx81/images/game.svg
@@ -0,0 +1,135 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/zx81/images/logo.svg b/themes/rbsimple-DE/zx81/images/logo.svg
new file mode 100644
index 000000000..3afb47287
--- /dev/null
+++ b/themes/rbsimple-DE/zx81/images/logo.svg
@@ -0,0 +1,105 @@
+
+
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/zx81/systeminfo.xml b/themes/rbsimple-DE/zx81/systeminfo.xml
new file mode 100644
index 000000000..55b546be3
--- /dev/null
+++ b/themes/rbsimple-DE/zx81/systeminfo.xml
@@ -0,0 +1,33 @@
+
+ 5
+
+
+
+ Developer : Sinclair Research
+
+
+ Manufacturer : Timex Corporation
+
+
+ Year of Release : 1981
+
+
+ Units sold : 1.5 million
+
+
+ CPU : Z80 at 3.25 MHz
+
+
+ Memory : 1 KB (64 KB max. 56 KB usable)
+
+
+ Storage : External cassette tape recorder at 250 baud
+
+
+ Display : Monochrome display on UHF television
+
+
+ Graphics : 24 lines x 32 characters or 64 x 48 pixels graphics mode
+
+
+
diff --git a/themes/rbsimple-DE/zx81/theme.xml b/themes/rbsimple-DE/zx81/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/zx81/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+
diff --git a/themes/rbsimple-DE/zxspectrum/colors.xml b/themes/rbsimple-DE/zxspectrum/colors.xml
new file mode 100644
index 000000000..9fcf919a1
--- /dev/null
+++ b/themes/rbsimple-DE/zxspectrum/colors.xml
@@ -0,0 +1,18 @@
+
+ 5
+
+
+
+ CA2825
+
+
+ EDBA01
+
+
+ 009C37
+
+
+ 02559C
+
+
+
diff --git a/themes/rbsimple-DE/zxspectrum/images/console.svg b/themes/rbsimple-DE/zxspectrum/images/console.svg
new file mode 100644
index 000000000..a8533368b
--- /dev/null
+++ b/themes/rbsimple-DE/zxspectrum/images/console.svg
@@ -0,0 +1,440 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/zxspectrum/images/consolegame.svg b/themes/rbsimple-DE/zxspectrum/images/consolegame.svg
new file mode 100644
index 000000000..3eca3e7e4
--- /dev/null
+++ b/themes/rbsimple-DE/zxspectrum/images/consolegame.svg
@@ -0,0 +1,836 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/zxspectrum/images/game.svg b/themes/rbsimple-DE/zxspectrum/images/game.svg
new file mode 100644
index 000000000..51b8b6d11
--- /dev/null
+++ b/themes/rbsimple-DE/zxspectrum/images/game.svg
@@ -0,0 +1,247 @@
+
+
\ No newline at end of file
diff --git a/themes/rbsimple-DE/zxspectrum/images/logo.svg b/themes/rbsimple-DE/zxspectrum/images/logo.svg
new file mode 100644
index 000000000..951dfd572
--- /dev/null
+++ b/themes/rbsimple-DE/zxspectrum/images/logo.svg
@@ -0,0 +1,58 @@
+
+
+
+
diff --git a/themes/rbsimple-DE/zxspectrum/systeminfo.xml b/themes/rbsimple-DE/zxspectrum/systeminfo.xml
new file mode 100644
index 000000000..f67086dd7
--- /dev/null
+++ b/themes/rbsimple-DE/zxspectrum/systeminfo.xml
@@ -0,0 +1,27 @@
+
+ 5
+
+
+
+ Manufacturer : Sinclair Research
+
+
+ OS : Sinclair BASIC
+
+
+ Year of Release : 1982
+
+
+ Units sold : 5 million
+
+
+ CPU : Z80 @ 3.5 MHz and equivalent
+
+
+ Memory : 16 KB / 48 KB / 128 KB
+
+
+ Media : Cassette tape, 3-inch floppy disk on Spectrum +3
+
+
+
diff --git a/themes/rbsimple-DE/zxspectrum/theme.xml b/themes/rbsimple-DE/zxspectrum/theme.xml
new file mode 100644
index 000000000..fbb954069
--- /dev/null
+++ b/themes/rbsimple-DE/zxspectrum/theme.xml
@@ -0,0 +1,40 @@
+
+ 5
+ ./../theme.xml
+ ./colors.xml
+ ./systeminfo.xml
+
+
+
+ ./images/controller.svg
+
+
+
+
+
+ 262626
+ 262626
+
+
+
+
+
+ ./images/logo.svg
+
+
+ ./images/consolegame.svg
+
+
+
+
+
+ ./images/console.svg
+
+
+
+
+
+ ./images/logo.svg
+
+
+