dunovank / jupyter-themes

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

modifying font color #345

Open nickratterman opened 5 years ago

nickratterman commented 5 years ago

Hi dunovank,

I absolutely love jupyter-themes, so thank you very much for making them.

I would like to modify the color of the font for comments: it is so dark that I cannot read them. Can you please tell me how I can make this modification?

jt -t onedork -T -N -cellw 90%

oryon-dominik commented 3 years ago

To change the colors, you could edit the .less files in jupyterthemes\styles\

jc085 commented 2 years ago

look for onedork.less file in the jupyther\themes\styles folder. Look for line 68 and change the hex color code, Personally I use this: @input-prompt: #825524;

cheers!

pbaret commented 1 year ago

is there a way to adapt font color when using a dark theme ? I have an issue when exporting the notebook as HTML with a dark theme like (monokai or chesterish for instance). The font is black which is not very readable on a dark theme:

image