emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Tue, 19 Jul 2005 07:30:30 -0400

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.329 emacs/lisp/faces.el:1.330
*** emacs/lisp/faces.el:1.329   Mon Jul  4 23:08:54 2005
--- emacs/lisp/faces.el Tue Jul 19 11:30:29 2005
***************
*** 1882,1893 ****
    :group 'basic-faces)
  
  (defface mode-line-highlight
!   '((((class color) (min-colors 88) (background light))
!       :background "RoyalBlue4" :foreground "white")
!      (((class color) (min-colors 88) (background dark))
!       :background "light sky blue" :foreground "black")
!      (t
!      :inverse-video t))
    "Basic mode line face for highlighting."
    :version "22.1"
    :group 'modeline
--- 1882,1891 ----
    :group 'basic-faces)
  
  (defface mode-line-highlight
!   '((((class color) (min-colors 88))
!      :box (:line-width 2 :color "grey40" :style released-button))
!     (t
!      :inherit highlight))
    "Basic mode line face for highlighting."
    :version "22.1"
    :group 'modeline
***************
*** 2149,2156 ****
    :version "22.1")
  
  (defface shadow
!   '((((background dark))  :foreground "grey70")
!     (((background light)) :foreground "grey50"))
    "Basic face for shadowed text."
    :group 'basic-faces
    :version "22.1")
--- 2147,2160 ----
    :version "22.1")
  
  (defface shadow
!   '((((class color grayscale) (min-colors 88) (background light))
!      :foreground "grey50")
!     (((class color grayscale) (min-colors 88) (background dark))
!      :foreground "grey70")
!     (((class color) (min-colors 8) (background light))
!      :foreground "green")
!     (((class color) (min-colors 8) (background dark))
!      :foreground "yellow"))
    "Basic face for shadowed text."
    :group 'basic-faces
    :version "22.1")




reply via email to

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