Jupyter-themes: How can I change the strange color in a dark theme?

Created on 1 Mar 2020  路  2Comments  路  Source: dunovank/jupyter-themes

I chose a dark theme, but when I enter a cell and begin to write codes, the color of the cell becomes bright, and it makes me feel hard to see the codes.Can I change this ?
image

Most helpful comment

Thank you so much ! I have been suffered for the strange color for weeks. It does work for me. Thank you again!

All 2 comments

Hi @PKUFlyingPig, looks like you're using Vim nbextension - I've had the same problem and found out in this old issue that jupyter-themes support -vim flag.

Try adding it to a command you've executed to set your current theme (as executing bare jt -vim will override the rest of your config with default jupyter theme) - you want it to look something like

jt -t oceans16 -f roboto -fs 12 -vim

judging from the screenshot you provided.

Thank you so much ! I have been suffered for the strange color for weeks. It does work for me. Thank you again!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ozkansafak picture ozkansafak  路  3Comments

VimalMollyn picture VimalMollyn  路  4Comments

lucainnocenti picture lucainnocenti  路  6Comments

Peydon picture Peydon  路  3Comments

karimelgazar picture karimelgazar  路  4Comments