Added Chalkboard and Classroom themes

Combined DicerRoller and Chart
Centered Title
Standardized UI Sizes across themes.
This commit is contained in:
Giac
2025-12-14 15:52:16 -06:00
parent f161d4f5c0
commit 85a51a1fda
12 changed files with 652 additions and 105 deletions

View File

@@ -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';