---
layout: default
title: Theme
parent: Configuration
nav_order: 11
---

# Theme

The theme section configures the theme and style Authelia uses.

There are currently 3 available themes for Authelia:
* light (default)
* dark
* grey

## Configuration

```yaml
# The theme to display: light, dark, grey
theme: light
```