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 100%
rename from templates/light/footer.inc.html
rename to templates/fadeit/footer.inc.html
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/light/signature.html b/templates/fadeit/signature.html
similarity index 100%
rename from templates/light/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"
-}