branch: elpa/gruvbox-theme
commit 813a2165b993014d6a3d02abfd077d711f7372fe
Author: Martijn Terpstra <[email protected]>
Commit: Jason Milkins <[email protected]>

    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