* wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
authorteranisi <teranisi>
Thu, 24 Jul 2003 03:32:47 +0000 (03:32 +0000)
committerteranisi <teranisi>
Thu, 24 Jul 2003 03:32:47 +0000 (03:32 +0000)
color for light backgrounds.
(wl-highlight-summary-answered-face): Ditto.

wl/ChangeLog
wl/wl-highlight.el

index 21c85ec..fb2802c 100644 (file)
@@ -1,3 +1,9 @@
+2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
+       color for light backgrounds.
+       (wl-highlight-summary-answered-face): Ditto.
+
 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
index fa0cdbb..32a894d 100644 (file)
      (:foreground "SteelBlue"))
     (((class color)
       (background light))
-     (:foreground "SteelBlue")))
+     (:foreground "RoyalBlue4")))
   "Face used for displaying messages mark as deleted."
   :group 'wl-summary-faces
   :group 'wl-faces)
      (:foreground "khaki"))
     (((class color)
       (background light))
-     (:foreground "khaki")))
+     (:foreground "khaki4")))
   "Face used for displaying answered messages."
   :group 'wl-summary-faces
   :group 'wl-faces)