themes icon indicating copy to clipboard operation
themes copied to clipboard

Support emacs-jupyter

Open memeplex opened this issue 3 years ago • 0 comments

Describe your request

The default colors used from prompts (in -> green, out -> red) by emacs-jupyter look bland and low contrast with some doom themes. These settings did the job for me:

   (jupyter-repl-input-prompt ((t (:foreground ,(doom-color 'green)))))
   (jupyter-repl-output-prompt ((t (:foreground ,(doom-darken 'red 0.2)))))

Briefly explain its use-case

People doing data science directly on emacs-jupyter REPL or through org-babel or code-cells will benefit from this minimal change.

memeplex avatar Oct 12 '21 16:10 memeplex