-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Custom themes not loaded on macOS with v1.3.555+ #5674
Comments
Thanks for the report, I'll take a look. |
Repro'd with 1.3.566 (macOS, and with dev build (macOS server) on latest master. Saw this in console when I selected an rstheme in the options dialog (immediately, before I dismissed the dialog):
|
Looks like we (intend) to try both? rstudio/src/cpp/session/modules/SessionThemes.cpp Lines 293 to 297 in 6c921ab
|
Yes, that way the themes installed in 1.2 should still load in 1.3. |
@MariaSemple said she'll take this bug. Also, confirmed the scenario works if I moved the installed themes to the new location in |
System details
Note: I also tested on a rocker/verse image where this issue did not reproduce. I was able to rule out this being an issue specific to Catalina by reproducing on Mojave as well.
Thanks to detailed testing by @pat-s, I'm fairly certain the change occurred in 053e681 (v.1.3.555).
Steps to reproduce the problem
Install a custom theme, e.g. from rsthemes or Night Owl. The theme displays in the appearance menu but is not loaded correctly.
Describe the problem in detail
Through Chrome dev tools it seems that the rstheme CSS file isn't being loaded.
Describe the behavior you expected
But the theme is correctly applied if the source is pasted into the empty rstheme file in the dev tools.
The text was updated successfully, but these errors were encountered: