Change color of hl-line to be darker, and less intrusive

This commit is contained in:
2012-06-04 13:03:41 +01:00
parent 8da136ff2b
commit 135f68c419

View File

@@ -42,7 +42,7 @@
`(region ((t (:background ,selection))))
`(fringe ((t (:background ,gray-2))))
`(minibuffer-prompt ((t (:foreground ,blue))))
`(hl-line ((t (:background ,gray-3))))
`(hl-line ((t (:background ,gray-4))))
;; Font-lock stuff
`(font-lock-builtin-face ((t (:foreground ,blue))))