Skip to content

Commit

Permalink
Set an explicit foreground colour for linum
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Nov 13, 2013
1 parent d20c701 commit 0b684e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color-theme-sanityinc-solarized.el
Expand Up @@ -195,7 +195,7 @@ names to which it refers are bound."
;; Emacs interface
(cursor ((,class (:background ,magenta))))
(fringe ((,class (:background ,alt-background))))
(linum ((,class (:background ,alt-background))))
(linum ((,class (:background ,alt-background :foreground ,green))))
(border ((,class (:background ,alt-background))))
(border-glyph ((,class (nil))))
(highlight ((,class (:inverse-video nil :background ,alt-background))))
Expand Down

0 comments on commit 0b684e5

Please sign in to comment.