changeset 29943:b8314fd10792

(fringe): Change face for different backgrounds.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 26 Jun 2000 15:05:34 +0000
parents 2b775d4b13c3
children 95e03dfd4c65
files lisp/faces.el
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
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