export default { colorScheme: { light: { root: { background: '{surface.100}', textColor: '{surface.800}' } }, dark: { root: { background: '{surface.700}', textColor: '{surface.0}' } } } };