rememberM2VicoTheme

fun rememberM2VicoTheme(candlestickCartesianLayerColors: VicoTheme.CandlestickCartesianLayerColors = VicoTheme.CandlestickCartesianLayerColors.fromDefaultColors(getDefaultColors()), columnCartesianLayerColors: List<Color> = listOf(MaterialTheme.colors.primary, MaterialTheme.colors.secondary), lineCartesianLayerColors: List<Color> = columnCartesianLayerColors, elevationOverlayColor: Color = if (isSystemInDarkTheme()) MaterialTheme.colors.onBackground else Color.Transparent, lineColor: Color = MaterialTheme.colors.onBackground.copy(alpha = .2f), textColor: Color = MaterialTheme.colors.onBackground): VicoTheme

Creates and remembers a VicoTheme based on MaterialTheme.colors.