branch: elpa/spacemacs-theme
commit 003e1d60d9b2086c4bbbf0f5dab47df0a5c36928
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Line numbers
---
spacemacs-dark-theme.el | 3 +++
spacemacs-light-theme.el | 3 +++
2 files changed, 6 insertions(+)
diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 23c47311b0..1c38fc9706 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -241,6 +241,9 @@
`(neo-file-link-face ((,class (:foreground ,base))))
`(neo-expand-btn-face ((,class (:foreground ,base))))
+;;;;; linum-mode
+ `(linum ((,class (:foreground ,base :background ,bg2))))
+
;;;;; other, need more work
`(custom-button ((,class (:background ,yellow))))
`(org-code ((,class (:foreground ,base))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index a513f1155f..0993004b99 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -241,6 +241,9 @@
`(neo-file-link-face ((,class (:foreground ,base))))
`(neo-expand-btn-face ((,class (:foreground ,base))))
+;;;;; linum-mode
+ `(linum ((,class (:foreground ,base :background ,bg2))))
+
;;;;; other, need more work
`(org-code ((,class (:foreground ,base))))
`(org-hide ((,class (:foreground ,base))))