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

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

[nongnu] elpa/subatomic-theme 4a8a96d 44/58: Added faces for refined dif


From: ELPA Syncer
Subject: [nongnu] elpa/subatomic-theme 4a8a96d 44/58: Added faces for refined diff.
Date: Thu, 21 Oct 2021 18:11:19 -0400 (EDT)

branch: elpa/subatomic-theme
commit 4a8a96df0797e67d7e6954331b0c7868a6aa3eb8
Author: John Olsson <john@cryon.se>
Commit: John Olsson <john@cryon.se>

    Added faces for refined diff.
---
 subatomic-theme.el | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/subatomic-theme.el b/subatomic-theme.el
index 3409de2..b5887bb 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -411,8 +411,14 @@ The theme has to be reloaded after changing anything in 
this group."
    `(diff-hunk-header
      ((t (:foreground ,full-white))))
 
+   `(diff-refine-removed
+     ((t (:background ,contrast-red :foreground ,relaxed-white :weight bold))))
+
+   `(diff-refine-added
+     ((t (:background ,contrast-green :foreground ,relaxed-white :weight 
bold))))
+
    `(diff-refine-change
-     ((t (:background ,midnight-3 :foreground ,full-white :weight bold))))
+     ((t (:background ,deep-gold :foreground ,relaxed-white :weight bold))))
 
    ;; magit
 



reply via email to

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