emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/lisp/hi-lock.el
diff -c emacs/lisp/hi-lock.el:1.21 emacs/lisp/hi-lock.el:1.22
*** emacs/lisp/hi-lock.el:1.21  Thu Mar 24 22:12:00 2005
--- emacs/lisp/hi-lock.el       Fri Apr  8 14:26:13 2005
***************
*** 119,125 ****
    :group 'hi-lock-interactive-text-highlighting)
  
  (defface hi-yellow
!   '((((background dark)) (:background "yellow" :foreground "black"))
      (t (:background "yellow")))
    "Default face for hi-lock mode."
    :group 'hi-lock-faces)
--- 119,128 ----
    :group 'hi-lock-interactive-text-highlighting)
  
  (defface hi-yellow
!   '((((min-colors 88) (background dark)) 
!      (:background "yellow1" :foreground "black"))
!     (((background dark)) (:background "yellow" :foreground "black"))
!     (((min-colors 88)) (:background "yellow1"))
      (t (:background "yellow")))
    "Default face for hi-lock mode."
    :group 'hi-lock-faces)
***************
*** 131,137 ****
    :group 'hi-lock-faces)
  
  (defface hi-green
!   '((((background dark)) (:background "green" :foreground "black"))
      (t (:background "green")))
    "Face for hi-lock mode."
    :group 'hi-lock-faces)
--- 134,143 ----
    :group 'hi-lock-faces)
  
  (defface hi-green
!   '((((min-colors 88) (background dark)) 
!      (:background "green1" :foreground "black"))
!     (((background dark)) (:background "green" :foreground "black"))
!     ((min-colors 88) (:background "green1"))
      (t (:background "green")))
    "Face for hi-lock mode."
    :group 'hi-lock-faces)
***************
*** 148,164 ****
    :group 'hi-lock-faces)
  
  (defface hi-blue-b
!   '((t (:weight bold :foreground "blue")))
    "Face for hi-lock mode."
    :group 'hi-lock-faces)
  
  (defface hi-green-b
!   '((t (:weight bold :foreground "green")))
    "Face for hi-lock mode."
    :group 'hi-lock-faces)
  
  (defface hi-red-b
!   '((t (:weight bold :foreground "red")))
    "Face for hi-lock mode."
    :group 'hi-lock-faces)
  
--- 154,173 ----
    :group 'hi-lock-faces)
  
  (defface hi-blue-b
!   '((((min-colors 88)) (:weight bold :foreground "blue1"))
!     (t (:weight bold :foreground "blue")))
    "Face for hi-lock mode."
    :group 'hi-lock-faces)
  
  (defface hi-green-b
!   '((((min-colors 88)) (:weight bold :foreground "green1"))
!     (t (:weight bold :foreground "green")))
    "Face for hi-lock mode."
    :group 'hi-lock-faces)
  
  (defface hi-red-b
!   '((((min-colors 88)) (:weight bold :foreground "red1"))
!     (t (:weight bold :foreground "red")))
    "Face for hi-lock mode."
    :group 'hi-lock-faces)
  




reply via email to

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