* 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.
This commit is contained in:
parent
eca04a35d2
commit
5183d4c9a9
4 changed files with 13 additions and 4 deletions
|
@ -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):
|
||||
|
|
|
@ -85,9 +85,9 @@ to confuse some users sometimes."
|
|||
|
||||
(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)
|
||||
|
|
|
@ -1765,7 +1765,7 @@ static char *magick[] = {
|
|||
|
||||
(defface breakpoint-enabled
|
||||
'((t
|
||||
:foreground "red"
|
||||
:foreground "red1"
|
||||
:weight bold))
|
||||
"Face for enabled breakpoint icon in fringe."
|
||||
:group 'gud)
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue