X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/8df912e4f47928e29776086741ef57eb067aeb5c..668e254c4e4b45bc3c01e3de7e45bd602dcc6f72:/dot-emacs.el 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")