Skip to content

Commit d9bf8d4

Browse files
theme helpers: provide links to examples
1 parent fb4f255 commit d9bf8d4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

R/theme.R

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
#' Create a theme using background and foreground colors (`theme_colors_*`) or
44
#' using a **brand.yml** file (`theme_brand_*`).
55
#'
6-
#' The use of the theme will depend on the package. See the vignettes for
7-
#' usage examples.
6+
#' The use of the theme will depend on the package. Please see
7+
#' [light/dark renderings examples](https://examples.quarto.pub/lightdark-renderings-examples/ggplot2.html)
8+
#' for examples using each supported package with dark mode, `theme_brand_*`,
9+
#' and `renderings: [light, dark]`,
10+
#' or [theme helper vignetes](https://quarto-dev.github.io/quarto-r/articles/theme-helpers.html)
11+
#' for examples using each package and `theme_colors_*` to specify the
12+
#' background and foreground colors directly.
813
#'
914
#' @param bg The background color
1015
#' @param fg The foreground color

0 commit comments

Comments
 (0)