dark

@Composable
fun dark(background: Color = Color.Transparent, backgroundDisabled: Color = background, backgroundFocused: Color = background, backgroundPressed: Color = Color(0x0D000000), backgroundHovered: Color = backgroundPressed, nonEditableBackground: Color = IntUiDarkTheme.colors.gray(3), content: Color = IntUiDarkTheme.colors.gray(12), contentDisabled: Color = IntUiDarkTheme.colors.gray(7), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content): ComboBoxColors