Skip to content

Conversation

teunbrand
Copy link
Collaborator

This PR reimplements #6059 due to a gnarly git history that I couldn't manage to resolve.
The reasoning for this PR remains unchanged, but I'll post the examples again so that you can see that these are the same:

devtools::load_all("~/packages/ggplot2")
#> ℹ Loading ggplot2

p <- ggplot(mpg, aes(displ, hwy)) +
  geom_point()

p + theme_bw(ink = "dodgerblue")

p + theme_gray(paper = "orchid")

p + theme_light(ink = "white", paper = "black")

Created on 2024-08-27 with reprex v2.1.1

@teunbrand teunbrand changed the title Ink and paper settigns for built-in themes (re: #6059) Ink and paper settings for built-in themes (re: #6059) Aug 27, 2024
Copy link
Member

@thomasp85 thomasp85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@teunbrand teunbrand merged commit 6d48584 into tidyverse:main Sep 13, 2024
13 checks passed
@teunbrand teunbrand deleted the theme_ink2 branch September 13, 2024 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants