branch: elpa/subatomic-theme
commit 4a8a96df0797e67d7e6954331b0c7868a6aa3eb8
Author: John Olsson <[email protected]>
Commit: John Olsson <[email protected]>

    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