darkstudio icon indicating copy to clipboard operation
darkstudio copied to clipboard

darkstudio. A dark grey alternative to RStudio's default dark theme.

Results 15 darkstudio issues
Sort by recently updated
recently updated
newest added

This is a great theme! However, in windows the title bar is still light colored and the menu bar (and also all menus) is the Rstudio dark blue, see puicture...

Hi again! Viewing data with View() doesn't seem to create the intended results in newer versions of RStudio. I'm not sure how it was originally set up, but it seems...

Hi again! Much like #24, `--ds-tab-gradient-light` is broken in newer RStudio version (on Macs at least). This is solved by adding `.GND-IWGDCJ` to the following section in the darkstudio.css file:...

Hi Riley, Using RStudio 2022.02.0, --ds-tab-gradient-dark works as expected: ![image](https://user-images.githubusercontent.com/83082268/179823335-0aef5a78-768d-45e3-a12e-42b8bee4423b.png) However, on the latest build (2022.07.0, and possibly earlier builds) this behavior changes: ![image](https://user-images.githubusercontent.com/83082268/179823666-4203415b-2a8d-4166-84f4-b4e75f2445ed.png) I guess they must've swapped something...

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: ![Bildschirmfoto von...

RStudio version: 2021.09.0+351 R version: 4.1.1 OS: Windows 10 21H1 Ran in admin? Yes Issue: Error encountered when trying to activate using `darkstudio::activate()` Error message: `Error in dirname(path) : a...

I couldn't find any useful information on the topic by googling, so I thought I'd ask you since you seem to have quite some experience with RStudio's UI styling. **Is...

enhancement
help wanted

To summarise the current situation: - The [recommended installation method](https://github.com/rileytwo/darkstudio#recommended-method) is broken, at least on Linux. This is because (on almost any contemporary distro) you need system rights in order...

bug

Currently, the fonts are modified regardless of user preference. Possibilities include: ```r darkstudio::install_darkstudio(font = "") ``` ```r darkstudio::install_darkstudio(change_fonts = FALSE) ```

enhancement