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
line_break
theme.ron
Describe the bug Line-breaks colour is rendered verbatim, as the HEX colour.
To Reproduce Add the following to your theme.ron
( line_break: Some("#005e8b") )
Expected behavior Hunks in gitui are exactly the same as in the git diff and files on disk.
gitui
git diff
Screenshots
Context (please complete the following information):
Additional context The 005e8b string is not a git commit hash, e.g. git show 005e8b returns nil.
005e8b
git show 005e8b
The text was updated successfully, but these errors were encountered:
@savchenko The line_break parameter is set to a string character, not a color.
Sorry, something went wrong.
yeah its a hack. that should be cleaned up at some point
No branches or pull requests
Describe the bug
Line-breaks colour is rendered verbatim, as the HEX colour.
To Reproduce
Add the following to your
theme.ron
Expected behavior
Hunks in
gitui
are exactly the same as in thegit diff
and files on disk.Screenshots
Context (please complete the following information):
Additional context
The
005e8b
string is not a git commit hash, e.g.git show 005e8b
returns nil.The text was updated successfully, but these errors were encountered: