branch: elpa/spacemacs-theme
commit 0a5a745c209daafc0e60b8db92993802a9c05fb8
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    Fix (#91) Show-paren-mode erroneously highlights the left margin
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index a6fbdddf28..aabad329f0 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -513,7 +513,7 @@ to 'auto, tags may not be properly aligned. "
      `(ledger-occur-xact-face ((,class (:background ,bg2))))
 
 ;;;;; linum-mode
-     `(linum ((,class (:foreground ,lnum :background ,bg2))))
+     `(linum ((,class (:foreground ,lnum :background ,bg2 :inherit default))))
 
 ;;;;; line-numbers-mode (Emacs 26+)
      (when (>= emacs-major-version 26)

Reply via email to