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

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

[nongnu] elpa/monokai-theme 9f71a4b 049/207: Fixes #31 eval: Invalid fun


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 9f71a4b 049/207: Fixes #31 eval: Invalid function: '#FD5FF0' and bumps version
Date: Thu, 21 Oct 2021 18:07:29 -0400 (EDT)

branch: elpa/monokai-theme
commit 9f71a4b74302f0e42c5585215c68526df19ca76b
Author: Kelvin Smith <oneKelvinSmith@gmail.com>
Commit: Kelvin Smith <oneKelvinSmith@gmail.com>

    Fixes #31 eval: Invalid function: '#FD5FF0' and bumps version
---
 monokai-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 1a46666..c0e0849 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -1,10 +1,10 @@
 ;;; monokai-theme.el --- A fruity color theme for Emacs.
 
-;; Copyright (C) 2011-2013
+;; Copyright (C) 2011-2015
 
 ;; Author: Kelvin Smith <oneKelvinSmith@gmail.com>
 ;; URL: http://github.com/oneKelvinSmith/monokai-emacs
-;; Version: 0.2.0
+;; Version: 0.2.1
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -5348,7 +5348,7 @@ Also affects 'linum-mode' background."
    `(magit-diff-use-overlays nil)
 
    ;; highlight-changes
-   `(highlight-changes-colors (,magenta ,violet))
+   `(highlight-changes-colors '(,magenta ,violet))
 
    ;; highlight-tail
    `(highlight-tail-colors



reply via email to

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