export default { colorScheme: { light: { item: { background: '{surface.100}', hoverBackground: '{surface.200}', color: '{surface.600}', hoverColor: '{surface.700}' } }, dark: { item: { background: '{surface.800}', hoverBackground: '{surface.700}', color: '{surface.300}', hoverColor: '{surface.200}' } } } };