tkf / emacs-ipython-notebook

IPython notebook client in Emacs
tkf.github.com/emacs-ipython-notebook/
GNU General Public License v3.0
548 stars 51 forks source link

How to change background color in cells? #53

Closed rhstanton closed 12 years ago

rhstanton commented 12 years ago

Sorry to bombard you with messages...

I usually use the solarized-dark color theme, and with this theme all input cells with ein have a brown background. How can I change this to something closer to the blue used by default by this theme?

Thanks for a great tool!

tkf commented 12 years ago

You can control it by the background of the face ein:cell-input-area. I guess M-x customize-face ein:cell-input-area RET is the easiest way.

tkf commented 12 years ago

Does it fix? Please close the issue if so.

rhstanton commented 12 years ago

Fixed. Thanks.