-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
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
🐛 git blame color not readable on konsole #714
Comments
Hi @pickfire ! You might want to experiment with the Please keep in mind that the feature is still in an early state, there's no mention in the project's README yet. Although you can consult this comment by @dandavison as to how it works, and there's a short summary in the output of Dan mentioned also that there will probably be two defaults at some point, one for dark themes and another for light ones. By the way, if you want blame output not to be handled by [core]
pager = less
[pager]
blame = true
diff = delta
show = delta
log = delta
stash = delta
; asf, with all the subcommands you want to pipe their output to delta Cheers ! |
Hi @pickfire, can you try with the latest version? Delta now has different default |
Yup, it works nicely now. But I am curious how it can support both. |
Great.
It was basically a bug that it was giving you those light colors before. By default, delta assumes the user has a dark terminal background. Users who have a light terminal background have to set |
Color is white but those are the default 256 color but it's wrong.
git config
uname -a
environment variables
delta 0.8.4
The text was updated successfully, but these errors were encountered: