# HG changeset patch # User Dan Nicolaescu # Date 1184295019 0 # Node ID 6ad309ee5f4eec811ff48b4d56d00d74bb3d74cf # Parent bca51c0808998888a53f63fe3fe1dd1751467527 * 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. diff -r bca51c080899 -r 6ad309ee5f4e lisp/ChangeLog --- a/lisp/ChangeLog Thu Jul 12 22:47:51 2007 +0000 +++ b/lisp/ChangeLog Fri Jul 13 02:50:19 2007 +0000 @@ -1,3 +1,12 @@ +2007-07-13 Dan Nicolaescu + + * 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. + 2007-07-12 Davis Herring * desktop.el (desktop-buffer-info, desktop-save): diff -r bca51c080899 -r 6ad309ee5f4e lisp/pcvs-info.el --- a/lisp/pcvs-info.el Thu Jul 12 22:47:51 2007 +0000 +++ b/lisp/pcvs-info.el Fri Jul 13 02:50:19 2007 +0000 @@ -85,9 +85,9 @@ (defface cvs-unknown '((((class color) (background dark)) - (:foreground "red")) + (:foreground "red1")) (((class color) (background light)) - (:foreground "red")) + (:foreground "red1")) (t (:slant italic))) "PCL-CVS face used to highlight unknown file status." :group 'pcl-cvs) diff -r bca51c080899 -r 6ad309ee5f4e lisp/progmodes/gdb-ui.el --- a/lisp/progmodes/gdb-ui.el Thu Jul 12 22:47:51 2007 +0000 +++ b/lisp/progmodes/gdb-ui.el Fri Jul 13 02:50:19 2007 +0000 @@ -1765,7 +1765,7 @@ (defface breakpoint-enabled '((t - :foreground "red" + :foreground "red1" :weight bold)) "Face for enabled breakpoint icon in fringe." :group 'gud) diff -r bca51c080899 -r 6ad309ee5f4e lisp/replace.el --- 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))