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

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

[nongnu] elpa/gruvbox-theme 813a2165b9 161/258: Fixed linum mode faces u


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 813a2165b9 161/258: Fixed linum mode faces under emacs 25
Date: Sat, 1 Jan 2022 01:59:41 -0500 (EST)

branch: elpa/gruvbox-theme
commit 813a2165b993014d6a3d02abfd077d711f7372fe
Author: Martijn Terpstra <bigmartijn@gmail.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    Fixed linum mode faces under emacs 25
    
    An issue was caused by inheritance from the native line faces
    introduced in emacs 26.
---
 gruvbox.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gruvbox.el b/gruvbox.el
index 067d1fcd89..5a0ce80df9 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -153,9 +153,9 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
      ;; line numbers
      (line-number                               (:foreground gruvbox-dark2 
:background gruvbox-dark0))
      (line-number-current-line                  (:foreground 
gruvbox-neutral_orange :background gruvbox-dark1))
-     (linum                                     (:inherit 'line-number))
-     (linum-highlight-face                      (:inherit 
'line-number-current-line))
-     (linum-relative-current-face               (:inherit 
'line-number-current-line))
+     (linum                                     (:foreground gruvbox-dark2 
:background gruvbox-dark0))
+     (linum-highlight-face                      (:foreground 
gruvbox-neutral_orange :background gruvbox-dark1))
+     (linum-relative-current-face               (:foreground 
gruvbox-neutral_orange :background gruvbox-dark1))
 
      ;; Highlight indentation mode
      (highlight-indentation-current-column-face (:background gruvbox-dark2))



reply via email to

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