From: Gerd Moellmann Date: Mon, 26 Jun 2000 15:05:34 +0000 (+0000) Subject: (fringe): Change face for different backgrounds. X-Git-Tag: emacs-pretest-21.0.90~3065 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6d5905738a52cfeed1ee03d2e4d20919e104c96;p=emacs.git (fringe): Change face for different backgrounds. --- diff --git a/lisp/faces.el b/lisp/faces.el index 4210dd5eccc..257ac51c50a 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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