altercation / vim-colors-solarized

precision colorscheme for the vim text editor
http://ethanschoonover.com/solarized
6.58k stars 1.75k forks source link

Issues when using in conjunction with JupyterLab #234

Open jhwang7628 opened 1 year ago

jhwang7628 commented 1 year ago

Hi,

I've been using your work for near a decade now. Thank you so much for this awesome work!

Lately, I've been working more in JupyterLab for Python development. I ran into a color consistency issues. I don't know if it is due to the Jupyter plugin for solarized, or the interplay between that plug-in and your colorscheme, but I definitely cannot make it display the colors correctly!

Here is the colors I got when open Python editors in different scenarios (in notebook, in editor, and in terminal+vim): image The syntax highlight groups seem all messed up now: image

Here's another issue I filed with the Jupyter plugin: https://github.com/AllanChain/jupyterlab-theme-solarized-dark/issues/32

I am happy to help contribute but don't know where to start. Let me know!