]> git.eshelyaron.com Git - emacs.git/commitdiff
(fringe): Change face for different backgrounds.
authorGerd Moellmann <gerd@gnu.org>
Mon, 26 Jun 2000 15:05:34 +0000 (15:05 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 26 Jun 2000 15:05:34 +0000 (15:05 +0000)
lisp/faces.el

index 4210dd5eccc79273cd6507a7a30bf7d481ed4943..257ac51c50ad193faf292cac65c52c81164ecb70 100644 (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