{
  "_readme": "Site colours. logo-text and logo-mark are the exact colours of the brand logo files (light pair on dark themes, dark pair on light) — keep them unless the logo artwork changes. To switch theme, change \"active\" to one of the names under \"themes\". To tweak one, edit its colours (hex like #1c4d8d, or rgba(5, 10, 48, 0.97) for see-through). Every theme needs every key. What each key colours is listed in README.md under 'Change the site colours'.",
  "active": "devineflaw-navy",
  "themes": {
    "warm-dark": {
      "scheme": "dark",
      "bg": "#0f0e0d",
      "bg-2": "#181614",
      "fg": "#ece7df",
      "fg-soft": "#cfc8bd",
      "muted": "#9a9288",
      "line": "#2a2724",
      "accent": "#c8a97e",
      "on-photo": "#ece7df",
      "on-photo-soft": "#d8d2c8",
      "photo-shade": "rgba(0, 0, 0, 0.65)",
      "lightbox": "rgba(8, 7, 6, 0.97)",
      "logo-text": "#f4f6fc",
      "logo-mark": "#bde8f5"
    },
    "devineflaw-navy": {
      "scheme": "dark",
      "bg": "#050a30",
      "bg-2": "#0f2854",
      "fg": "#f5f7fc",
      "fg-soft": "#bde8f5",
      "muted": "#8fa9cf",
      "line": "#1c4d8d",
      "accent": "#bde8f5",
      "on-photo": "#f5f7fc",
      "on-photo-soft": "#bde8f5",
      "photo-shade": "rgba(5, 10, 48, 0.7)",
      "lightbox": "rgba(5, 10, 48, 0.97)",
      "logo-text": "#f4f6fc",
      "logo-mark": "#bde8f5"
    },
    "devineflaw-light": {
      "scheme": "light",
      "bg": "#f5f7fc",
      "bg-2": "#e3eaf5",
      "fg": "#050a30",
      "fg-soft": "#0f2854",
      "muted": "#4d5f80",
      "line": "#d5deed",
      "accent": "#1c4d8d",
      "on-photo": "#f5f7fc",
      "on-photo-soft": "#bde8f5",
      "photo-shade": "rgba(5, 10, 48, 0.65)",
      "lightbox": "rgba(5, 10, 48, 0.97)",
      "logo-text": "#050a30",
      "logo-mark": "#0f2854"
    }
  }
}