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
fun light(background: Color = IntUiLightTheme.colors.grey(14), backgroundDisabled: Color = IntUiLightTheme.colors.grey(13), backgroundSelected: Color = IntUiLightTheme.colors.blue(4), content: Color = IntUiLightTheme.colors.grey(1), contentDisabled: Color = IntUiLightTheme.colors.grey(8), contentSelected: Color = content, checkboxBorder: Color = IntUiLightTheme.colors.grey(8), borderDisabled: Color = IntUiLightTheme.colors.grey(11), borderSelected: Color = IntUiLightTheme.colors.blue(4)): IntUiCheckboxColors