-
Notifications
You must be signed in to change notification settings - Fork 12
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
perf: use blend hl groups #24
Conversation
rebased on main |
oh right, probably because it blends to the cursorline color instead of the normal bg color... |
although, there's no cursorline in your screenshot... |
Yep I thought about it afterwards, so I removed the cursorline bg to be sure, and still have the issue. |
can reproduce it now. Will check. |
btw, I use |
Ah I don't think I can get fallback fonts on my terminal (windows terminal), so I use nerd font files directly (and they don't have the legacy symbols...). I'd prefer to have the one without the difference of shade between the upper and lower parts of the smear. See with |
ok, should be fixed now! |
Hi, just for your information, you can now have fallback fonts in Windows Terminal (check: pull/16821) You only need to separate different fonts with a comma! Tried on |
Use the
blend
property of hl groups to prevent needing to setwinblend
on every character draw.Works with or without legacy symbols.
Builds on the wins PR. Actual changes: 335ae3f