Skip to contents

Alias for theme_ascor(). Returns University of Amsterdam branding parameters.

Usage

theme_uva(navbar_style = "dark")

Arguments

navbar_style

Style of the navbar. Options: "dark" (default), "light". Dark style works best with UvA red.

Value

A named list of theme parameters

Examples

if (FALSE) { # \dontrun{
# Pipe UvA theme into dashboard
dashboard <- create_dashboard("uva_dashboard", "UvA Research Dashboard") %>%
  apply_theme(theme_uva()) %>%
  add_page("Home", text = "# Welcome")
} # }