As a user I'd like to be supported at seeing which lines were changed in the same commit.
Therefore it would be great to show the background of each blame-line in a colour that is specific for the commit.
Currently the blame plugin only alternates between classes blame-odd and blame-even.
A possible solution would be to use the first 6 character of the commit hash as RGB colours for an X % transparent background colour.
As a user I'd like to be supported at seeing which lines were changed in the same commit. Therefore it would be great to show the background of each blame-line in a colour that is specific for the commit. Currently the blame plugin only alternates between classes
blame-odd
andblame-even
. A possible solution would be to use the first 6 character of the commit hash as RGB colours for anX %
transparent background colour.