export const modes = { darkTheme: { theme: 'dark', }, lightTheme: { theme: 'light', }, } as const;