Add the high contrast theme to the selector
This commit is contained in:
parent
23a38dfc4f
commit
c6d9cb0455
1 changed files with 7 additions and 1 deletions
|
|
@ -57,11 +57,17 @@ export default {
|
||||||
{
|
{
|
||||||
name: `Halloween`,
|
name: `Halloween`,
|
||||||
filename: `halloween`,
|
filename: `halloween`,
|
||||||
description: `This exlusive theme only shows up around Halloween, make sure to use it while you can!`,
|
description: `This elusive theme only shows up around Halloween, make sure to use it while you can!`,
|
||||||
show() {
|
show() {
|
||||||
let date = new Date();
|
let date = new Date();
|
||||||
return date.getMonth() == 9;
|
return date.getMonth() == 9;
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: `High Contrast (Dark)`,
|
||||||
|
filename: `dark-high-contrast`,
|
||||||
|
description: `This theme is designed to be as high contrast as possible for those who need it.`,
|
||||||
|
show() { return true },
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}},
|
}},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue