<h2 id="glimmertheme-colors-typography-componentspacingvalues-content">GlimmerTheme</h2>

<div class='sourceset sourceset-android'>Android</div>

```kotlin
@Composable
public fun GlimmerTheme(
    colors: Colors = GlimmerTheme.colors,
    typography: Typography = GlimmerTheme.typography,
    componentSpacingValues: ComponentSpacingValues = GlimmerTheme.componentSpacingValues,
    content: @Composable () -> Unit,
)
```

#### Parameters

| | |
| --- | --- |
| colors | [Colors](/jetpack-compose/androidx.xr.glimmer/glimmer/classes/Colors) used by components within this hierarchy |
| typography | [Typography](/jetpack-compose/androidx.xr.glimmer/glimmer/classes/Typography) used by components within this hierarchy |
| componentSpacingValues | [ComponentSpacingValues](/jetpack-compose/androidx.xr.glimmer/glimmer/classes/ComponentSpacingValues) used by components within this hierarchy |
| content | The content that can retrieve values from this theme |