export default { colorScheme: { light: { background: 'rgba(0,0,0,0.1)' }, dark: { background: 'rgba(255,255,255,0.3)' } } };