export default { colorScheme: { light: { root: { background: '{surface.200}' } }, dark: { root: { background: '{surface.700}' } } } };