branch: elpa/spacemacs-theme
commit 9ae49faf0a79d91ac490d140df682bf37580c273
Author: Vincent Zhang <[email protected]>
Commit: Vincent Zhang <[email protected]>
Support `line-numer-current-line` face.
---
spacemacs-common.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index c325d9db64..2eb341b330 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -530,10 +530,10 @@ to 'auto, tags may not be properly aligned. "
;;;;; linum-mode
`(linum ((,class (:foreground ,lnum :background ,bg2 :inherit default))))
-;;;;; line-numbers-mode (Emacs 26+)
+;;;;; display-line-numbers-mode (Emacs 26+)
(when (>= emacs-major-version 26)
`(line-number ((,class (:foreground ,lnum :background ,bg2)))))
-
+ `(line-number-current-line ((,class (:foreground ,base :background
,bg2))))))
;;;;; linum-relative
`(linum-relative-current-face ((,class (:foreground ,comp))))