Light background with a softly tinted panel and white gridlines.

theme_ggnext()

Value

A Theme to add to a plot with +.

Examples

p <- ggnext(cars, aes(speed, dist)) + geom_point() + theme_dark()