dark

@Composable
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