Open ourigen opened 3 years ago
Thanks @ourigen! And sorry to be slow. I can reproduce this -- as you say, it looks like hunk-header-style=raw
doesn't apply to the "frag" in the way one might expect and that's making it impossible/non-obvious to replicate something like github's style, with the hunk-header metadata, and the frag, styled the same.
Hey there, thank you for this great program! I want to style my pager output similar to Github's, but I can't seem to find a way to style this portion below to be gray italic. I've searched through the docs and issues, but maybe I'm missing something.
My guess is that because I also passed in
raw
tohunk-header-style
in addition tosyntax
, any styling after that is not taking effect. The relevant part of my gitconfig is below