emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/font-lock.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Fri, 08 Apr 2005 10:26:18 -0400

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.237 emacs/lisp/font-lock.el:1.238
*** emacs/lisp/font-lock.el:1.237       Fri Apr  8 12:50:08 2005
--- emacs/lisp/font-lock.el     Fri Apr  8 14:26:13 2005
***************
*** 1657,1663 ****
    '((((class grayscale) (background light)) (:foreground "LightGray" :weight 
bold))
      (((class grayscale) (background dark)) (:foreground "DimGray" :weight 
bold))
      (((class color) (min-colors 88) (background light)) (:foreground 
"Purple"))
!     (((class color) (min-colors 88) (background dark)) (:foreground "Cyan"))
      (((class color) (min-colors 16) (background light)) (:foreground 
"Purple"))
      (((class color) (min-colors 16) (background dark)) (:foreground "Cyan"))
      (((class color) (min-colors 8)) (:foreground "cyan" :weight bold))
--- 1657,1663 ----
    '((((class grayscale) (background light)) (:foreground "LightGray" :weight 
bold))
      (((class grayscale) (background dark)) (:foreground "DimGray" :weight 
bold))
      (((class color) (min-colors 88) (background light)) (:foreground 
"Purple"))
!     (((class color) (min-colors 88) (background dark)) (:foreground "Cyan1"))
      (((class color) (min-colors 16) (background light)) (:foreground 
"Purple"))
      (((class color) (min-colors 16) (background dark)) (:foreground "Cyan"))
      (((class color) (min-colors 8)) (:foreground "cyan" :weight bold))
***************
*** 1678,1684 ****
    :group 'font-lock-highlighting-faces)
  
  (defface font-lock-function-name-face
!   '((((class color) (min-colors 88) (background light)) (:foreground "Blue"))
      (((class color) (min-colors 88) (background dark)) (:foreground 
"LightSkyBlue"))
      (((class color) (min-colors 16) (background light)) (:foreground "Blue"))
      (((class color) (min-colors 16) (background dark)) (:foreground 
"LightSkyBlue"))
--- 1678,1684 ----
    :group 'font-lock-highlighting-faces)
  
  (defface font-lock-function-name-face
!   '((((class color) (min-colors 88) (background light)) (:foreground "Blue1"))
      (((class color) (min-colors 88) (background dark)) (:foreground 
"LightSkyBlue"))
      (((class color) (min-colors 16) (background light)) (:foreground "Blue"))
      (((class color) (min-colors 16) (background dark)) (:foreground 
"LightSkyBlue"))
***************
*** 1728,1734 ****
    :group 'font-lock-highlighting-faces)
  
  (defface font-lock-warning-face
!   '((((class color) (min-colors 88) (background light)) (:foreground "Red" 
:weight bold))
      (((class color) (min-colors 88) (background dark)) (:foreground "Pink" 
:weight bold))
      (((class color) (min-colors 16) (background light)) (:foreground "Red" 
:weight bold))
      (((class color) (min-colors 16) (background dark)) (:foreground "Pink" 
:weight bold))
--- 1728,1734 ----
    :group 'font-lock-highlighting-faces)
  
  (defface font-lock-warning-face
!   '((((class color) (min-colors 88) (background light)) (:foreground "Red1" 
:weight bold))
      (((class color) (min-colors 88) (background dark)) (:foreground "Pink" 
:weight bold))
      (((class color) (min-colors 16) (background light)) (:foreground "Red" 
:weight bold))
      (((class color) (min-colors 16) (background dark)) (:foreground "Pink" 
:weight bold))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]