There's one small deviation from the original Tomorrow Night Bright looks, though: The background color for the editor windows is not black (#000000) but a very dark grey (#0d0d0d; 5% lightness) which I prefer.
(Un)installation functions were changed to just (un)install this variant besides the original rscodeio theme.
Screenshot of the resulting theme in action:
UPDATE:
Additionally, I've styled the help pane! 🎨 That (i.e. pretty-formatted documentation) was something I've been missing for a long time in RStudio and I think the result looks pretty decent. I'm not very skilled in CSS, so the code might not be too elegant, though. But if anyone wants to at least use it as inspiration/hint or something, here's the relevant part:
This variant applies all of the beautiful dark theming provided by the rscodeio theme but relies on the syntax highlighting (and terminal styling) of the Tomorrow Night Bright theme. For this, the latest version of
tomorrow_night_bright.rstheme
from RStudio'smaster
branch was complemented by the custom CSS fromrscodeio.rstheme
.There's one small deviation from the original Tomorrow Night Bright looks, though: The background color for the editor windows is not black (
#000000
) but a very dark grey (#0d0d0d
; 5% lightness) which I prefer.(Un)installation functions were changed to just (un)install this variant besides the original rscodeio theme.
Screenshot of the resulting theme in action:
UPDATE:
Additionally, I've styled the help pane! 🎨 That (i.e. pretty-formatted documentation) was something I've been missing for a long time in RStudio and I think the result looks pretty decent. I'm not very skilled in CSS, so the code might not be too elegant, though. But if anyone wants to at least use it as inspiration/hint or something, here's the relevant part:
The prettified help pane looks like this (for
?pal::as_string
):