export default { variables: { colorScheme: { light: { bar: { background: '{surface.100}' } }, dark: { bar: { background: '{surface.800}' } } } } };