-
Notifications
You must be signed in to change notification settings - Fork 16
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
Style remaining elements #16
Comments
Addendum: The rscodeio theme does style all of the these elements properly. |
@salim-b Using Is there any way to resolve these issues? (This is on Windows.) |
The other bars you mention should be styled via the RStudio theme CSS, apparently darkstudio doesn't style them (yet). You can try my rscodeio fork for an alternative dark theme that should style everything: if (!("remotes" %in% rownames(installed.packages()))) {
install.packages(pkgs = "remotes",
repos = "https://cloud.r-project.org/")
}
remotes::install_github("salim-b/rscodeio@interim-merge")
rscodeio::install_themes(apply_theme = "Tomorrow Night Bright (rscodeio)") |
I am getting this error:
Moreover, is it possible to use Tomorrow Night instead of Tomorrow Night Bright? |
Did you really install rscodeio from my fork's
No, not currently. You could add support yourself though, by simply creating a |
Thanks, this worked.
As a newbie to this, I am unable to figure out what in the linked code I'd have to change in order to use Tomorrow Night instead of Tomorrow Night Bright---can't find any instance where the theme name is mentioned (aside from the first two lines commented out). Any advice? |
With the current
darkstudio.css
a bunch of UI elements remains unchanged (i.e. they're still in that ugly default blue). Especially the top menu bar strikes the eye...Screenshot:
The text was updated successfully, but these errors were encountered: