Rename existing themes

This commit is contained in:
Cadence Ember 2020-05-16 01:25:06 +12:00
parent 040ca310f1
commit 3a191fa3a3
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ let constants = {
// If you want to disable some official themes, then create an entry that replaces this array in config.js.
// Format: `{file: string, name: string}[]`
official: [
{file: "classic", name: "Classic"},
{file: "blue", name: "Classic blue"}
{file: "classic", name: "Vanilla sard"},
{file: "blue", name: "Vanilla sky"},
{file: "pussthecat.org", name: "Dark by PussTheCat.org"}
],
// To add your own theme, create an entry that replaces this array in config.js, then add your theme to it.