From 3a191fa3a36fbd3d27109ff6072ba3379157dfc2 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Sat, 16 May 2020 01:25:06 +1200 Subject: [PATCH] Rename existing themes --- src/lib/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.