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