Skip to content

error highlighting background color makes text hard to read in org with emacs-jupyter #374

@martibosch

Description

@martibosch

I am using zenburn theme in my setup: https://github.com/martibosch/snakemacs

When jupyter code blocks in Python in org mode raise errors, the background highlighting makes the error text almost impossible to read, e.g.,

#+begin_src jupyter-python
def foo(text):
    raise ValueError(text)

foo("can you read me?")
#+end_src

shows the following:

image

would there be any way of changing such colors? Thank you. Best,
Martí

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions