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

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

[nongnu] elpa/monokai-theme c90f84f 078/207: Fix diff-refine faces


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme c90f84f 078/207: Fix diff-refine faces
Date: Thu, 21 Oct 2021 18:07:35 -0400 (EDT)

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

    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

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