Solitude Docs
配置

外观配置

配置 v4 颜色、显示模式、字体、加载效果、代码高亮和图片。

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

灯箱实现只能启用一个。nav_hover_text 是 v4 新增的导航悬停文字颜色,需要分别检查明暗模式的对比度。