branch: externals/standard-themes
commit 3b27e404710aa10c4e07acb312c3c94ce528c638
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Revert "Remove the colour+bold from Magit diff file heading and make them 
bold only when highlighted"
    
    This reverts commit 63801e4ad3980c0b6ab29a3adeb3574c8a6c6487.
---
 standard-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/standard-themes.el b/standard-themes.el
index 5d6fb0f235..9e431f1e8e 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1647,8 +1647,8 @@ color mappings instead of the complete palette."
     `(magit-diff-base-highlight ((,c :background ,bg-changed  :foreground 
,fg-changed)))
     `(magit-diff-context ((,c :inherit shadow)))
     `(magit-diff-context-highlight ((,c :inherit shadow :background ,bg-dim)))
-    `(magit-diff-file-heading (( )))
-    `(magit-diff-file-heading-highlight ((,c :inherit (bold 
magit-diff-file-heading) :background ,bg-inactive)))
+    `(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-selection ((,c :inherit bold :background 
,bg-hover-alt :foreground ,fg-main)))
     `(magit-diff-hunk-heading ((,c :background ,bg-alt)))
     `(magit-diff-hunk-heading-highlight ((,c :background ,bg-active 
:foreground ,fg-main)))

Reply via email to