/[emacs]/emacs/lisp/faces.el
ViewVC logotype

Diff of /emacs/lisp/faces.el

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

revision 1.329 by lute, Mon Jul 4 23:08:54 2005 UTC revision 1.330 by jurta, Tue Jul 19 11:30:29 2005 UTC
# Line 1882  created." Line 1882  created."
1882    :group 'basic-faces)    :group 'basic-faces)
1883    
1884  (defface mode-line-highlight  (defface mode-line-highlight
1885    '((((class color) (min-colors 88) (background light))    '((((class color) (min-colors 88))
1886        :background "RoyalBlue4" :foreground "white")       :box (:line-width 2 :color "grey40" :style released-button))
1887       (((class color) (min-colors 88) (background dark))      (t
1888        :background "light sky blue" :foreground "black")       :inherit highlight))
      (t  
      :inverse-video t))  
1889    "Basic mode line face for highlighting."    "Basic mode line face for highlighting."
1890    :version "22.1"    :version "22.1"
1891    :group 'modeline    :group 'modeline
# Line 2149  Note: Other faces cannot inherit from th Line 2147  Note: Other faces cannot inherit from th
2147    :version "22.1")    :version "22.1")
2148    
2149  (defface shadow  (defface shadow
2150    '((((background dark))  :foreground "grey70")    '((((class color grayscale) (min-colors 88) (background light))
2151      (((background light)) :foreground "grey50"))       :foreground "grey50")
2152        (((class color grayscale) (min-colors 88) (background dark))
2153         :foreground "grey70")
2154        (((class color) (min-colors 8) (background light))
2155         :foreground "green")
2156        (((class color) (min-colors 8) (background dark))
2157         :foreground "yellow"))
2158    "Basic face for shadowed text."    "Basic face for shadowed text."
2159    :group 'basic-faces    :group 'basic-faces
2160    :version "22.1")    :version "22.1")

Legend:
Removed from v.1.329  
changed lines
  Added in v.1.330

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