export default { inputMultiple: { background: '{form.field.background}', disabledBackground: '{form.field.disabled.background}', filledBackground: '{form.field.filled.background}', filledFocusBackground: '{form.field.filled.focus.background}', borderColor: '{form.field.border.color}', hoverBorderColor: '{form.field.hover.border.color}', focusBorderColor: '{form.field.focus.border.color}', invalidBorderColor: '{form.field.invalid.border.color}', color: '{form.field.color}', disabledColor: '{form.field.disabled.color}', placeholderColor: '{form.field.placeholder.color}', boxShadow: '{form.field.box.shadow}' }, colorScheme: { light: { chip: { background: '{surface.100}', focusBackground: '{surface.200}', color: '{surface.800}', focusColor: '{surface.900}' }, overlay: { background: '{surface.0}', borderColor: '{surface.200}', color: '{surface.700}' }, item: { focusBackground: '{surface.100}', selectedBackground: '{highlight.background}', selectedFocusBackground: '{highlight.background.focus}', color: '{surface.700}', focusColor: '{surface.800}', selectedColor: '{highlight.text.color}', selectedFocusColor: '{highlight.text.color.focus}' }, itemGroup: { background: '{surface.0}', color: '{surface.500}' } }, dark: { chip: { background: '{surface.700}', focusBackground: '{surface.600}', color: '{surface.0}', focusColor: '{surface.0}' }, overlay: { background: '{surface.900}', borderColor: '{surface.700}', color: '{surface.0}' }, item: { focusBackground: '{surface.800}', selectedBackground: '{highlight.background}', selectedFocusBackground: '{highlight.background.focus}', color: '{surface.0}', focusColor: '{surface.0}', selectedColor: '{highlight.text.color}', selectedFocusColor: '{highlight.text.color.focus}' }, itemGroup: { background: '{surface.0}', color: '{surface.400}' } } } };