chipColors

fun chipColors(containerColor: Color = COUITheme.colorScheme.secondaryVariant, selectedContainerColor: Color = COUITheme.colorScheme.primary, disabledContainerColor: Color = COUITheme.colorScheme.disabledSecondaryVariant, selectedDisabledContainerColor: Color = COUITheme.colorScheme.disabledPrimaryButton, contentColor: Color = COUITheme.colorScheme.onSurface, selectedContentColor: Color = COUITheme.colorScheme.onPrimary, disabledContentColor: Color = COUITheme.colorScheme.disabledOnSecondaryVariant, selectedDisabledContentColor: Color = COUITheme.colorScheme.disabledOnPrimaryButton): ChipColors

The default ChipColors, mapping the Widget.COUI.Chip color attributes: uncheckedBackgroundColor/uncheckedDisabledBackgroundColor = couiColorContainer8, checkedBackgroundColor = couiColorPrimary, checkedDisabledBackgroundColor = couiColorDisable, uncheckedTextColor = couiColorLabelPrimary, checkedTextColor = couiColorLabelOnColor and the chip_checked/unchecked_text_disable_color selectors.