rememberM3VicoTheme
fun rememberM3VicoTheme(candlestickCartesianLayerColors: VicoTheme.CandlestickCartesianLayerColors = VicoTheme.CandlestickCartesianLayerColors.fromDefaultColors(getDefaultColors()), columnCartesianLayerColors: List<Color> = MaterialTheme.colorScheme.run { listOf(primary, secondary, tertiary) }, lineCartesianLayerColors: List<Color> = columnCartesianLayerColors, lineColor: Color = MaterialTheme.colorScheme.outline, textColor: Color = MaterialTheme.colorScheme.onBackground): VicoTheme
Creates and remembers a VicoTheme based on MaterialTheme.colorScheme.