Pre-Alpha to Alpha Ready

This commit is contained in:
John OReilly
2026-03-16 01:42:17 -04:00
parent 42b7b06dda
commit e6c0baef3b
60 changed files with 12287 additions and 230 deletions

View File

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