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

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

[nongnu] elpa/monokai-theme b9be135 170/207: Merge pull request #81 from


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme b9be135 170/207: Merge pull request #81 from seagle0128/master
Date: Thu, 21 Oct 2021 18:07:55 -0400 (EDT)

branch: elpa/monokai-theme
commit b9be135bb01328ee7c1349c3eb81aecd045ea015
Merge: d54b46b 657a5e6
Author: Kelvin Smith <onekelvinsmith@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #81 from seagle0128/master
    
    Support highlight-symbol.
---
 monokai-theme.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index f13ea30..d620df0 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2907,6 +2907,11 @@ Also affects 'linum-mode' background."
      ((,monokai-class (:background ,monokai-gray))
       (,monokai-256-class  (:background ,monokai-256-gray))))
 
+   ;; highlight-symbol
+   `(highlight-symbol-face
+     ((,monokai-class (:background ,monokai-highlight))
+      (,monokai-256-class  (:background ,monokai-256-highlight))))
+
    ;; hl-line-mode
    `(hl-line
      ((,monokai-class (:background ,monokai-highlight-line))



reply via email to

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