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

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

[nongnu] elpa/monokai-theme 5d3a37e 179/207: Better handling of vhl colo


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 5d3a37e 179/207: Better handling of vhl colors
Date: Thu, 21 Oct 2021 18:07:57 -0400 (EDT)

branch: elpa/monokai-theme
commit 5d3a37ead687cbfbed563e39274a407399acbd61
Author: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
Commit: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>

    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 d64d578..c63e4cc 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -5260,10 +5260,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]