We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you add color support for colorizing the following additional parts of the diff output:
---
--- a/
+++ b/
" "
I built from d59840e which is the HEAD on master at the moment.
The text was updated successfully, but these errors were encountered:
[GH #16] Support custom colorization of lines matching a string prefix
842a463
This allows users to define custom color rules in their ~/.tigrc.
With the referenced commit you can now add color rules such as in your ~/.tigrc:
color "--- a/" <fg> <bg> color "--- b/" <fg> <bg> color "---" <fg> <bg> color " " <fg> <bg>
Sorry, something went wrong.
No branches or pull requests
Can you add color support for colorizing the following additional parts of the diff output:
---
, which separate commit log output from diff-stat output--- a/
+++ b/
" "
(a space, without the quotes), which are context lines in the diff outputI built from d59840e which is the HEAD on master at the moment.
The text was updated successfully, but these errors were encountered: