fun light(background: Color = Color.Transparent, backgroundDisabled: Color = background, backgroundFocused: Color = background, backgroundPressed: Color = IntUiLightTheme.colors.grey(14).copy(alpha = 0.1f), backgroundHovered: Color = backgroundPressed, content: Color = IntUiLightTheme.colors.grey(1), contentDisabled: Color = IntUiLightTheme.colors.grey(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, iconTint: Color = IntUiLightTheme.colors.grey(7), iconTintDisabled: Color = IntUiLightTheme.colors.grey(9), iconTintFocused: Color = iconTint, iconTintPressed: Color = iconTint, iconTintHovered: Color = iconTint): DropdownColors