dot-emacs: Put a box around the inactive mode line for symmetry.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 6 Feb 2008 17:20:26 +0000 (17:20 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 6 Feb 2008 17:20:26 +0000 (17:20 +0000)
dot-emacs.el

index e10f9ed..6643567 100644 (file)
@@ -583,8 +583,10 @@ doesn't cope with anything approximating a complicated case."
               '(:family "misc-fixed" :width semi-condensed))))
     (fixed-pitch)
     (minibuffer-prompt)
-    (modeline :foreground "blue" :background "yellow"
-             :box (:line-width 1 :style released-button))
+    (mode-line :foreground "blue" :background "yellow"
+              :box (:line-width 1 :style released-button))
+    (mode-line-inactive :foreground "grey80" :background "grey30"
+                       :box (:line-width 1 :style released-button))
     (scroll-bar :foreground "black" :background "lightgrey")
     (fringe :foreground "yellow" :background "grey30")
     (show-paren-match-face :background "darkgreen")