0
0
Fork 0

Allow light theme to be selected

This commit is contained in:
Oliver-Akins 2020-10-30 22:39:12 -06:00
parent 38361fdb22
commit 7ac9395431

View file

@ -52,7 +52,7 @@ export default {
name: `Light`,
filename: `light`,
description: `A light theme for the website, this uses lighter background colours with darker accent colours.`,
show() { return false },
show() { return true },
},
{
name: `Halloween`,