From: Mark Wooding Date: Thu, 7 Feb 2008 10:48:00 +0000 (+0000) Subject: emacs: Change a few faces. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/414d84843d6f395b849cbd8a269f38f02d739a17 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. --- 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)