1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00

(mh-folder-msg-number): Use purple on low-color, light backgrounds per

Mark's suggestion.
This commit is contained in:
Bill Wohler 2006-02-17 20:32:16 +00:00
parent a9c18b842e
commit b95d0a2433
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2006-02-17 Bill Wohler <wohler@newt.com>
* mh-e.el (mh-folder-msg-number): Use purple on low-color, light
backgrounds per Mark's suggestion.
* mh-utils.el (mh-image-load-path): Fix problem that images on
load-path or image-load-path would win over relative paths (newer
MH-E or Emacs distribution).

View File

@ -3019,7 +3019,9 @@ GNU Emacs and XEmacs from at least 21.5.23 on.")
(:foreground "snow4"))
(((class color) (min-colors 64) (background dark))
(:foreground "snow3"))
(((class color))
(((class color) (background light))
(:foreground "purple"))
(((class color) (background dark))
(:foreground "cyan"))))
(mh-folder-refiled
((((class color) (min-colors 64) (background light))
@ -3042,9 +3044,9 @@ GNU Emacs and XEmacs from at least 21.5.23 on.")
(t
(:bold t))))
(mh-folder-tick
((((class color) (background dark))
((((class color) (background light))
(:background "#dddf7e"))
(((class color) (background light))
(((class color) (background dark))
(:background "#dddf7e"))
(t
(:underline t))))