authelia/docs/configuration/theme.md
yossbg 05406cfc7b
feat(ntp): check clock sync on startup (#2251)
This adds method to validate the system clock is synchronized on startup. Configuration allows adjusting the server address, enabled state, desync limit, and if the error is fatal.

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2021-09-17 14:44:35 +10:00

852 B

layout title parent nav_order
default Theme Configuration 15

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.