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