Solitude Docs

Appearance

Configure v4 colors, display mode, fonts, loading, highlighting, and images.

theme_color:
  dark: "#ffc848"
  light: "#425AEF"
  nav_hover_text:
    dark: "#1b1c20"
    light: "#ffffff"

display_mode:
  type: auto # auto / dark / light
  universe: false

font:
  font-size: 16px
  code-font-size: 16px
  font-family: "Inter, sans-serif"
  code-font-family: '"JetBrains Mono", monospace'

lazyload:
  enable: true
  field: site
  placeholder: /img/loading.avif
  errorimg: /img/error_load.avif

loading:
  fullpage: false
  favicon: /img/favicon.png
  pace: true

highlight:
  enable: true
  limit: 200
  copy: true
  expand: true
  theme: mac
  color: default

lightbox: true
fancybox: true
mediumZoom: false

Enable only one lightbox implementation. Check nav_hover_text in both modes because it is used over the navigation hover background introduced in v4.