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