darkstudio icon indicating copy to clipboard operation
darkstudio copied to clipboard

New RStudio version (2022.07.1 ) breaks --ds-tab-gradient-light

Open grcatlin opened this issue 1 year ago • 0 comments

Hi again! Much like #24, --ds-tab-gradient-light is broken in newer RStudio version (on Macs at least).

Screen Shot 2022-08-16 at 4 13 59 PM

This is solved by adding .GND-IWGDCJ to the following section in the darkstudio.css file:

/* gradient in files pane that displays when path is too long */
.rstudio-themes-flat
  .rstudio-themes-dark-grey
  .breadcrumb
  :-webkit-any(.GD15MCFCCJ, .GGBOEFPDCJ, .GCHYANPCCJ, .GND-IWGDCJ) {
  background: var(--ds-tab-gradient-light);
}
Screen Shot 2022-08-16 at 4 17 56 PM

grcatlin avatar Aug 16 '22 22:08 grcatlin