From 414d84843d6f395b849cbd8a269f38f02d739a17 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 7 Feb 2008 10:48:00 +0000 Subject: [PATCH] emacs: Change a few faces. Make the inactive mode line yellow-on-blue, so that it shows up in console sessions. And make the fringes plain black now that they're so thin. --- dot-emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot-emacs.el b/dot-emacs.el index 3e6015e..dffae4f 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -585,10 +585,10 @@ doesn't cope with anything approximating a complicated case." (minibuffer-prompt) (mode-line :foreground "blue" :background "yellow" :box (:line-width 1 :style released-button)) - (mode-line-inactive :foreground "grey80" :background "grey30" + (mode-line-inactive :foreground "yellow" :background "blue" :box (:line-width 1 :style released-button)) (scroll-bar :foreground "black" :background "lightgrey") - (fringe :foreground "yellow" :background "grey30") + (fringe :foreground "yellow" :background "black") (show-paren-match-face :background "darkgreen") (show-paren-mismatch-face :background "red") (font-lock-warning-face :background "red" :weight bold) -- 2.11.0