anthonynorth / rscodeio

An RStudio theme inspired by Visual Studio Code.
Other
407 stars 65 forks source link

Change color of white separator lines in View() #49

Closed Ljupch0 closed 2 years ago

Ljupch0 commented 3 years ago

This is my fav theme thus far, great work!

My only grief are the white separator lines in the data viewer. I want to go from this image

to this image

I do this by changing the border color from silver to black on the following css:

.rstudio-themes-dark .dataTable :-webkit-any(th, td, tr) {
    border-color: black !important;
}

Where can I paste this change so that it modifies the theme? I would also kindly suggest for this change to be applied to the theme itself, as it keeps the contrast in the data viewer for the important part - the data points themselves.

Ljupch0 commented 2 years ago

I have implemented it at https://github.com/ljupch0/rscodeio