Tweak fringe foreground color

This commit is contained in:
2014-07-16 11:04:02 +01:00
parent 70176e6697
commit 7f0407d808

View File

@@ -112,7 +112,7 @@
;; UI related
`(link ((t (:foreground ,blue-1 :background ,blue-1bg))))
`(fringe ((t (:background ,gray-1bg))))
`(fringe ((t (:foreground ,comment :background3 ,gray-1bg))))
`(mode-line ((t (:foreground ,blue-1 :background ,blue-2bg))))
`(mode-line-inactive ((t (:foreground ,blue-4 :background ,gray-4))))
`(vertical-border ((t (:background ,background :foreground ,gray-5))))