branch: externals/standard-themes
commit abf7228d50477ec86e131a101305627c6375bdd0
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Do not specify foreground of diff-refine faces
---
 standard-themes.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/standard-themes.el b/standard-themes.el
index a8d183d122..ad4dbab7b5 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1009,9 +1009,9 @@ Helper function for `standard-themes-preview-colors'."
     `(diff-changed ((,c :background ,bg-changed :extend t)))
     `(diff-changed-unspecified ((,c :inherit diff-changed)))
     `(diff-removed ((,c :background ,bg-removed)))
-    `(diff-refine-added ((,c :background ,bg-added-refine :foreground 
,fg-main)))
-    `(diff-refine-changed ((,c :background ,bg-changed-refine :foreground 
,fg-main)))
-    `(diff-refine-removed ((,c :background ,bg-removed-refine :foreground 
,fg-main)))
+    `(diff-refine-added ((,c :background ,bg-added-refine)))
+    `(diff-refine-changed ((,c :background ,bg-changed-refine)))
+    `(diff-refine-removed ((,c :background ,bg-removed-refine)))
     `(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)))

Reply via email to