dark

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