From 8aca6be7ea9783574e87c1a1d6f793d7e7b1d5d2 Mon Sep 17 00:00:00 2001 From: Ryan Harrington Date: Thu, 28 May 2020 17:54:19 -0600 Subject: [PATCH] fix: neon theme name changed to miami --- public/themes/list.json | 2 +- public/themes/{neon.css => miami.css} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename public/themes/{neon.css => miami.css} (100%) diff --git a/public/themes/list.json b/public/themes/list.json index 05f27e0cc..0d50467b4 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -22,5 +22,5 @@ "metaverse", "shadow", "mint", - "neon" + "miami" ] diff --git a/public/themes/neon.css b/public/themes/miami.css similarity index 100% rename from public/themes/neon.css rename to public/themes/miami.css