Browse Source

Set background color of theme_xaringan_base plot example to match docs

tags/v0.3.0
Garrick Aden-Buie 6 years ago
parent
commit
8fa287c256
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      R/ggplot2.R
  2. +1
    -1
      man/theme_xaringan_base.Rd

+ 1
- 1
R/ggplot2.R View File

#' geom_point() + #' geom_point() +
#' theme_xaringan_base( #' theme_xaringan_base(
#' text_color = "#602f6b", # imperial #' text_color = "#602f6b", # imperial
#' background_color = "#fcfafc", # warm gray
#' background_color = "#f8f8f8", # light gray
#' accent_color = "#317873", # myrtle green #' accent_color = "#317873", # myrtle green
#' title_font = "sans", #' title_font = "sans",
#' text_font = "serif", #' text_font = "serif",

+ 1
- 1
man/theme_xaringan_base.Rd View File

geom_point() + geom_point() +
theme_xaringan_base( theme_xaringan_base(
text_color = "#602f6b", # imperial text_color = "#602f6b", # imperial
background_color = "#fcfafc", # warm gray
background_color = "#f8f8f8", # light gray
accent_color = "#317873", # myrtle green accent_color = "#317873", # myrtle green
title_font = "sans", title_font = "sans",
text_font = "serif", text_font = "serif",

Loading…
Cancel
Save