emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/generic-x.el


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

Index: emacs/lisp/generic-x.el
diff -c emacs/lisp/generic-x.el:1.29 emacs/lisp/generic-x.el:1.30
*** emacs/lisp/generic-x.el:1.29        Tue Apr  5 18:33:50 2005
--- emacs/lisp/generic-x.el     Fri Apr  8 14:26:13 2005
***************
*** 1612,1619 ****
  (defface show-tabs-tab-face
    '((((class grayscale) (background light)) (:background "DimGray"   :weight 
bold))
      (((class grayscale) (background dark))  (:background "LightGray" :weight 
bold))
!     (((class color)     (background light)) (:background "red"))
!     (((class color)     (background dark))  (:background "red"))
      (t (:weight bold)))
    "Font Lock mode face used to highlight TABs."
    :group 'generic-x)
--- 1612,1619 ----
  (defface show-tabs-tab-face
    '((((class grayscale) (background light)) (:background "DimGray"   :weight 
bold))
      (((class grayscale) (background dark))  (:background "LightGray" :weight 
bold))
!     (((class color)     (min-colors 88))    (:background "red1"))
!     (((class color))                        (:background "red"))
      (t (:weight bold)))
    "Font Lock mode face used to highlight TABs."
    :group 'generic-x)
***************
*** 1621,1628 ****
  (defface show-tabs-space-face
    '((((class grayscale) (background light)) (:background "DimGray"   :weight 
bold))
      (((class grayscale) (background dark))  (:background "LightGray" :weight 
bold))
!     (((class color)     (background light)) (:background "yellow"))
!     (((class color)     (background dark))  (:background "yellow"))
      (t (:weight bold)))
    "Font Lock mode face used to highlight spaces."
    :group 'generic-x)
--- 1621,1628 ----
  (defface show-tabs-space-face
    '((((class grayscale) (background light)) (:background "DimGray"   :weight 
bold))
      (((class grayscale) (background dark))  (:background "LightGray" :weight 
bold))
!     (((class color)     (min-colors 88))    (:background "yellow1"))
!     (((class color))                        (:background "yellow"))
      (t (:weight bold)))
    "Font Lock mode face used to highlight spaces."
    :group 'generic-x)




reply via email to

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