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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Mon, 11 Feb 2002 21:59:07 -0500

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.253 emacs/lisp/faces.el:1.254
*** emacs/lisp/faces.el:1.253   Fri Feb  8 18:51:56 2002
--- emacs/lisp/faces.el Mon Feb 11 21:59:05 2002
***************
*** 1,6 ****
  ;;; faces.el --- Lisp faces
  
! ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
  ;;   Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
--- 1,6 ----
  ;;; faces.el --- Lisp faces
  
! ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
  ;;   Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
***************
*** 1714,1724 ****
    :group 'basic-faces)
  
  (defface mode-line-inactive
!   '((((type x w32 mac) (class color))
       :inherit mode-line
       :weight light
       :box (:line-width -1 :color "grey75" :style nil)
       :foreground "grey20" :background "grey90")
      (t
       :inverse-video t))
    "Basic mode line face for non-selected windows."
--- 1714,1729 ----
    :group 'basic-faces)
  
  (defface mode-line-inactive
!   '((((type x w32 mac) (background light) (class color))
       :inherit mode-line
       :weight light
       :box (:line-width -1 :color "grey75" :style nil)
       :foreground "grey20" :background "grey90")
+     (((type x w32 mac) (background dark) (class color))
+      :inherit mode-line
+      :weight light
+      :box (:line-width -1 :color "grey40" :style nil)
+      :foreground "grey80" :background "grey30")
      (t
       :inverse-video t))
    "Basic mode line face for non-selected windows."



reply via email to

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