Add modes + a11y
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
export const allModes = {
|
||||
'light backstage': {
|
||||
themeMode: 'light',
|
||||
themeName: 'backstage',
|
||||
},
|
||||
'dark backstage': {
|
||||
themeMode: 'dark',
|
||||
themeName: 'backstage',
|
||||
},
|
||||
'light spotify': {
|
||||
themeMode: 'light',
|
||||
themeName: 'spotify',
|
||||
},
|
||||
'dark spotify': {
|
||||
themeMode: 'dark',
|
||||
themeName: 'spotify',
|
||||
},
|
||||
} as const;
|
||||
Reference in New Issue
Block a user