slider Colors
fun sliderColors(foregroundColor: Color = COUITheme.colorScheme.primary, disabledForegroundColor: Color = COUITheme.colorScheme.disabledPrimarySlider, backgroundColor: Color = COUITheme.colorScheme.sliderBackground, disabledBackgroundColor: Color = COUITheme.colorScheme.disabledSecondary, thumbColor: Color = COUITheme.colorScheme.onPrimary, disabledThumbColor: Color = COUITheme.colorScheme.disabledOnPrimary, keyPointColor: Color = COUITheme.colorScheme.sliderKeyPoint, keyPointForegroundColor: Color = COUITheme.colorScheme.sliderKeyPointForeground): SliderColors