#' Use nighttime theme.
#'
#' Quickly switch to nighttime theme, currently this is Solarized Dark.
#'
#' @export
use_nighttime_theme <- function(){
# Set default theme
rstudioapi::applyTheme("Solarized Dark")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.