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

    Fix diff-refine faces
---
 monokai-theme.el | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index e9874eb..f4204fa 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -1505,16 +1505,16 @@ Also affects 'linum-mode' background."
                                     :weight bold))))
 
    `(diff-refine-added
-     ((,class :foreground ,monokai-bg
-              :background ,green)
-      (,terminal-class :foreground ,terminal-monokai-bg
-                       :background ,terminal-green)))
+     ((,class (:foreground ,monokai-bg
+                           :background ,green))
+      (,terminal-class (:foreground ,terminal-monokai-bg
+                                    :background ,terminal-green))))
 
    `(diff-refine-change
-     ((,class :foreground ,monokai-bg
-              :background ,blue)
-      (,terminal-class :foreground ,terminal-monokai-bg
-                       :background ,terminal-blue)))
+     ((,class (:foreground ,monokai-bg
+                           :background ,blue))
+      (,terminal-class (:foreground ,terminal-monokai-bg
+                                    :background ,terminal-blue))))
 
    `(diff-refine-removed
      ((,class (:foreground ,monokai-bg

Reply via email to