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