You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read the comments on #5946 and it's for the sake of compatibility that the new theme(palette.* = ) is enabled only when the corresponding palette is NULL. But, I feel it's a bit confusing to see theme(palette.* = ) is silently ignored.
Especially, if I were a theme developer, I will be afraid of inquiries like "Hey, your theme doesn't work on my machine, Why?" from those who set options(ggplot2.*). I think it's a rare case and not a serious issue, but I'm wondering if it's friendlier to show a warning.