emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 003e1d60d9 019/336: Line numbers


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 003e1d60d9 019/336: Line numbers
Date: Fri, 14 Jan 2022 10:58:53 -0500 (EST)

branch: elpa/spacemacs-theme
commit 003e1d60d9b2086c4bbbf0f5dab47df0a5c36928
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]