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
Hello! Fantastic package, I have been looking for a way to easily switch between light and dark mode themes in RStudio for ages.
I noticed that the dark themes I tried (a11y-dark, base16 3024, base16 Default Dark, Fairyfloss) cause problems in the Review Changes window (accessed through the Commit button in the Git pane):
The files, commit message, and diff panes are bright.
The Changes/History toggle is light and the text is barely legible.
The character count for the commit message (just under the Push button at the top right) is also displayed in a bright font colour on a light grey background and is almost impossible to read.
The problem doesn't occur with built-in dark themes (e.g. Tomorrow Night), and light themes from rsthemes also don't seem to cause problems. I am using R 4.2.1 with RStudio Spotted Wakreobin on macOS Big Sur.
There are CSS rules that are too generic and are bleeding into the version control window.
On the other hand, those buttons inside the window are amazingly difficult to style.
Also, there isn't a stable way (i.e. class or id) to identify the version control window other than via the aria-label and that's not the greatest idea, so it's hard to isolate that window.
RStudio doesn't use a dark mode theme for additional windows and it took a rather large effort to theme the global options windows.
It's not an easy problem to fix. Especially because of the first two problems, most fixes turn into a game of whack-a-mole having to track down new problems with every attempted fix.
Hello! Fantastic package, I have been looking for a way to easily switch between light and dark mode themes in RStudio for ages.
I noticed that the dark themes I tried (a11y-dark, base16 3024, base16 Default Dark, Fairyfloss) cause problems in the Review Changes window (accessed through the Commit button in the Git pane):
The problem doesn't occur with built-in dark themes (e.g. Tomorrow Night), and light themes from rsthemes also don't seem to cause problems. I am using R 4.2.1 with RStudio Spotted Wakreobin on macOS Big Sur.
The text was updated successfully, but these errors were encountered: