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

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

[nongnu] elpa/monokai-theme 65779f1 046/207: Fix highlight-tail-colors s


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 65779f1 046/207: Fix highlight-tail-colors syntax error, preventing theme from loading.
Date: Thu, 21 Oct 2021 18:07:29 -0400 (EDT)

branch: elpa/monokai-theme
commit 65779f1930687189ced792a5bba2b3eb329d52ad
Author: Matt Kocubinski <mkocubinski@gmail.com>
Commit: Matt Kocubinski <mkocubinski@gmail.com>

    Fix highlight-tail-colors syntax error, preventing theme from loading.
---
 monokai-theme.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 77a956c..5414e57 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -5338,9 +5338,8 @@ Also affects 'linum-mode' background."
 
    ;; highlight-tail
    `(highlight-tail-colors
-     ((,monokai-hl . 0)(,green-lc . 20)(,cyan-lc . 30)(,blue-lc . 50)
-      (,yellow-lc . 60)(,orange-lc . 70)(,magenta-lc . 85)(,monokai-hl . 100)))
-
+     '((,monokai-hl . 0)(,green-lc . 20)(,cyan-lc . 30)(,blue-lc . 50)
+       (,yellow-lc . 60)(,orange-lc . 70)(,magenta-lc . 85)(,monokai-hl . 
100)))
 
    ;; vc
    `(vc-annotate-color-map



reply via email to

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