export default { colorScheme: { light: { display: { hoverBackground: '{surface.100}', hoverColor: '{surface.800}' } }, dark: { display: { hoverBackground: '{surface.800}', hoverColor: '{surface.0}' } } } };