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

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

[nongnu] elpa/monokai-theme 602a391 174/207: Merge pull request #83 from


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 602a391 174/207: Merge pull request #83 from seagle0128/master
Date: Thu, 21 Oct 2021 18:07:56 -0400 (EDT)

branch: elpa/monokai-theme
commit 602a39199d7f288ae5880b95d59d6228498057f4
Merge: b9be135 b5ed679
Author: Kelvin Smith <onekelvinsmith@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #83 from seagle0128/master
    
    FIX: show-paren-mode erroneously highlights the left margin.
---
 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]