# HG changeset patch # User Gerd Moellmann # Date 962031934 0 # Node ID b8314fd1079272da2823bd34e3ee6e11630f9e49 # Parent 2b775d4b13c3e2b8e3a6c082937303f2664d5ec1 (fringe): Change face for different backgrounds. diff -r 2b775d4b13c3 -r b8314fd10792 lisp/faces.el --- 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