theme-get

Get the current global default theme.

Returns none if no global theme has been set.

Usage

theme-get()

Returns

The current global theme dictionary, or none.

Examples

Read back the theme that subsequent plots will inherit.

#theme-set(theme-minimal())
#let active = theme-get()

See also

theme-set.

Back to top