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