Reputation: 4700
I am trying to replicate Sublime's Monokai color scheme for my Jupyter notebooks (in Ubuntu) and I used jupyterthemes but it is not the same theme. Is there an easy way to replicate Sublime's Monokai color scheme for Jupyter? If not, how can I make equal (and other operators) red?
Upvotes: 2
Views: 1961
Reputation: 4700
You can add the Stylus addon to your browser and create a style that applies to http://localhost:
by copying the content monokai.css
from here.
Upvotes: 3