comparison lisp/faces.el @ 26343:5fd5d2ab9546

* faces.el (secondary-selection): Change background to yellow.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 04 Nov 1999 00:25:03 +0000
parents 6bf33b333eb2
children f9c908630f61
comparison
equal deleted inserted replaced
26342:e11b1d9aa80f 26343:5fd5d2ab9546
1498 1498
1499 (defface secondary-selection 1499 (defface secondary-selection
1500 '((((type tty) (class color)) 1500 '((((type tty) (class color))
1501 (:background "cyan")) 1501 (:background "cyan"))
1502 (((class color) (background light)) 1502 (((class color) (background light))
1503 (:background "paleturquoise")) 1503 (:background "darkyellow"))
1504 (((class color) (background dark)) 1504 (((class color) (background dark))
1505 (:background "darkslateblue")) 1505 (:background "yellow"))
1506 (t (:inverse-video t))) 1506 (t (:inverse-video t)))
1507 "Basic face for displaying the secondary selection." 1507 "Basic face for displaying the secondary selection."
1508 :group 'basic-faces) 1508 :group 'basic-faces)
1509 1509
1510 1510