comparison 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
comparison
equal deleted inserted replaced
29942:2b775d4b13c3 29943:b8314fd10792
1555 "Basic face for highlighting the region." 1555 "Basic face for highlighting the region."
1556 :group 'basic-faces) 1556 :group 'basic-faces)
1557 1557
1558 1558
1559 (defface fringe 1559 (defface fringe
1560 '((((class color)) 1560 '((((class color) (background light))
1561 (:background "grey95")) 1561 (:background "grey95"))
1562 (t 1562 (((class color) (background dark))
1563 (:background "gray"))) 1563 (:background "grey10"))
1564 (t
1565 (:background "gray")))
1564 "Basic face for the fringes to the left and right of windows under X." 1566 "Basic face for the fringes to the left and right of windows under X."
1565 :version "21.1" 1567 :version "21.1"
1566 :group 'frames 1568 :group 'frames
1567 :group 'basic-faces) 1569 :group 'basic-faces)
1568 1570