Moved themes from diceRoller
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
export const themeNames = ['win95', 'cyberpunk', 'typewriter', 'nightmare', 'vaporwave', 'nintendo'];
|
||||
export const themeNames = ['win95', 'cyberpunk', 'typewriter', 'nightmare', 'sludge', 'nintendo'];
|
||||
|
||||
export const themeDisplayNames = {
|
||||
win95: 'Windows 95',
|
||||
win95: 'Win 95',
|
||||
cyberpunk: 'Cyberpunk',
|
||||
typewriter: 'Typewriter',
|
||||
nightmare: 'Nightmare',
|
||||
vaporwave: 'Vaporwave',
|
||||
sludge: 'Sludge',
|
||||
nintendo: 'Nintendo'
|
||||
};
|
||||
|
||||
@@ -15,6 +15,6 @@ import './win95.css';
|
||||
import './cyberPunk.css';
|
||||
import './typewriter.css';
|
||||
import './nightmare.css';
|
||||
import './vaporWave.css';
|
||||
import './sludge.css';
|
||||
import './nintendo.css';
|
||||
import './general.css';
|
||||
Reference in New Issue
Block a user