branch: elpa/gruvbox-theme
commit 50e62857d68384137242f0f5785d5d0bd0749ce4
Merge: 9a9f384a19 e4c2cc44ba
Author: Eduardo Lavaque <m...@greduan.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #63 from gilbertw1/feature-linum-highlight
    
    added support for 'linum-highlight-face'
---
 gruvbox-theme.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gruvbox-theme.el b/gruvbox-theme.el
index a03d116b6e..4161b82cb3 100644
--- a/gruvbox-theme.el
+++ b/gruvbox-theme.el
@@ -187,6 +187,9 @@
   ;; Highlight indentation mode
   (highlight-indentation-current-column-face (:background gruvbox-dark2))
   (highlight-indentation-face                (:background gruvbox-dark1))
+  
+  ;; Highlight linum
+  (linum-highlight-face                      (:background gruvbox-dark1 
:foreground gruvbox-neutral_yellow))
 
   ;; Smartparens
   (sp-pair-overlay-face                      (:background gruvbox-dark2))

Reply via email to