branch: elpa/spacemacs-theme
commit d9c256ab7ce12375b0d0edc55e54e7c7a3164ef4
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    linum-relative support
---
 spacemacs-common.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 8c5468111a..154438eced 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -338,6 +338,9 @@
 ;;;;; linum-mode
      `(linum ((,class (:foreground ,lnum :background ,bg2))))
 
+;;;;; linum-relative
+     `(linum-relative-current-face ((,class (:foreground ,comp))))
+
 ;;;;; magit
      `(magit-blame-culprit ((,class :background ,org-h4-bg :foreground 
,yellow)))
      `(magit-blame-header  ((,class :background ,org-h4-bg :foreground 
,green)))

Reply via email to