Просмотр исходного кода

Document monotone themes in README

tags/v0.1.1
Garrick Aden-Buie 8 лет назад
Родитель
Сommit
bdecd51742
2 измененных файлов: 28 добавлений и 0 удалений
  1. +12
    -0
      README.Rmd
  2. +16
    -0
      README.md

+ 12
- 0
README.Rmd Просмотреть файл

@@ -52,3 +52,15 @@ mono_dark(
)
```
````

## Monotone Themes

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

- `mono_light()`: A light theme based around a single color

- `mono_dark()`: A dark theme based around a single color

- `mono_accent()`: The default xaringan theme with a single color used for color accents on select elements (headers, bold text, etc.)

- `mono_accent_inverse()`: An "inverted" default xaringan theme with a single color used for color accents on select elements (headers, bold text, etc.)

+ 16
- 0
README.md Просмотреть файл

@@ -40,3 +40,19 @@ mono_dark(
)
```
````

## Monotone Themes

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

- `mono_light()`: A light theme based around a single color

- `mono_dark()`: A dark theme based around a single color

- `mono_accent()`: The default xaringan theme with a single color used
for color accents on select elements (headers, bold text, etc.)

- `mono_accent_inverse()`: An “inverted” default xaringan theme with a
single color used for color accents on select elements (headers,
bold text, etc.)

Загрузка…
Отмена
Сохранить