💄 Adds lissy theme

This commit is contained in:
Alicia Sykes
2022-04-01 23:54:24 +01:00
parent 7102b25216
commit d9e04564a0
3 changed files with 101 additions and 15 deletions

View File

@@ -48,28 +48,29 @@ module.exports = {
/* List of built-in themes, to be displayed within the theme-switcher dropdown */
builtInThemes: [
'callisto',
'oblivion',
'material',
'material-dark',
'dashy-docs',
'colorful',
'one-dark',
'dracula',
'adventure',
'one-dark',
'lissy',
'nord-frost',
'nord',
'oblivion',
'adventure',
'minimal-dark',
'minimal-light',
'thebe',
'cyberpunk',
'matrix',
'matrix-red',
'color-block',
'glow',
'raspberry-jam',
'bee',
'tiger',
'glow',
'vaporware',
'cyberpunk',
'material-original',
'material-dark-original',
'high-contrast-dark',
@@ -150,7 +151,6 @@ module.exports = {
PAGE_INFO: 'pageInfo',
APP_CONFIG: 'appConfig',
SECTIONS: 'sections',
WIDGETS: 'widgets',
},
/* Amount of time to show splash screen, when enabled, in milliseconds */
splashScreenTime: 1000,