From 55a59a09bb5d174ce876a7a60178e16030b9b991 Mon Sep 17 00:00:00 2001 From: Susan Lin Date: Thu, 29 Oct 2020 22:36:13 -0400 Subject: [PATCH] adds dark magic girl and magic girl to list of theme names --- public/themes/list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/themes/list.json b/public/themes/list.json index e60b69c1e..3f8627222 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -4,6 +4,11 @@ "bgColor": "#111", "textColor": "#eee" }, + { + "name": "dark_magic_girl", + "bgColor": "#091f2c", + "textColor": "#a288d9" + }, { "name": "8008", "bgColor": "#333a45", @@ -54,6 +59,11 @@ "bgColor": "#313231", "textColor": "#a5a096" }, + { + "name": "magic_girl", + "bgColor": "#ffffff", + "textColor": "#00ac8c" + }, { "name": "metropolis", "bgColor": "#0f1f2c",