Skip to content

Commit 02bfc9e

Browse files
link from vignette article to light/dark examples
and some copy edits
1 parent d9bf8d4 commit 02bfc9e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

vignettes/articles/theme-helpers.qmd

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ vignette: >
1111

1212
## Overview
1313

14-
The **quarto** package includes functions to help you theme plotting and table packages, for example to provide [light and dark renderings](https://quarto.org/docs/computations/execution-options.html#cell-renderings).
14+
The **quarto** package includes helper functions for theming plotting and table packages.
1515

1616
The functions return theme objects or functions, which are applied differently depending on the package.
1717

18-
This vignette demonstrates adding background and foreground colors to outputs from each package.
18+
These are simple helper functions to get you started. Copy them if you to customize them further.
1919

20-
These are very simple helper functions to get you started. If you need to customize them further, these functions can be copied from quarto-r.
20+
This vignette demonstrates adding background and foreground colors to outputs from each package using the `theme_colors_*` functions.
21+
22+
Please see
23+
[light/dark renderings examples](https://examples.quarto.pub/lightdark-renderings-examples/ggplot2.html)
24+
for examples using each supported package with dark mode, `theme_brand_*`, and [`renderings: [light, dark]`](https://quarto.org/docs/computations/execution-options.html#cell-renderings)
2125

2226
## flextable
2327

0 commit comments

Comments
 (0)