Mikata-Project / ggthemr

Themes for ggplot2.
886 stars 107 forks source link

The color of the point is not changed back to default theme after i reset the theme #18

Closed snowhyzhang closed 7 years ago

snowhyzhang commented 7 years ago

Hello

Thanks for creating so nice package!

When I use this package, I find a problem. Here is my code:

` ggthemr("light")

ggplot(cars, aes(x = speed, y = dist)) + geom_point()

ggthemr_reset()

ggplot(cars, aes(x = speed, y = dist)) + geom_point() `

When I reset the theme, The background is changed to the default theme, however the point is still green which I assume the point should be changed back to black.

Thanks!

sainathadapa commented 7 years ago

I pushed an update that should resolve the issue. Thanks for finding the bug!