light

@Composable
fun light(background: Color = IntUiLightTheme.colors.grey(14), backgroundDisabled: Color = IntUiLightTheme.colors.grey(13), backgroundFocused: Color = background, backgroundPressed: Color = background, backgroundHovered: Color = background, backgroundWarning: Color = background, backgroundError: Color = background, content: Color = IntUiLightTheme.colors.grey(1), contentDisabled: Color = IntUiLightTheme.colors.grey(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, contentWarning: Color = content, contentError: Color = content, border: Color = IntUiLightTheme.colors.grey(9), borderDisabled: Color = IntUiLightTheme.colors.grey(11), borderFocused: Color = IntUiLightTheme.colors.blue(4), borderPressed: Color = border, borderHovered: Color = border, borderWarning: Color = IntUiLightTheme.colors.yellow(4), borderError: Color = IntUiLightTheme.colors.red(4), iconTint: Color = IntUiLightTheme.colors.grey(7), iconTintDisabled: Color = IntUiLightTheme.colors.grey(9), iconTintFocused: Color = iconTint, iconTintPressed: Color = iconTint, iconTintHovered: Color = iconTint, iconTintWarning: Color = iconTint, iconTintError: Color = iconTint): IntUiDropdownColors