fix: Wrong theme name for ctoon (#1380)

Sorry, since gray is the default the suffix isn't needed.
This commit is contained in:
Kody 2019-11-24 08:15:29 +01:00 committed by Richie Bendall
parent abba363bd4
commit 8b206eb81c

View file

@ -2,5 +2,5 @@
"copyright": "CTOON",
"url": "https://ctoon.network",
"email": "contact@ctoon.network",
"theme": "material-gray"
}
"theme": "material"
}