branch: elpa/monokai-theme
commit 9f71a4b74302f0e42c5585215c68526df19ca76b
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>

    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 <[email protected]>
 ;; 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