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

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

[nongnu] elpa/monokai-theme b5ed679 173/207: FIX: show-paren-mode errone


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme b5ed679 173/207: FIX: show-paren-mode erroneously highlights the left margin.
Date: Thu, 21 Oct 2021 18:07:56 -0400 (EDT)

branch: elpa/monokai-theme
commit b5ed679fb9a922c14d810a4d670a02538f418beb
Author: Vincent Zhang <seagle0128@gmail.com>
Commit: Vincent Zhang <seagle0128@gmail.com>

    FIX: show-paren-mode erroneously highlights the left margin.
    
    Refer to 
https://lists.gnu.org/archive/html/bug-gnu-emacs/2015-10/msg01050.html
---
 monokai-theme.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index d620df0..dac63f5 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -3218,9 +3218,11 @@ Also affects 'linum-mode' background."
    `(linum
      ((,monokai-class (:foreground ,monokai-line-number
                                    :background ,monokai-fringe-bg
+                                   :inherit default
                                    :underline nil))
       (,monokai-256-class  (:foreground ,monokai-256-line-number
                                         :background ,monokai-256-fringe-bg
+                                        :inherit default
                                         :underline nil))))
 
    ;; linum-relative-current-face



reply via email to

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