chiark / gitweb /
emacs: Change a few faces.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 7 Feb 2008 10:48:00 +0000 (10:48 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 7 Feb 2008 10:48:00 +0000 (10:48 +0000)
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

index 3e6015ed26e9504c0df186ae8b744e9fbfa43101..dffae4f6d50a100b0be66494cba00d89514f29c7 100644 (file)
@@ -585,10 +585,10 @@     (default :foreground "white" :background "black"
     (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)