<div class='type'>Function</div>


<a id='references'></a>


<h2 id="expressivelightcolorscheme">expressiveLightColorScheme</h2>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
@ExperimentalMaterial3ExpressiveApi
fun expressiveLightColorScheme() =
    lightColorScheme(
        onPrimaryContainer = PaletteTokens.Primary30,
        onSecondaryContainer = PaletteTokens.Secondary30,
        onTertiaryContainer = PaletteTokens.Tertiary30,
        onErrorContainer = PaletteTokens.Error30,
    )
```


Returns a light Material color scheme.

The default color scheme for `MaterialExpressiveTheme`. For dark mode, use `darkColorScheme`.

Example of MaterialExpressiveTheme toggling expressiveLightColorScheme and darkTheme.