From 0b684e5cc851575cb3e218a1fb80e6218a008d02 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Wed, 13 Nov 2013 11:07:13 +0000 Subject: [PATCH] Set an explicit foreground colour for linum --- color-theme-sanityinc-solarized.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/color-theme-sanityinc-solarized.el b/color-theme-sanityinc-solarized.el index 493bbcf..c7c3b44 100644 --- a/color-theme-sanityinc-solarized.el +++ b/color-theme-sanityinc-solarized.el @@ -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))))