branch: externals/ef-themes
commit 4d30a80c5e8f691bae5f858e5afc041c240a917c
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Remove the colour+bold from Magit diff file heading and make them bold only 
when highlighted
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 897a804ea9..53545c2ad4 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1761,8 +1761,8 @@ text should not be underlined as well) yet still blend 
in."
     `(magit-diff-base-highlight ((,c :background ,bg-changed :foreground 
,fg-changed)))
     `(magit-diff-context ((,c :inherit shadow)))
     `(magit-diff-context-highlight ((,c :background ,bg-dim)))
-    `(magit-diff-file-heading ((,c :inherit bold :foreground ,accent-0)))
-    `(magit-diff-file-heading-highlight ((,c :inherit magit-diff-file-heading 
:background ,bg-alt)))
+    `(magit-diff-file-heading (( )))
+    `(magit-diff-file-heading-highlight ((,c :inherit (bold 
magit-diff-file-heading) :background ,bg-inactive)))
     `(magit-diff-file-heading-selection ((,c :inherit bold :background 
,bg-hover-secondary :foreground ,fg-intense)))
     `(magit-diff-hunk-heading ((,c :background ,bg-alt)))
     `(magit-diff-hunk-heading-highlight ((,c :inherit bold :background 
,bg-active :foreground ,fg-intense)))

Reply via email to