diff lisp/faces.el @ 29943:b8314fd10792

(fringe): Change face for different backgrounds.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 26 Jun 2000 15:05:34 +0000
parents 3f21e1b9cc2e
children 293c4c4ee387
line wrap: on
line diff
--- a/lisp/faces.el	Mon Jun 26 15:05:03 2000 +0000
+++ b/lisp/faces.el	Mon Jun 26 15:05:34 2000 +0000
@@ -1557,10 +1557,12 @@
 
 
 (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