Parcourir la source

Add screenshots

tags/v0.1.1
Garrick Aden-Buie il y a 8 ans
Parent
révision
529c3adf1b
3 fichiers modifiés avec 8 ajouts et 4 suppressions
  1. +4
    -2
      README.Rmd
  2. +4
    -2
      README.md
  3. BIN
      docs/example_mono_light_1c5253.png

+ 4
- 2
README.Rmd Voir le fichier

@@ -44,8 +44,8 @@ Then, in the first knitr chunk, try this:
```{r setup}`r ""`
options(htmltools.dir.version = FALSE)
library(xaringanthemer)
mono_dark(
base_color = "#b6174b",
mono_light(
base_color = "#1c5253",
header_font_google = google_font("Josefin Sans"),
text_font_google = google_font("Montserrat", "300", "300i"),
code_font_google = google_font("Droid Mono")
@@ -53,6 +53,8 @@ mono_dark(
```
````

![](docs/example_mono_light_1c5253.png)

## Monotone Themes

Use these functions to automatically create a consistent color palette for your slides, based around a single color.

+ 4
- 2
README.md Voir le fichier

@@ -32,8 +32,8 @@ Then, in the first knitr chunk, try this:
```{r setup}
options(htmltools.dir.version = FALSE)
library(xaringanthemer)
mono_dark(
base_color = "#b6174b",
mono_light(
base_color = "#1c5253",
header_font_google = google_font("Josefin Sans"),
text_font_google = google_font("Montserrat", "300", "300i"),
code_font_google = google_font("Droid Mono")
@@ -41,6 +41,8 @@ mono_dark(
```
````

![](docs/example_mono_light_1c5253.png)

## Monotone Themes

Use these functions to automatically create a consistent color palette

BIN
docs/example_mono_light_1c5253.png Voir le fichier

Before After
Width: 900  |  Height: 338  |  Size: 67KB

Chargement…
Annuler
Enregistrer