Mercurial > emacs
changeset 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 | bca51c080899 |
children | 2a4f2224c0d4 |
files | lisp/ChangeLog lisp/pcvs-info.el lisp/progmodes/gdb-ui.el lisp/replace.el |
diffstat | 4 files changed, 13 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <dann@ics.uci.edu> + + * 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 <herring@lanl.gov> * desktop.el (desktop-buffer-info, desktop-save):
--- 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)
--- 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)
--- 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))