Mercurial > emacs
diff lisp/replace.el @ 78112:6ad309ee5f4e
* 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.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Fri, 13 Jul 2007 02:50:19 +0000 |
| parents | 0f67bcedb447 |
| children | 9355f9b7bbff 7894e62e5b10 a66921565bcb |
line wrap: on
line diff
--- a/lisp/replace.el Thu Jul 12 22:47:51 2007 +0000 +++ b/lisp/replace.el Fri Jul 13 02:50:19 2007 +0000 @@ -860,7 +860,7 @@ (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))
