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