export default {
colorScheme: {
light: {
item: {
background: '{surface.100}',
backgroundHover: '{surface.200}',
textColor: '{surface.600}',
textColorHover: '{surface.700}'
}
},
dark: {}
};