export default { colorScheme: { light: { navigator: { color: '{surface.500}', colorHover: '{surface.600}', backgroundHover: '{surface.100}' }, indicator: { background: '{surface.200}', backgroundHover: '{surface.300}', backgroundActive: '{primary.color}' } }, dark: { navigator: { color: '{surface.400}', colorHover: '{surface.300}', backgroundHover: '{surface.800}' }, indicator: { background: '{surface.700}', backgroundHover: '{surface.600}', backgroundActive: '{primary.color}' } } } };