branch: externals/ef-themes
commit 46ff2446aa88deb20ff99ef71895610064630513
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Make diff indicators use a foreground (diff-mode)
---
 ef-themes.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 5b99835cdd..e9dade1714 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -385,9 +385,9 @@ Helper function for `ef-themes-preview-colors'."
     `(diff-refine-added ((,c :background ,bg-added-refine :foreground 
,fg-intense)))
     `(diff-refine-changed ((,c :background ,bg-changed-refine :foreground 
,fg-intense)))
     `(diff-refine-removed ((,c :background ,bg-removed-refine :foreground 
,fg-intense)))
-    `(diff-indicator-added ((,c :inherit (bold diff-added))))
-    `(diff-indicator-changed ((,c :inherit (bold diff-changed))))
-    `(diff-indicator-removed ((,c :inherit (bold diff-removed))))
+    `(diff-indicator-added ((,c :inherit success :background ,bg-added)))
+    `(diff-indicator-changed ((,c :inherit warning :background ,bg-changed)))
+    `(diff-indicator-removed ((,c :inherit error :background ,bg-removed)))
     `(diff-context (( )))
     `(diff-error ((,c :inherit error)))
     `(diff-file-header ((,c :inherit bold)))

Reply via email to