Mercurial > emacs
changeset 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 | e11b1d9aa80f |
children | eb8bcda297f9 |
files | lisp/faces.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)