2021-01-20 12:07:40 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
title: Theme
|
|
|
|
parent: Configuration
|
|
|
|
nav_order: 11
|
|
|
|
---
|
|
|
|
|
|
|
|
# Theme
|
|
|
|
|
|
|
|
The theme section configures the theme and style Authelia uses.
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
theme: light
|
2021-04-11 11:25:03 +00:00
|
|
|
```
|
2021-04-12 03:21:19 +00:00
|
|
|
|
|
|
|
## Options
|
|
|
|
|
|
|
|
### theme
|
|
|
|
<div markdown="1">
|
|
|
|
type: string
|
|
|
|
{: .label .label-config .label-purple }
|
|
|
|
default: light
|
|
|
|
{: .label .label-config .label-blue }
|
|
|
|
required: no
|
|
|
|
{: .label .label-config .label-green }
|
|
|
|
</div>
|
|
|
|
|
|
|
|
There are currently 3 available themes for Authelia:
|
|
|
|
* light (default)
|
|
|
|
* dark
|
|
|
|
* grey
|