Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gadenbuie/9e4836438d2dddcd625b69eea49189de to your computer and use it in GitHub Desktop.
Save gadenbuie/9e4836438d2dddcd625b69eea49189de to your computer and use it in GitHub Desktop.
```{r xaringan-themer, include=FALSE}
library(xaringanthemer)
mono_accent(
base_color = "#175dac",
title_slide_text_color = "#175dac",
title_slide_background_color = "white",
title_slide_background_image = "Rlogo.svg",
title_slide_background_position = "90% 90%",
title_slide_background_size = "200px",
text_font_size = "24px",
text_font_google = google_font("Fira Sans"),
header_font_google = google_font("Quicksand"),
code_font_google = google_font("Inconsolata")
)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment