
Load a Trashpanda Quarto theme into the current project
Source:R/load_quarto_theme.R
load_quarto_theme.RdCopies a precompiled CSS theme into the project 'styles/' folder for use in Quarto presentations with revealjs.
Usage
load_quarto_theme(
name = c("dark", "light"),
dest_folder = "styles",
overwrite = FALSE
)