dark

@Composable
fun dark(background: Color = Color.Unspecified, backgroundDisabled: Color = IntUiDarkTheme.colors.grey(3), backgroundSelected: Color = IntUiDarkTheme.colors.blue(6), content: Color = Color.Unspecified, contentDisabled: Color = IntUiDarkTheme.colors.grey(7), contentSelected: Color = content): IntUiCheckboxColors