Add vertical-border customization, and make non-active borders darker.

This commit is contained in:
2012-03-20 02:05:48 +00:00
parent ee3c5afe15
commit 618c39c760

View File

@@ -37,7 +37,8 @@
`(fringe ((t (:background ,current-line))))
`(minibuffer-prompt ((t (:foreground ,blue))))
`(mode-line ((t (:background ,current-line :foreground ,foreground))))
`(mode-line-inactive ((t (:background ,gray :foreground ,foreground))))
`(mode-line-inactive ((t (:background ,selection :foreground ,foreground))))
`(vertical-border ((t (:background ,selection :foreground ,selection))))
`(region ((t (:background ,selection))))
;; Font-lock stuff