(fringe): Change face for different backgrounds.

This commit is contained in:
Gerd Moellmann 2000-06-26 15:05:34 +00:00
parent 3fc720e4bd
commit d6d5905738

View file

@ -1557,10 +1557,12 @@ created."
(defface fringe
'((((class color))
(:background "grey95"))
(t
(:background "gray")))
'((((class color) (background light))
(:background "grey95"))
(((class color) (background dark))
(:background "grey10"))
(t
(:background "gray")))
"Basic face for the fringes to the left and right of windows under X."
:version "21.1"
:group 'frames