export default { colorScheme: { light: { indicator: { background: '{surface.200}', hoverBackground: '{surface.300}', activeBackground: '{primary.color}' } }, dark: { indicator: { background: '{surface.700}', hoverBackground: '{surface.600}', activeBackground: '{primary.color}' } } } };