authors: Garrick Aden-Buie: href: https://www.garrickadenbuie.com url: https://pkg.garrickadenbuie.com/xaringanthemer/ home: description: | Give your xaringan slides some style with xaringanthemer. Easy slide and plot themes for xaringan slides. development: mode: auto template: opengraph: twitter: creator: "@grrrck" card: summary bootstrap: 5 bslib: bg: "#f9fafa" fg: "#0e181e" light: primary: "#0b535d" # blue-20 secondary: "#4a466f" # purple-20 info: "#4a636c" # slate-30 success: "#7ab26f" # green-60 warning: "#ef8c02" # orange-60 danger: "#c94150" # red-40 navbar-light-color: "#0b535d" code_bg: "#f9fafa" pre_bg: "#f9fafa" heading_font: {google: "Montserrat"} code_font: {google: "IBM Plex Mono"} font-size-base: 1.1rem pkgdown-nav-height: 72px border-radius: 0 border-radius-sm: 0 border-radius-lg: 0 base_font: | -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif navbar: type: light left: - text: Features href: articles/xaringanthemer.html - text: Reference href: reference/index.html - text: Themes menu: - text: Themes - text: Slide Themes href: articles/themes.html - text: ggplot2 Themes href: articles/ggplot2-themes.html - text: ------- - text: More Customization - text: Fonts href: articles/fonts.html - text: Template Variables href: articles/template-variables.html right: news: icon: far fa-newspaper fa-lg text: "" menu: - text: "xaringanthemer 0.3.0" href: https://garrickadenbuie.com/blog/xaringanthemer-v0-3-0/ - text: ------- - text: "Changelog" href: news/index.html github: icon: fab fa-github fa-lg href: https://github.com/gadenbuie/xaringanthemer twitter: icon: fab fa-twitter fa-lg href: https://twitter.com/grrrck home: icon: fas fa-home fa-lg href: https://www.garrickadenbuie.com reference: - title: Writing CSS desc: Functions that write CSS from inside a xaringan R markdown document. contents: - style_xaringan - style_extra_css - title: xaringan Themes desc: | Parameterized styles for xaringan slides using one (mono) or two (duo) base colors. Bonus: slide styles based on the solarized color palette. contents: - starts_with("style_mono") - starts_with("style_duo") - starts_with("style_solarized") - title: Google Fonts desc: Helper functions for using Google Fonts in your slide styles. contents: - starts_with("google_") - title: ggplot2 Themes desc: Plot themes for ggplot2 to match your xaringanthemer slide styles. contents: - theme_xaringan - theme_xaringan_inverse - theme_xaringan_base - theme_xaringan_set_defaults - starts_with("scale_xaringan") - title: Helper functions desc: Helpers for Google fonts and color adjustments. contents: - theme_xaringan_get_value - ends_with("color") - apply_alpha - choose_dark_or_light