Improve modes

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-02-25 10:15:28 +00:00
parent bf14b6e877
commit e1c87b33ca
4 changed files with 81 additions and 137 deletions
+15
View File
@@ -15,4 +15,19 @@ export const allModes = {
themeMode: 'dark',
themeName: 'spotify',
},
'light spotify neutral-1': {
themeMode: 'light',
themeName: 'spotify',
background: 'neutral-1',
},
'light spotify neutral-2': {
themeMode: 'light',
themeName: 'spotify',
background: 'neutral-2',
},
'light spotify neutral-3': {
themeMode: 'light',
themeName: 'spotify',
background: 'neutral-3',
},
} as const;