Styling of linum so it looks as you would expect. Works best with (setq linum-format %4d) IMO

This commit is contained in:
Mads Hartmann 2011-05-03 21:55:19 +02:00
parent adc0ecbb0d
commit 9a8e6553c7
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ will use the 256 degraded color mode."
((t (:foreground ,base0 :background ,base03 :inverse-video t))))
(escape-glyph-face ((t (:foreground ,red))))
(fringe ((t (:foreground ,base01 :background ,base02))))
(linum ((t (:foreground ,base01 :background ,base02))))
(header-line ((t (:foreground ,base0 :background ,base2))))
(highlight ((t (:background ,base02))))
(hl-line ((t (:background ,base02))))