From 5183d4c9a916b8b8ffaeaa287447953842822588 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Fri, 13 Jul 2007 02:50:19 +0000 Subject: * replace.el (match): Use yellow1 instead of yellow. * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red. * pcvs-info.el (cvs-unknown): Likewise. --- lisp/replace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/replace.el') diff --git a/lisp/replace.el b/lisp/replace.el index ed1fa9a6b59..5d4c2a2eba6 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -860,7 +860,7 @@ Compatibility function for \\[next-error] invocations." (defface match '((((class color) (min-colors 88) (background light)) - :background "yellow") + :background "yellow1") (((class color) (min-colors 88) (background dark)) :background "RoyalBlue3") (((class color) (min-colors 8) (background light)) -- cgit v1.2.3