From fc5aa86654f21a01dfe142c27a31524406cb12aa Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 6 Jul 2022 20:12:20 +0200 Subject: [PATCH] (slate-DE) Added support for the Fujitsu FM Towns (fmtowns) game system. --- themes/slate-DE/MISSING.md | 1 + themes/slate-DE/fmtowns/colors.xml | 16 + themes/slate-DE/fmtowns/images/console.svg | 3 + .../slate-DE/fmtowns/images/consolegame.svg | 3 + themes/slate-DE/fmtowns/images/controller.svg | 3 + themes/slate-DE/fmtowns/images/logo.svg | 323 ++++++++++++++++++ themes/slate-DE/fmtowns/systeminfo.xml | 28 ++ themes/slate-DE/fmtowns/theme.xml | 20 ++ 8 files changed, 397 insertions(+) create mode 100644 themes/slate-DE/fmtowns/colors.xml create mode 100644 themes/slate-DE/fmtowns/images/console.svg create mode 100644 themes/slate-DE/fmtowns/images/consolegame.svg create mode 100644 themes/slate-DE/fmtowns/images/controller.svg create mode 100644 themes/slate-DE/fmtowns/images/logo.svg create mode 100644 themes/slate-DE/fmtowns/systeminfo.xml create mode 100644 themes/slate-DE/fmtowns/theme.xml diff --git a/themes/slate-DE/MISSING.md b/themes/slate-DE/MISSING.md index 3727278c3..87ba47ea9 100644 --- a/themes/slate-DE/MISSING.md +++ b/themes/slate-DE/MISSING.md @@ -28,6 +28,7 @@ * desktop: Desktop applications - consolegame.svg, console.svg, controller.svg * dragon32: Dragon 32 - consolegame.svg, console.svg, controller.svg, game.svg * epic: Epic Games Store - consolegame.svg, console.svg, controller.svg, game.svg +* fmtowns: Fujitsu FM Towns - consolegame.svg, console.svg, controller.svg, game.svg * gx4000: Amstrad GX4000 - consolegame.svg, console.svg, controller.svg, game.svg * intellivision: Intellivision - consolegame.svg, console.svg, controller.svg, game.svg * j2me: Java 2 Micro Edition (J2ME) - consolegame.svg, console.svg, controller.svg, game.svg diff --git a/themes/slate-DE/fmtowns/colors.xml b/themes/slate-DE/fmtowns/colors.xml new file mode 100644 index 000000000..cf0a4b6e3 --- /dev/null +++ b/themes/slate-DE/fmtowns/colors.xml @@ -0,0 +1,16 @@ + + + + 9D9D9D + + + 009971 + + + 606875 + + + 151619 + + + \ No newline at end of file diff --git a/themes/slate-DE/fmtowns/images/console.svg b/themes/slate-DE/fmtowns/images/console.svg new file mode 100644 index 000000000..345a518f0 --- /dev/null +++ b/themes/slate-DE/fmtowns/images/console.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/slate-DE/fmtowns/images/consolegame.svg b/themes/slate-DE/fmtowns/images/consolegame.svg new file mode 100644 index 000000000..345a518f0 --- /dev/null +++ b/themes/slate-DE/fmtowns/images/consolegame.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/slate-DE/fmtowns/images/controller.svg b/themes/slate-DE/fmtowns/images/controller.svg new file mode 100644 index 000000000..345a518f0 --- /dev/null +++ b/themes/slate-DE/fmtowns/images/controller.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/slate-DE/fmtowns/images/logo.svg b/themes/slate-DE/fmtowns/images/logo.svg new file mode 100644 index 000000000..5ebde7c7a --- /dev/null +++ b/themes/slate-DE/fmtowns/images/logo.svg @@ -0,0 +1,323 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/slate-DE/fmtowns/systeminfo.xml b/themes/slate-DE/fmtowns/systeminfo.xml new file mode 100644 index 000000000..e8152806a --- /dev/null +++ b/themes/slate-DE/fmtowns/systeminfo.xml @@ -0,0 +1,28 @@ + + + + Manufacturer: Fujitsu + + + Released: 1989 + + + The Fujitsu FM Towns series of computers were produced + + + between 1989 and 1997. They started as a proprietary PC + + + variant intended for multimedia applications and games + + + but later became more compatible with IBM PCs. In 1993 + + + the FM Towns Marty was released, a game console + + + compatible with existing FM Towns games. + + + \ No newline at end of file diff --git a/themes/slate-DE/fmtowns/theme.xml b/themes/slate-DE/fmtowns/theme.xml new file mode 100644 index 000000000..e8e0bc8a7 --- /dev/null +++ b/themes/slate-DE/fmtowns/theme.xml @@ -0,0 +1,20 @@ + + ./../theme.xml + ./colors.xml + ./systeminfo.xml + + + + ./images/controller.svg + + + + + + ./images/logo.svg + + + ./images/consolegame.svg + + + \ No newline at end of file