export default {
colorScheme: {
light: {
bar: {
background: '{surface.100}'
}
},
dark: {
background: '{surface.800}'
};