Allow light theme to be selected
This commit is contained in:
parent
38361fdb22
commit
7ac9395431
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export default {
|
||||||
name: `Light`,
|
name: `Light`,
|
||||||
filename: `light`,
|
filename: `light`,
|
||||||
description: `A light theme for the website, this uses lighter background colours with darker accent colours.`,
|
description: `A light theme for the website, this uses lighter background colours with darker accent colours.`,
|
||||||
show() { return false },
|
show() { return true },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: `Halloween`,
|
name: `Halloween`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue