R/onboarding.R
apply_theme.Rd
Applies a predefined visual theme to manimR.
apply_theme(theme_name = c("dark", "academic", "light", "3b1b", "minimal"))
Name of theme: "academic", "dark", "light", "3b1b", "minimal"
if (FALSE) { # \dontrun{ apply_theme("3b1b") # 3Blue1Brown style apply_theme("dark") # Modern dark theme } # }