fun dark(background: Color = Color.Transparent, backgroundDisabled: Color = background, backgroundFocused: Color = background, backgroundPressed: Color = Color(0x0D000000), backgroundHovered: Color = backgroundPressed, content: Color = IntUiDarkTheme.colors.gray(12), contentDisabled: Color = IntUiDarkTheme.colors.gray(7), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, iconTint: Color = IntUiDarkTheme.colors.gray(10), iconTintDisabled: Color = IntUiDarkTheme.colors.gray(6), iconTintFocused: Color = iconTint, iconTintPressed: Color = iconTint, iconTintHovered: Color = iconTint): DropdownColors
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, content: Color = IntUiLightTheme.colors.gray(1), contentDisabled: Color = IntUiLightTheme.colors.gray(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, iconTint: Color = IntUiLightTheme.colors.gray(7), iconTintDisabled: Color = IntUiLightTheme.colors.gray(9), iconTintFocused: Color = iconTint, iconTintPressed: Color = iconTint, iconTintHovered: Color = iconTint): DropdownColors