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