diff --git a/src/lib/constants.js b/src/lib/constants.js index 1bd5fed..2c8ef93 100644 --- a/src/lib/constants.js +++ b/src/lib/constants.js @@ -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.