diff --git a/templates/dark/conf.json b/templates/dark/conf.json
deleted file mode 100644
index 02a5253..0000000
--- a/templates/dark/conf.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "id": "dark",
- "signature": "Best regards,",
- "name": "The dark mail team",
- "contactMain": "Call (45) 80100100 or email us at",
- "contactMail": "info@dark.dk",
- "slogan": "LED Pylon. LED Wall. Digital Signage.",
- "logoUrl": "/assets/dark.png",
- "logoAlt": "dark logo",
- "website": "http://dark.dk"
-}
diff --git a/templates/fadeit/conf.json b/templates/fadeit/conf.json
new file mode 100644
index 0000000..76d42ad
--- /dev/null
+++ b/templates/fadeit/conf.json
@@ -0,0 +1,72 @@
+[
+ {
+ "id": "dan",
+ "signature": "Med venlig hilsen / best regards,",
+ "name": "Dan Mindru",
+ "position": "Interaction Designer",
+ "welcome": "Hi there,",
+ "introParagraph": "Thank your for your message.",
+ "contactMain": "Call (+45) 52783387 or email me at",
+ "contactMail": "dm@fadeit.dk",
+ "contactSecondary": "Thorsagervej 11-13, 8550 Ryomgård, Denmark",
+ "logoUrl": "https://fadeit.dk/src/assets/img/brand/fadeit-logo.png",
+ "logoAlt": "fadeit logo",
+ "website": "https://fadeit.dk"
+ },
+ {
+ "id": "lars",
+ "signature": "Med venlig hilsen / best regards,",
+ "name": "Lars Normark Holmgaard",
+ "position": "CEO",
+ "welcome": "Hi there,",
+ "introParagraph": "Thank your for your message.",
+ "contactMain": "Call (+45) 81100200 or email me at",
+ "contactMail": "lnh@fadeit.dk",
+ "contactSecondary": "Thorsagervej 11-13, 8550 Ryomgård, Denmark",
+ "logoUrl": "https://fadeit.dk/src/assets/img/brand/fadeit-logo.png",
+ "logoAlt": "fadeit logo",
+ "website": "https://fadeit.dk"
+ },
+ {
+ "id": "sander",
+ "signature": "Med venlig hilsen / best regards,",
+ "name": "Sander Sink",
+ "position": "Software Developer",
+ "welcome": "Hi there,",
+ "introParagraph": "Thank your for your message.",
+ "contactMain": "Call (+372) 53308767 or email me at",
+ "contactMail": "ss@fadeit.dk",
+ "contactSecondary": "Thorsagervej 11-13, 8550 Ryomgård, Denmark",
+ "logoUrl": "https://fadeit.dk/src/assets/img/brand/fadeit-logo.png",
+ "logoAlt": "fadeit logo",
+ "website": "https://fadeit.dk"
+ },
+ {
+ "id": "justas",
+ "signature": "Med venlig hilsen / best regards,",
+ "name": "Justas Azna",
+ "position": "Software Engineer",
+ "welcome": "Hi,",
+ "introParagraph": "Thank your for your message.",
+ "contactMain": "Call (+45) 81101101 or email me at",
+ "contactMail": "ja@fadeit.dk",
+ "contactSecondary": "Thorsagervej 11-13, 8550 Ryomgård, Denmark",
+ "logoUrl": "https://fadeit.dk/src/assets/img/brand/fadeit-logo.png",
+ "logoAlt": "fadeit logo",
+ "website": "https://fadeit.dk"
+ },
+ {
+ "id": "mie",
+ "signature": "Med venlig hilsen / best regards,",
+ "name": "Mie Bøgh Noes",
+ "position": "Bogholderi",
+ "welcome": "Hej,",
+ "introParagraph": "Thank your for your message.",
+ "contactMain": "Call (+45) 81100200 or email me at",
+ "contactMail": "mbn@fadeit.dk",
+ "contactSecondary": "Thorsagervej 11-13, 8550 Ryomgård, Denmark",
+ "logoUrl": "https://fadeit.dk/src/assets/img/brand/fadeit-logo.png",
+ "logoAlt": "fadeit logo",
+ "website": "https://fadeit.dk"
+ }
+]
diff --git a/templates/light/footer.inc.html b/templates/fadeit/footer.inc.html
similarity index 99%
rename from templates/light/footer.inc.html
rename to templates/fadeit/footer.inc.html
index 3304155..d664b59 100644
--- a/templates/light/footer.inc.html
+++ b/templates/fadeit/footer.inc.html
@@ -33,4 +33,4 @@
-
\ No newline at end of file
+
diff --git a/templates/light/full-mail.html b/templates/fadeit/full-mail.html
similarity index 100%
rename from templates/light/full-mail.html
rename to templates/fadeit/full-mail.html
diff --git a/templates/light/head.inc.html b/templates/fadeit/head.inc.html
similarity index 100%
rename from templates/light/head.inc.html
rename to templates/fadeit/head.inc.html
diff --git a/templates/light/light.css b/templates/fadeit/light.css
similarity index 100%
rename from templates/light/light.css
rename to templates/fadeit/light.css
diff --git a/templates/light/signature-reply.html b/templates/fadeit/signature-reply.html
similarity index 100%
rename from templates/light/signature-reply.html
rename to templates/fadeit/signature-reply.html
diff --git a/templates/dark/signature.html b/templates/fadeit/signature.html
similarity index 100%
rename from templates/dark/signature.html
rename to templates/fadeit/signature.html
diff --git a/templates/light/assets/light.png b/templates/light/assets/light.png
deleted file mode 100644
index fff17b1..0000000
Binary files a/templates/light/assets/light.png and /dev/null differ
diff --git a/templates/light/conf.json b/templates/light/conf.json
deleted file mode 100644
index 4d65d66..0000000
--- a/templates/light/conf.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "id": "light",
- "signature": "Yours truly,",
- "name": "The light mail team",
- "welcome": "Hi there,",
- "introParagraph": "Thanks for writing up this email.
We are delighted to reply with a responsive template.",
- "contactMain": "Call 80100100 or email us at",
- "contactMail": "info@light.dk",
- "contactSecondary": "Happy Steet 31, DK-8000 Aarhus C, Denmark",
- "logoUrl": "/assets/light.png",
- "logoAlt": "light logo",
- "website": "http://light.dk"
-}
diff --git a/templates/dark/assets/dark.png b/templates/play/assets/dark.png
similarity index 100%
rename from templates/dark/assets/dark.png
rename to templates/play/assets/dark.png
diff --git a/templates/play/conf.json b/templates/play/conf.json
new file mode 100644
index 0000000..55e22d4
--- /dev/null
+++ b/templates/play/conf.json
@@ -0,0 +1,44 @@
+[
+ {
+ "id": "lars",
+ "signature": "Med venlig hilsen / best regards,",
+ "name": "Lars Normark Holmgaard",
+ "position": "CEO, Partner",
+ "contactMain": "Call (+45) 81101020 or email me at",
+ "contactMail": "lnh@tryplay.dk",
+ "contactAddress": "Thorsagervej 11-13, 8550 Ryomgård, Denmark",
+ "slogan": "LED Pylon. LED Wall. Digital Signage.",
+ "logoUrl": "https://playsignage.com/manage/assets/images/play-logo.png",
+ "logoAlt": "Play. logo",
+ "website": "https://playsignage.com",
+ "byText": "Play is proudly made by fadeit. Read more on"
+ },
+ {
+ "id": "justas",
+ "signature": "Med venlig hilsen / best regards,",
+ "name": "Justas Azna",
+ "position": "Software Engineer / Co-founder",
+ "contactMain": "Call (+45) 81101101 or email me at",
+ "contactMail": "justas@playsignage.com",
+ "contactAddress": "Thorsagervej 11-13, 8550 Ryomgård, Denmark",
+ "slogan": "Play. Digital Signage",
+ "logoUrl": "https://playsignage.com/manage/assets/images/play-logo.png",
+ "logoAlt": "Play. logo",
+ "website": "https://playsignage.com",
+ "byText": "Play is proudly made by fadeit. Read more on"
+ },
+ {
+ "id": "anette",
+ "signature": "Med venlig hilsen / best regards,",
+ "name": "Anette Jæger",
+ "position": "Key Account Manager Jylland",
+ "contactMain": "Call (+45) 26335244 or email me at",
+ "contactMail": "aj@tryplay.dk",
+ "contactAddress": "Thorsagervej 11-13, 8550 Ryomgård, Denmark",
+ "slogan": "LED Pylon. LED Wall. Digital Signage.",
+ "logoUrl": "https://playsignage.com/manage/assets/images/play-logo.png",
+ "logoAlt": "Play. logo",
+ "website": "https://playsignage.com",
+ "byText": "Play is proudly made by fadeit. Read more on"
+ }
+]
diff --git a/templates/dark/dark.css b/templates/play/dark.css
similarity index 100%
rename from templates/dark/dark.css
rename to templates/play/dark.css
diff --git a/templates/dark/footer.inc.html b/templates/play/footer.inc.html
similarity index 100%
rename from templates/dark/footer.inc.html
rename to templates/play/footer.inc.html
diff --git a/templates/dark/head.inc.html b/templates/play/head.inc.html
similarity index 100%
rename from templates/dark/head.inc.html
rename to templates/play/head.inc.html
diff --git a/templates/dark/signature-reply.html b/templates/play/signature-reply.html
similarity index 100%
rename from templates/dark/signature-reply.html
rename to templates/play/signature-reply.html
diff --git a/templates/light/signature.html b/templates/play/signature.html
similarity index 100%
rename from templates/light/signature.html
rename to templates/play/signature.html