Skip to main content

Themes

On this page you can find a gallery of all built-in themes. These themes can also provide a good starting point for creating a custom theme.

warning

These themes are still in work and might change a bit in the upcoming releases.

At the same time, suggestions and feedback are welcome and can be posted in the theme discussion category.

Usage

All built-in themes can be found in the module lq.theme. A theme can be applied through a show rule:

#show: lq.theme.skyline
#lq.diagram(
..
)

To some extent, themes can be composed because they usually only override a few settings.

Themes

Although the default setting is not available as an actual theme (it would just be empty), we show it here for comparison.

lq.theme.misty(source)
lq.theme.ocean(source)
lq.theme.skyline(source)
lq.theme.schoolbook(source)
lq.theme.moon(source)

A good prototype for a dark theme. Requires a dark background and light text color.