From a5d9de1c981ddf6ed8a18dd191fa766436a6c21e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 19 Apr 2016 03:22:30 -0400 Subject: [PATCH] narf-dark: set background for linum faces --- private/themes/narf-dark-theme.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/private/themes/narf-dark-theme.el b/private/themes/narf-dark-theme.el index 26be7529a..2b132c65e 100644 --- a/private/themes/narf-dark-theme.el +++ b/private/themes/narf-dark-theme.el @@ -157,9 +157,8 @@ `(vertical-border ((,c (:foreground ,vertical-bar :background ,vertical-bar)))) - ;; `(linum ((,c (:foreground ,linum-fg :bold nil :height 0.8)))) - `(linum ((,c (:foreground ,linum-fg :bold nil)))) - `(linum-highlight-face ((,c (:inherit linum :foreground ,linum-hl-fg)))) + `(linum ((,c (:foreground ,linum-fg :background ,bg :bold nil :height 0.8 :underline nil)))) + `(linum-highlight-face ((,c (:inherit linum :foreground ,linum-hl-fg :background ,current-line)))) `(show-paren-match ((,c (:foreground ,magenta :inverse-video t)))) ;; Modeline