/[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.296 by rms, Tue Dec 21 11:37:25 2004 UTC revision 1.297 by dann, Thu Dec 23 18:28:13 2004 UTC
# Line 1783  created." Line 1783  created."
1783    
1784    
1785  (defface mode-line  (defface mode-line
1786    '((((type x w32 mac) (class color))    '((((class color) (min-colors 88))
1787       :box (:line-width -1 :style released-button)       :box (:line-width -1 :style released-button)
1788       :background "grey75" :foreground "black")       :background "grey75" :foreground "black")
1789      (t      (t
# Line 1796  created." Line 1796  created."
1796  (defface mode-line-inactive  (defface mode-line-inactive
1797    '((default    '((default
1798       :inherit mode-line)       :inherit mode-line)
1799      (((type x w32 mac) (background light) (class color))      (((class color) (min-colors 88) (background light))
1800       :weight light       :weight light
1801       :box (:line-width -1 :color "grey75" :style nil)       :box (:line-width -1 :color "grey75" :style nil)
1802       :foreground "grey20" :background "grey90")       :foreground "grey20" :background "grey90")
1803      (((type x w32 mac) (background dark) (class color))      (((class color) (min-colors 88) (background dark) )
1804       :weight light       :weight light
1805       :box (:line-width -1 :color "grey40" :style nil)       :box (:line-width -1 :color "grey40" :style nil)
1806       :foreground "grey80" :background "grey30"))       :foreground "grey80" :background "grey30"))

Legend:
Removed from v.1.296  
changed lines
  Added in v.1.297

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