Mercurial > emacs
comparison lisp/mh-e/mh-e.el @ 68601:db748505cbd2
(mh-folder-msg-number, mh-folder-refiled, mh-folder-to)
(mh-show-cc, mh-show-date, mh-show-header): Replace (min-colors 88)
with (min-colors 64) in face specifications so that MH-E still looks
good on systems with fewer colors (such as Eric Ding's).
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Fri, 03 Feb 2006 22:17:59 +0000 |
parents | 3908b72e5bec |
children | 4f414ab54d9e |
comparison
equal
deleted
inserted
replaced
68600:100a42ddd328 | 68601:db748505cbd2 |
---|---|
3035 :group 'mh-faces | 3035 :group 'mh-faces |
3036 :group 'mh-folder) | 3036 :group 'mh-folder) |
3037 | 3037 |
3038 (defface mh-folder-msg-number | 3038 (defface mh-folder-msg-number |
3039 (mh-defface-compat | 3039 (mh-defface-compat |
3040 '((((class color) (min-colors 88) (background light)) | 3040 '((((class color) (min-colors 64) (background light)) |
3041 (:foreground "snow4")) | 3041 (:foreground "snow4")) |
3042 (((class color) (min-colors 88) (background dark)) | 3042 (((class color) (min-colors 64) (background dark)) |
3043 (:foreground "snow3")) | 3043 (:foreground "snow3")) |
3044 (((class color)) | 3044 (((class color)) |
3045 (:foreground "cyan")))) | 3045 (:foreground "cyan")))) |
3046 | 3046 |
3047 "Message number face." | 3047 "Message number face." |
3048 :group 'mh-faces | 3048 :group 'mh-faces |
3049 :group 'mh-folder) | 3049 :group 'mh-folder) |
3050 | 3050 |
3051 (defface mh-folder-refiled | 3051 (defface mh-folder-refiled |
3052 (mh-defface-compat | 3052 (mh-defface-compat |
3053 '((((class color) (min-colors 88) (background light)) | 3053 '((((class color) (min-colors 64) (background light)) |
3054 (:foreground "DarkGoldenrod")) | 3054 (:foreground "DarkGoldenrod")) |
3055 (((class color) (min-colors 88) (background dark)) | 3055 (((class color) (min-colors 64) (background dark)) |
3056 (:foreground "LightGoldenrod")) | 3056 (:foreground "LightGoldenrod")) |
3057 (((class color)) | 3057 (((class color)) |
3058 (:foreground "yellow" :weight light)) | 3058 (:foreground "yellow" :weight light)) |
3059 (((class grayscale) (background light)) | 3059 (((class grayscale) (background light)) |
3060 (:foreground "Gray90" :bold t :italic t)) | 3060 (:foreground "Gray90" :bold t :italic t)) |
3104 :group 'mh-faces | 3104 :group 'mh-faces |
3105 :group 'mh-folder) | 3105 :group 'mh-folder) |
3106 | 3106 |
3107 (defface mh-folder-to | 3107 (defface mh-folder-to |
3108 (mh-defface-compat | 3108 (mh-defface-compat |
3109 '((((class color) (min-colors 88) (background light)) | 3109 '((((class color) (min-colors 64) (background light)) |
3110 (:foreground "RosyBrown")) | 3110 (:foreground "RosyBrown")) |
3111 (((class color) (min-colors 88) (background dark)) | 3111 (((class color) (min-colors 64) (background dark)) |
3112 (:foreground "LightSalmon")) | 3112 (:foreground "LightSalmon")) |
3113 (((class color)) | 3113 (((class color)) |
3114 (:foreground "green")) | 3114 (:foreground "green")) |
3115 (((class grayscale) (background light)) | 3115 (((class grayscale) (background light)) |
3116 (:foreground "DimGray" :italic t)) | 3116 (:foreground "DimGray" :italic t)) |
3144 :group 'mh-faces | 3144 :group 'mh-faces |
3145 :group 'mh-letter) | 3145 :group 'mh-letter) |
3146 | 3146 |
3147 (defface mh-show-cc | 3147 (defface mh-show-cc |
3148 (mh-defface-compat | 3148 (mh-defface-compat |
3149 '((((class color) (min-colors 88) (background light)) | 3149 '((((class color) (min-colors 64) (background light)) |
3150 (:foreground "DarkGoldenrod")) | 3150 (:foreground "DarkGoldenrod")) |
3151 (((class color) (min-colors 88) (background dark)) | 3151 (((class color) (min-colors 64) (background dark)) |
3152 (:foreground "LightGoldenrod")) | 3152 (:foreground "LightGoldenrod")) |
3153 (((class color)) | 3153 (((class color)) |
3154 (:foreground "yellow" :weight light)) | 3154 (:foreground "yellow" :weight light)) |
3155 (((class grayscale) (background light)) | 3155 (((class grayscale) (background light)) |
3156 (:foreground "Gray90" :bold t :italic t)) | 3156 (:foreground "Gray90" :bold t :italic t)) |
3162 :group 'mh-faces | 3162 :group 'mh-faces |
3163 :group 'mh-show) | 3163 :group 'mh-show) |
3164 | 3164 |
3165 (defface mh-show-date | 3165 (defface mh-show-date |
3166 (mh-defface-compat | 3166 (mh-defface-compat |
3167 '((((class color) (min-colors 88) (background light)) | 3167 '((((class color) (min-colors 64) (background light)) |
3168 (:foreground "ForestGreen")) | 3168 (:foreground "ForestGreen")) |
3169 (((class color) (min-colors 88) (background dark)) | 3169 (((class color) (min-colors 64) (background dark)) |
3170 (:foreground "PaleGreen")) | 3170 (:foreground "PaleGreen")) |
3171 (((class color)) | 3171 (((class color)) |
3172 (:foreground "green")) | 3172 (:foreground "green")) |
3173 (((class grayscale) (background light)) | 3173 (((class grayscale) (background light)) |
3174 (:foreground "Gray90" :bold t)) | 3174 (:foreground "Gray90" :bold t)) |
3191 :group 'mh-faces | 3191 :group 'mh-faces |
3192 :group 'mh-show) | 3192 :group 'mh-show) |
3193 | 3193 |
3194 (defface mh-show-header | 3194 (defface mh-show-header |
3195 (mh-defface-compat | 3195 (mh-defface-compat |
3196 '((((class color) (min-colors 88) (background light)) | 3196 '((((class color) (min-colors 64) (background light)) |
3197 (:foreground "RosyBrown")) | 3197 (:foreground "RosyBrown")) |
3198 (((class color) (min-colors 88) (background dark)) | 3198 (((class color) (min-colors 64) (background dark)) |
3199 (:foreground "LightSalmon")) | 3199 (:foreground "LightSalmon")) |
3200 (((class color)) | 3200 (((class color)) |
3201 (:foreground "green")) | 3201 (:foreground "green")) |
3202 (((class grayscale) (background light)) | 3202 (((class grayscale) (background light)) |
3203 (:foreground "DimGray" :italic t)) | 3203 (:foreground "DimGray" :italic t)) |