Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gadenbuie/89795f7bfe1d9494647701f171171247 to your computer and use it in GitHub Desktop.
Save gadenbuie/89795f7bfe1d9494647701f171171247 to your computer and use it in GitHub Desktop.
```{r xaringan-themer, include=FALSE}
library(xaringanthemer)
rladies_base <- "#562457"
rladies_lighter <- "#88398A"
mono_accent(
base_color = rladies_base,
link_color = rladies_lighter,
code_inline_color = rladies_lighter,
code_highlight_color = "rgba(136, 57, 138, 0.3)",
text_font_google = google_font("Lato"),
header_font_google = google_font("Yanone Kaffeesatz"),
code_font_google = google_font("Inconsolata")
)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment