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:
astoff 2020-01-08 10:14:46 +01:00 committed by Nathaniel Nicandro
parent 9e3c163358
commit d4b06c54d3

View file

@ -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."