Skip to contents

Applies a predefined visual theme to manimR.

Usage

apply_theme(theme_name = c("dark", "academic", "light", "3b1b", "minimal"))

Arguments

theme_name

Name of theme: "academic", "dark", "light", "3b1b", "minimal"

Examples

if (FALSE) { # \dontrun{
apply_theme("3b1b")  # 3Blue1Brown style
apply_theme("dark")  # Modern dark theme
} # }