dunovank / jupyter-themes

Custom Jupyter Notebook Themes
MIT License
9.74k stars 1.06k forks source link

Active cell is too bright in dark themes #441

Closed iiey closed 3 years ago

iiey commented 3 years ago

Installed new environment in conda:

conda create -n jupyter -c conda-forge notebook
pip install jupyterthemes
pip install --upgrade jupyterthemes

$ firefox --version Mozilla Firefox 78.9.0esr


* **command**
```sh
jt -t onedork -T

Problem is the same for any themes.

How can we fix it? Thank you in advance!

Kipparis commented 3 years ago

Use -vim option. For example jt -t onedork -vim -T

iiey commented 3 years ago

Thank you very much. It works out for me. It makes sense to have extra warning about -vim in README