aqua-theme
aqua-theme(aspect-ratio: "16-9", header, footer: context utils.slide-counter.display(), ..args, body)(source)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.
header : content
The header of the slides. Default is self => utils.display-current-heading(depth: self.slide-level).
footer : content default: context utils.slide-counter.display()
The footer of the slides. Default is context utils.slide-counter.display().