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

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

[nongnu] elpa/monokai-theme 1af1cbc 047/207: Merge pull request #36 from


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 1af1cbc 047/207: Merge pull request #36 from kocubinski/master
Date: Thu, 21 Oct 2021 18:07:29 -0400 (EDT)

branch: elpa/monokai-theme
commit 1af1cbc2b1db7acfacdc2e689386819a3bc09900
Merge: a4143fc 65779f1
Author: Kelvin Smith <onekelvinsmith@gmail.com>
Commit: Kelvin Smith <onekelvinsmith@gmail.com>

    Merge pull request #36 from kocubinski/master
    
    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]