From 668e254c4e4b45bc3c01e3de7e45bd602dcc6f72 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 6 Feb 2008 17:20:26 +0000 Subject: [PATCH] dot-emacs: Put a box around the inactive mode line for symmetry. --- dot-emacs.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dot-emacs.el b/dot-emacs.el index e10f9ed..6643567 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -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") -- 2.11.0