I find it a little troublesome to distinguish filenames in Magits diffs. I would ideally like to have these in orange, so I can quickly identify where changes for a file begin.
Asked
Active
Viewed 94 times
1 Answers
2
You need to customize the magit-diff-file-heading
face - do M-x customize-face
and paste magit-diff-file-heading
as name. In the dialog, select "Show all attributes", and customize it, for example, change Foreground
to Orange

Alex Ott
- 80,552
- 8
- 87
- 132
-
You improved my quality of life by at least 6%. Thanks! – Ludwig Nagelhus Mar 13 '21 at 17:38