| library(xaringanthemer) | library(xaringanthemer) | ||||
| ``` | ``` | ||||
| # xaringanthemer | |||||
| # xaringanthemer <img src="man/figures/logo.png" align="right" height="175px" /> | |||||
| <!-- badges: start --> | <!-- badges: start --> | ||||
| [](https://CRAN.R-project.org/package=xaringanthemer) | [](https://CRAN.R-project.org/package=xaringanthemer) |
| <!-- README.md is generated from README.Rmd. Please edit that file --> | <!-- README.md is generated from README.Rmd. Please edit that file --> | ||||
| # xaringanthemer | |||||
| # xaringanthemer <img src="man/figures/logo.png" align="right" height="175px" /> | |||||
| <!-- badges: start --> | <!-- badges: start --> | ||||
| library(xaringanthemer) | library(xaringanthemer) | ||||
| ``` | ``` | ||||
| # xaringanthemer | |||||
| # xaringanthemer <img src="man/figures/logo.png" align="right" height="175px" /> | |||||
| <!-- badges: start --> | <!-- badges: start --> | ||||
| [](https://CRAN.R-project.org/package=xaringanthemer) | [](https://CRAN.R-project.org/package=xaringanthemer) |
| <!-- README.md is generated from README.Rmd. Please edit that file --> | <!-- README.md is generated from README.Rmd. Please edit that file --> | ||||
| # xaringanthemer | |||||
| # xaringanthemer <img src="man/figures/logo.png" align="right" height="175px" /> | |||||
| <!-- badges: start --> | <!-- badges: start --> | ||||
| ```` markdown | ```` markdown | ||||
| ```{r xaringan-themer, include = FALSE} | ```{r xaringan-themer, include = FALSE} | ||||
| library(xaringanthemer) | library(xaringanthemer) | ||||
| style_mono_light( | |||||
| style_mono_accent( | |||||
| base_color = "#1c5253", | base_color = "#1c5253", | ||||
| header_font_google = google_font("Josefin Sans"), | header_font_google = google_font("Josefin Sans"), | ||||
| text_font_google = google_font("Montserrat", "300", "300i"), | text_font_google = google_font("Montserrat", "300", "300i"), | ||||
| code_font_google = google_font("Droid Mono") | |||||
| code_font_google = google_font("Fira Mono") | |||||
| ) | ) | ||||
| ``` | ``` | ||||
| ```` | ```` | ||||
| <img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/example_mono_light_1c5253.png" alt="Example title and normal slides using a green xaringanthemer theme" data-external="1" /> | |||||
| <img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/example_mono_accent_1c5253.png" alt="Example title and normal slides using a green xaringanthemer theme" data-external="1" /> | |||||
| ### Matching ggplot Themes | ### Matching ggplot Themes | ||||
| \alias{xaringanthemer-package} | \alias{xaringanthemer-package} | ||||
| \title{xaringanthemer: Custom 'Xaringan' CSS Themes} | \title{xaringanthemer: Custom 'Xaringan' CSS Themes} | ||||
| \description{ | \description{ | ||||
| \if{html}{\figure{logo.png}{options: align='right' alt='logo' width='120'}} | |||||
| Create beautifully color-cordinated and customized | Create beautifully color-cordinated and customized | ||||
| themes for your 'xaringan' slides, without writing any CSS. Complete | themes for your 'xaringan' slides, without writing any CSS. Complete | ||||
| your slide theme with 'ggplot2' themes that match the font and colors | your slide theme with 'ggplot2' themes that match the font and colors |