light

@Composable
fun light(background: Color = Color.Transparent, backgroundDisabled: Color = background, backgroundFocused: Color = background, backgroundPressed: Color = IntUiLightTheme.colors.gray(14).copy(alpha = 0.1f), backgroundHovered: Color = backgroundPressed, nonEditableBackground: Color = White, content: Color = IntUiLightTheme.colors.gray(1), contentDisabled: Color = IntUiLightTheme.colors.gray(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content): ComboBoxColors