Johnny

Results 11 comments of Johnny

"support "themes...to let people set multiple colors in one shot." I couldn't agree more with this! Would love it if this support existed

Ah yep, I had exactly the same issue when I started developing the theme from [this other one](https://github.com/patrickshox/Mojave-Dark-RStudio-Theme). The issue is that RStudio uses seemingly random class codes to identify...

Bang on. If you open the theme file (`OneDarkPro.rstheme`) and search for "sidebar", place your class code `.GGBOEFPDGK` to the list there: If you are also having the same issue...

Great, added those class codes to the theme file and pushed. Thanks for this. And yes, it would be handy for us if RStudio published the varying UI class codes...

Glad you're enjoying the theme! The rounded corners are controlled by the `border-radius` property here: https://github.com/johnnybarrels/jupyterlab_onedarkpro/blob/da1fcb040d83457ea804fcf4ee33a4d32a2ce039/index.css#L704

Hi! Couldn't agree more, I did have a look at this when Jupyter Lab 3 was released, but couldn't follow the docs I regret to admit. *Avidly* accepting PRs on...

Yep, this one popped up with Python 3.10 (from memory). Yes there is a simple fix, which I will likely push soon. Keep you posted

Thanks heaps, will include in the next update.

Sorry for the latest reply ever, but I implemented that exact fix as mentioned in https://github.com/oriolmirosa/jupyterlab_materialdarker/commit/9869306b4a775e5ee304af75191aecf7020dc86b, but it doesn't seem to change anything? Even with `"scrollPastEnd": true` in User Preferences....