-
Notifications
You must be signed in to change notification settings - Fork 17
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
Being able to use own colorscheme, but little darkened? #2
Comments
Hi! This would be cool (and the thought has crossed my mind), but I'm not sure how to implement it. The current approach is to use a simple overlay in unfocused sections; this is simple and efficient. The color is determined by what color you foreground/background is, along with the The only idea I have on how to do this would require to make an overlay for each character (worst case) in the buffer, and this does not seem like sound approach. If you (or someone else) have an idea on how to implement this efficiently I'd gladly try to implement it! I was not familiar with LimeLight, looks like something Vim'ers would enjoy 👍 Thanks for sharing your idea; I hope I'll be able to add it eventually! |
I just discovered However, as noted in this issue, I want to keep the coloration in the rest of my buffer, just faded. (although having an option to completely gray everything out is a nice idea) Anyway, I remembered just barely reading that
I haven't yet looked at implementation details of either one ( |
Thank you @xobzoo, I didn't know about |
I'm glad to finally make some progress on this, five years after it was opened! Could anyone test #23? |
Works for me in general. A bit laggy and temporary wrong color when scrolling. (P.S. I tested with TTY) |
Thanks for sharing this plugin, it's appreciated. It reminds me of LimeLight.
But I found it hard to read other syntax color when it's not lightened up, and navigate it every time to see the syntax highlighting.
Would it not be a great idea, to use the according colorscheme, but a little darkened (like 80% of opacitiy, while focus have 100% opacitiy), instead convert the non-focus text to one color?
The text was updated successfully, but these errors were encountered: