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