rebase-editor
rebase-editor copied to clipboard
Can I merge a `--marker` style into `--color` styles ?
My current configuration is below:
editor = rebase-editor -c "^M,^G,^g" -m "^#^Y"
and the result is as this image:
But I want the marker style to be merged into color
styles, that is, it is desirable that text colors of marked texts should be bright magenta, bright green and green and their foreground colors should be yellow at the same time, as below:
Can I do that? Or I request this specification.