mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
158783a9d4
This change adjusts several global options moving them into the server block. It additionally notes other breaking changes in the configuration. BREAKING CHANGE: Several configuration options have been changed and moved into other sections. Migration instructions are documented here: https://authelia.com/docs/configuration/migration.html#4.30.0
852 B
852 B
layout | title | parent | nav_order |
---|---|---|---|
default | Theme | Configuration | 14 |
Theme
The theme section configures the theme and style Authelia uses.
Configuration
theme: light
Options
theme
type: string
{: .label .label-config .label-purple }
default: light
{: .label .label-config .label-blue }
required: no
{: .label .label-config .label-green }
There are currently 3 available themes for Authelia:
- light (default)
- dark
- grey
To enable automatic switching between themes, you can set theme
to auto
. The theme will be set to either dark
or light
depending on the user's system preference which is determined using media queries. To read more technical details about the media queries used, read the MDN.