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

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

[nongnu] elpa/monokai-theme 65682b1 181/207: Merge pull request #86 from


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 65682b1 181/207: Merge pull request #86 from sdwolf/fix/vhl-colors
Date: Thu, 21 Oct 2021 18:07:57 -0400 (EDT)

branch: elpa/monokai-theme
commit 65682b13b4b65460db3d4cdae9d7be80cc2327e7
Merge: 2fc3148 5d3a37e
Author: Kelvin Smith <onekelvinsmith@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #86 from sdwolf/fix/vhl-colors
    
    Better handling of vhl colors
---
 monokai-theme.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 0cbfdd9..7721403 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -5262,10 +5262,8 @@ Also affects 'linum-mode' background."
 
    ;; volatile highlights
    `(vhl/default-face
-     ((,monokai-class (:background ,monokai-green-lc
-                                   :foreground ,monokai-green-hc))
-      (,monokai-256-class  (:background ,monokai-256-green-lc
-                                        :foreground ,monokai-256-green-hc))))
+      ((,monokai-class (:background ,monokai-highlight-alt))
+        (,monokai-256-class  (:background ,monokai-256-highlight-alt))))
 
    ;; w3m
    `(w3m-anchor



reply via email to

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