Mercurial > emacs
diff lisp/hi-lock.el @ 61398:499e1a6b0822
(hi-green): Fix face spec.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 08 Apr 2005 22:03:08 +0000 |
parents | 31aa9a390538 |
children | 6fb026ad601f 02f1dbc4a199 |
line wrap: on
line diff
--- a/lisp/hi-lock.el Fri Apr 08 21:59:26 2005 +0000 +++ b/lisp/hi-lock.el Fri Apr 08 22:03:08 2005 +0000 @@ -119,7 +119,7 @@ :group 'hi-lock-interactive-text-highlighting) (defface hi-yellow - '((((min-colors 88) (background dark)) + '((((min-colors 88) (background dark)) (:background "yellow1" :foreground "black")) (((background dark)) (:background "yellow" :foreground "black")) (((min-colors 88)) (:background "yellow1")) @@ -134,10 +134,10 @@ :group 'hi-lock-faces) (defface hi-green - '((((min-colors 88) (background dark)) + '((((min-colors 88) (background dark)) (:background "green1" :foreground "black")) (((background dark)) (:background "green" :foreground "black")) - ((min-colors 88) (:background "green1")) + (((min-colors 88)) (:background "green1")) (t (:background "green"))) "Face for hi-lock mode." :group 'hi-lock-faces)