dunovank / jupyter-themes

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

Customize theme #343

Open YiannisGkoufas opened 5 years ago

YiannisGkoufas commented 5 years ago

Hi there,

amazing work! Was wondering, what would it be the correct strategy if we would want to customize a bit one of the themes we are using?

Thanks!

nickratterman commented 5 years ago

I have the same question but have not heard back: https://github.com/dunovank/jupyter-themes/issues/345

mashaHD commented 5 years ago

I'd like to bump this question as well!

Perhaps it's already possible what I am looking for - I'd like the for all the cells and the background of the notebook be white but the code section be dark. Is there an option for that?

Gonzalo933 commented 4 years ago

You can either fork the repo, modify what you want and reinstall jupyterthemes or directly modify the files under anaconda3/lib/python3.7/site-packages/jupyterthemes/styles/*

to fit your needs (and reapply the theme).

For example: open: anaconda3/lib/python3.7/site-packages/jupyterthemes/styles/onedork.less modify any line and then run jt -t onedork

Gonzalo933 commented 4 years ago

I'd like to bump this question as well!

Perhaps it's already possible what I am looking for - I'd like the for all the cells and the background of the notebook be white but the code section be dark. Is there an option for that?

I wanted exactly this and modified these lines following the steps from my other answer