Added Chalkboard and Classroom themes
Combined DicerRoller and Chart Centered Title Standardized UI Sizes across themes.
This commit is contained in:
@@ -1,19 +1,23 @@
|
||||
export const themeNames = ['win95', 'cyberpunk', 'typewriter', 'nightmare', 'sludge', 'nintendo'];
|
||||
export const themeNames = ['chalkboard', 'classroom', 'cyberpunk', 'nightmare', 'nintendo', 'sludge', 'typewriter', 'win95'];
|
||||
|
||||
export const themeDisplayNames = {
|
||||
win95: 'Win 95',
|
||||
chalkboard: 'Chalkboard',
|
||||
classroom: 'Classroom',
|
||||
cyberpunk: 'Cyberpunk',
|
||||
typewriter: 'Typewriter',
|
||||
nightmare: 'Nightmare',
|
||||
nintendo: 'Nintendo',
|
||||
sludge: 'Sludge',
|
||||
nintendo: 'Nintendo'
|
||||
typewriter: 'Typewriter',
|
||||
win95: 'Win 95'
|
||||
};
|
||||
|
||||
// Import all theme CSS files
|
||||
// These will be bundled and applied globally
|
||||
import './win95.css';
|
||||
import './chalkboard.css';
|
||||
import './classroom.css';
|
||||
import './cyberPunk.css';
|
||||
import './typewriter.css';
|
||||
import './nightmare.css';
|
||||
import './sludge.css';
|
||||
import './nintendo.css';
|
||||
import './sludge.css';
|
||||
import './typewriter.css';
|
||||
import './win95.css';
|
||||
Reference in New Issue
Block a user