Skip to content

Support emacs-jupyter #676

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
memeplex opened this issue Oct 12, 2021 · 0 comments
Open

Support emacs-jupyter #676

memeplex opened this issue Oct 12, 2021 · 0 comments
Labels
is:faces Pertains to extending/improving support for Emacs or plugin faces theme:base Affects the base theme (i.e. all themes)
Milestone

Comments

@memeplex
Copy link

memeplex commented Oct 12, 2021

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.

@hlissner hlissner added good-first-issue is:faces Pertains to extending/improving support for Emacs or plugin faces labels Oct 12, 2021
@hlissner hlissner added this to the Backlog milestone Oct 12, 2021
@hlissner hlissner added the theme:base Affects the base theme (i.e. all themes) label Oct 12, 2021
@hlissner hlissner added this to Triage Apr 21, 2022
@hlissner hlissner moved this to Unreviewed in Triage Apr 21, 2022
@hlissner hlissner moved this from Unreviewed to Confirmed in Triage May 2, 2022
@hlissner hlissner removed this from Triage Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:faces Pertains to extending/improving support for Emacs or plugin faces theme:base Affects the base theme (i.e. all themes)
Projects
None yet
Development

No branches or pull requests

2 participants