comparison lisp/font-lock.el @ 66678:d3efdaf600d9

(font-lock-warning-face): Use the more vivid red1, not red.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 03 Nov 2005 22:29:43 +0000
parents 621fdbc28285
children 5271a20d9255
comparison
equal deleted inserted replaced
66677:11249bb2f593 66678:d3efdaf600d9
1801 :group 'font-lock-highlighting-faces) 1801 :group 'font-lock-highlighting-faces)
1802 1802
1803 (defface font-lock-warning-face 1803 (defface font-lock-warning-face
1804 '((((class color) (min-colors 88) (background light)) (:foreground "Red1" :weight bold)) 1804 '((((class color) (min-colors 88) (background light)) (:foreground "Red1" :weight bold))
1805 (((class color) (min-colors 88) (background dark)) (:foreground "Pink" :weight bold)) 1805 (((class color) (min-colors 88) (background dark)) (:foreground "Pink" :weight bold))
1806 (((class color) (min-colors 16) (background light)) (:foreground "Red" :weight bold)) 1806 (((class color) (min-colors 16) (background light)) (:foreground "Red1" :weight bold))
1807 (((class color) (min-colors 16) (background dark)) (:foreground "Pink" :weight bold)) 1807 (((class color) (min-colors 16) (background dark)) (:foreground "Pink" :weight bold))
1808 (((class color) (min-colors 8)) (:foreground "red")) 1808 (((class color) (min-colors 8)) (:foreground "red"))
1809 (t (:inverse-video t :weight bold))) 1809 (t (:inverse-video t :weight bold)))
1810 "Font Lock mode face used to highlight warnings." 1810 "Font Lock mode face used to highlight warnings."
1811 :group 'font-lock-highlighting-faces) 1811 :group 'font-lock-highlighting-faces)