branch: elpa/spacemacs-theme
commit ba751f85cc234124a74234c50a3ce740ba292c7e
Merge: e4b3fda02d 00356dc91c
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #108 from seagle0128/master
Support `line-numer-current-line` face.
---
spacemacs-common.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 40b53110e7..9f249eeb50 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -530,9 +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 ((,class (:foreground ,lnum :background ,bg2))))
+ `(line-number-current-line ((,class (:foreground ,base :background
,bg2)))))
;;;;; linum-relative
`(linum-relative-current-face ((,class (:foreground ,comp))))