Pre-Alpha to Alpha Ready
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
const SVG_SUN = '<span class="fa-icon fa-icon-sun-bright fa-icon--theme" style="--icon-size:17px;"></span>';
|
||||
const SVG_MOON = '<span class="fa-icon fa-icon-moon-stars fa-icon--theme" style="--icon-size:15px;"></span>';
|
||||
const SVG_GLASS = '<span class="fa-icon fa-icon-sparkles fa-icon--theme" style="--icon-size:16px;"></span>';
|
||||
const SVG_RETRO = '<span class="fa-icon fa-icon-tv-retro fa-icon--theme" style="--icon-size:16px;"></span>';
|
||||
const THEME_ORDER = ['dark', 'light', 'glass', '70retro'];
|
||||
const THEME_ORDER = ['dark', 'light', 'glass'];
|
||||
const THEME_CONFIG = {
|
||||
dark: {
|
||||
icon: SVG_MOON,
|
||||
@@ -24,11 +23,6 @@
|
||||
icon: SVG_GLASS,
|
||||
href: 'SVS-MSP-Calculator-glass.css',
|
||||
label: 'Glass'
|
||||
},
|
||||
'70retro': {
|
||||
icon: SVG_RETRO,
|
||||
href: 'SVS-MSP-Calculator-70retro.css',
|
||||
label: '70s Retro'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user