/[emacs]/emacs/lisp/font-lock.el
ViewVC logotype

Diff of /emacs/lisp/font-lock.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.237 by lute, Fri Apr 8 12:50:08 2005 UTC revision 1.238 by dann, Fri Apr 8 14:26:13 2005 UTC
# Line 1657  Sets various variables using `font-lock- Line 1657  Sets various variables using `font-lock-
1657    '((((class grayscale) (background light)) (:foreground "LightGray" :weight bold))    '((((class grayscale) (background light)) (:foreground "LightGray" :weight bold))
1658      (((class grayscale) (background dark)) (:foreground "DimGray" :weight bold))      (((class grayscale) (background dark)) (:foreground "DimGray" :weight bold))
1659      (((class color) (min-colors 88) (background light)) (:foreground "Purple"))      (((class color) (min-colors 88) (background light)) (:foreground "Purple"))
1660      (((class color) (min-colors 88) (background dark)) (:foreground "Cyan"))      (((class color) (min-colors 88) (background dark)) (:foreground "Cyan1"))
1661      (((class color) (min-colors 16) (background light)) (:foreground "Purple"))      (((class color) (min-colors 16) (background light)) (:foreground "Purple"))
1662      (((class color) (min-colors 16) (background dark)) (:foreground "Cyan"))      (((class color) (min-colors 16) (background dark)) (:foreground "Cyan"))
1663      (((class color) (min-colors 8)) (:foreground "cyan" :weight bold))      (((class color) (min-colors 8)) (:foreground "cyan" :weight bold))
# Line 1678  Sets various variables using `font-lock- Line 1678  Sets various variables using `font-lock-
1678    :group 'font-lock-highlighting-faces)    :group 'font-lock-highlighting-faces)
1679    
1680  (defface font-lock-function-name-face  (defface font-lock-function-name-face
1681    '((((class color) (min-colors 88) (background light)) (:foreground "Blue"))    '((((class color) (min-colors 88) (background light)) (:foreground "Blue1"))
1682      (((class color) (min-colors 88) (background dark)) (:foreground "LightSkyBlue"))      (((class color) (min-colors 88) (background dark)) (:foreground "LightSkyBlue"))
1683      (((class color) (min-colors 16) (background light)) (:foreground "Blue"))      (((class color) (min-colors 16) (background light)) (:foreground "Blue"))
1684      (((class color) (min-colors 16) (background dark)) (:foreground "LightSkyBlue"))      (((class color) (min-colors 16) (background dark)) (:foreground "LightSkyBlue"))
# Line 1728  Sets various variables using `font-lock- Line 1728  Sets various variables using `font-lock-
1728    :group 'font-lock-highlighting-faces)    :group 'font-lock-highlighting-faces)
1729    
1730  (defface font-lock-warning-face  (defface font-lock-warning-face
1731    '((((class color) (min-colors 88) (background light)) (:foreground "Red" :weight bold))    '((((class color) (min-colors 88) (background light)) (:foreground "Red1" :weight bold))
1732      (((class color) (min-colors 88) (background dark)) (:foreground "Pink" :weight bold))      (((class color) (min-colors 88) (background dark)) (:foreground "Pink" :weight bold))
1733      (((class color) (min-colors 16) (background light)) (:foreground "Red" :weight bold))      (((class color) (min-colors 16) (background light)) (:foreground "Red" :weight bold))
1734      (((class color) (min-colors 16) (background dark)) (:foreground "Pink" :weight bold))      (((class color) (min-colors 16) (background dark)) (:foreground "Pink" :weight bold))

Legend:
Removed from v.1.237  
changed lines
  Added in v.1.238

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26