-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can rstudioapi::getThemeInfo() be supported? #547
Comments
This issue is stale because it has been open for 365 days with no activity. |
Hi @MilesMcBain , did you end up looking at this? I'd be happy to give this a look :) Edit: It looks like list(
editor = theme$name,
global = global,
dark = theme$isDark,
foreground = foreground,
background = background
)
Edit2: OK, looks like ThemeColor doesn't pass a reference to the colour itself, just a pointer :( |
This issue is stale because it has been open for 365 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
getThemeInfo() not currently supported. It is used by {thematic} to do automatic theming of ggplots:
https://twitter.com/grrrck/status/1357709982351974400?s=20
Describe the solution you'd like
An implementation that works with {thematic}.
Describe alternatives you've considered
It might be possible to shim thematic itself if the theme info is too RStudio dependent.
The text was updated successfully, but these errors were encountered: