Make line numbers darker so they stand out less.

This commit is contained in:
2012-03-20 02:06:24 +00:00
parent 618c39c760
commit f79bb3485b

View File

@@ -41,6 +41,9 @@
`(vertical-border ((t (:background ,selection :foreground ,selection))))
`(region ((t (:background ,selection))))
;; linum-mode
`(linum ((t (:background ,background :foreground ,selection))))
;; Font-lock stuff
`(font-lock-builtin-face ((t (:foreground ,blue))))
`(font-lock-comment-face ((t (:foreground ,comment))))
@@ -63,9 +66,6 @@
;; hl-line-mode
`(hl-line ((t (:background ,current-line))))
;; linum-mode
`(linum ((t (:background ,current-line :foreground ,foreground))))
;; show-paren-mode
`(show-paren-match ((t (:background ,purple :foreground ,current-line))))
`(show-paren-mismatch ((t (:background ,orange :foreground ,current-line))))