# HG changeset patch # User Gerd Moellmann # Date 941675103 0 # Node ID 5fd5d2ab954664c2795c9d9e235fac53eb7310ff # Parent e11b1d9aa80f09f4707f957ba84d131c14aa05e5 * faces.el (secondary-selection): Change background to yellow. diff -r e11b1d9aa80f -r 5fd5d2ab9546 lisp/faces.el --- a/lisp/faces.el Wed Nov 03 23:50:40 1999 +0000 +++ b/lisp/faces.el Thu Nov 04 00:25:03 1999 +0000 @@ -1500,9 +1500,9 @@ '((((type tty) (class color)) (:background "cyan")) (((class color) (background light)) - (:background "paleturquoise")) + (:background "darkyellow")) (((class color) (background dark)) - (:background "darkslateblue")) + (:background "yellow")) (t (:inverse-video t))) "Basic face for displaying the secondary selection." :group 'basic-faces)