export const allModes = { dark: { theme: 'dark', }, light: { theme: 'light', }, } as const;