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

```kotlin
object MaterialTheme
```

Contains functions to access the current theme values provided at the call site's position in the
hierarchy.

## Properties

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

```kotlin
val colorScheme: ColorScheme
```

Retrieves the current [ColorScheme](/jetpack-compose/androidx.tv/tv-material/classes/ColorScheme) at the call site's position in the hierarchy.

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

```kotlin
val typography: Typography
```

Retrieves the current [Typography](/jetpack-compose/androidx.tv/tv-material/classes/Typography) at the call site's position in the hierarchy.

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

```kotlin
val shapes: Shapes
```

Retrieves the current [Shapes](/jetpack-compose/androidx.tv/tv-material/classes/Shapes) at the call site's position in the hierarchy.