mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
jupyter-repl-traceback face: use a light background on light themes
The previous value of this face used a dark background even on light themes, making error messages hard to read.
This commit is contained in:
parent
9e3c163358
commit
d4b06c54d3
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
|
||||
(defface jupyter-repl-traceback
|
||||
'((((class color) (min-colors 88) (background light))
|
||||
:background "darkred")
|
||||
:background "LightYellow2")
|
||||
(((class color) (min-colors 88) (background dark))
|
||||
:background "firebrick"))
|
||||
"Face used for a traceback."
|
||||
|
|
Loading…
Add table
Reference in a new issue