fun dark(background: Color = Color.Transparent, backgroundDisabled: Color = background, backgroundFocused: Color = background, backgroundPressed: Color = Color(0x0D000000), backgroundHovered: Color = backgroundPressed, content: Color = IntUiDarkTheme.colors.grey(12), contentDisabled: Color = IntUiDarkTheme.colors.grey(7), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, iconTint: Color = IntUiDarkTheme.colors.grey(10), iconTintDisabled: Color = IntUiDarkTheme.colors.grey(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.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