Light is the clean, neutral default: system fonts, a calm blue accent, and the improved base stylesheet every other theme inherits. It is deliberately unopinionated - the safe place to start a real site, and the base you fork to make your own theme by editing nothing but theme.json.

Good for: Documentation, company pages, anything that should get out of the way of the content.

Components in this theme

The blocks below are plain Markdown - this is how the theme treats real content.

Typography

Body text with bold, italic, inline code and a link. The heading font and the accent colour are the two choices that most define the look.

A smaller heading

A short paragraph after a heading, to show the vertical rhythm and how much breathing room the theme leaves between blocks.

A list and a table

  • First item
  • Second item
    • A nested item
  • Third item
Token group Example key Drives
colours accent links and buttons
fonts heading the display typeface
spacing radius how round the corners are

Code

body {
  color: var(--theme-colours-text);
  font-family: var(--theme-fonts-body);
}

Callouts

A widebox breaks out to the full content width - good for a point the reader should not miss.

A textbox is a contained aside, narrower than the measure.

A form


← Back to the theme explorer