Skip to main content

aqua-theme

Touying aqua theme.

Example:

#show: aqua-theme.with(aspect-ratio: "16-9", config-colors(primary: blue))`

Consider using:

#set text(font: "Fira Sans", weight: "light", size: 20pt)`
#show math.equation: set text(font: "Fira Math")
#set strong(delta: 100)
#set par(justify: true)

The default colors:

config-colors(
primary: rgb("#003F88"),
primary-light: rgb("#2159A5"),
primary-lightest: rgb("#F2F4F8"),
neutral-lightest: rgb("#FFFFFF")
)
Parameters

aspect-ratio : ratio    default: "16-9"

The aspect ratio of the slides. Default is 16-9.

The header of the slides. Default is self => utils.display-current-heading(depth: self.slide-level).

The footer of the slides. Default is context utils.slide-counter.display().