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