From 8b206eb81ce2decc3633c309c8d88d302299a414 Mon Sep 17 00:00:00 2001 From: Kody Date: Sun, 24 Nov 2019 08:15:29 +0100 Subject: [PATCH] fix: Wrong theme name for ctoon (#1380) Sorry, since gray is the default the suffix isn't needed. --- users/ctoon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/ctoon.json b/users/ctoon.json index 14bb8bfb..b6afe3d0 100644 --- a/users/ctoon.json +++ b/users/ctoon.json @@ -2,5 +2,5 @@ "copyright": "CTOON", "url": "https://ctoon.network", "email": "contact@ctoon.network", - "theme": "material-gray" -} \ No newline at end of file + "theme": "material" +}