millejoh / emacs-ipython-notebook

Jupyter notebook client in Emacs
http://millejoh.github.io/emacs-ipython-notebook/
GNU General Public License v3.0
1.47k stars 123 forks source link

Invert colors cell vs output area #865

Open ratnesh1729 opened 1 year ago

ratnesh1729 commented 1 year ago

Please see the screenshot.

Screenshot from 2023-03-19 10-54-03

Please let me know suggestions to try.

dickmao commented 1 year ago

Advice for youngsters: your goal should be getting results, not futzing with color schemes.

Only input area elements currently admit a defface. An experienced elisper could readily defface output area elements, but see above advice.

ratnesh1729 commented 1 year ago

thank you for the advice.

I will have to google the experienced elisper defface commands and know how.

(yes I am decent emacs user, but nowhere close to calling noob+ on elisp)