junegunn / limelight.vim

:flashlight: All the world's indeed a stage and we are merely players

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request for dimming inactive windows?

jesseleite opened this issue · comments

What are your thoughts on extending limelight to dim inactive windows? I'm able to get close with plugins like vim-diminactive and vim-high, but not able to dim everything. Example...

screen capture on 2018-05-25 at 14-51-05

For example, those plugins are unable to dim vim-gitgutter signs, or my green CursorLineNR highlighting there. I love your goyo and limelight plugin implementations, they are very customizable! What are your thoughts on adding this inactive window dimming functionality to limelight?

PS. It seems @duckwork has done some awesome work getting this started in his fork of limelight with an example here 👌 Though like the above mentioned window dimming plugins, I still can't dim gutter/sign related highlights.

I think this is a great idea and it's probably (maybe?) possible depending on changing the highlight of CursorLineNR and SignColumn, right? I forgot I even did the fork, lol!

Anything is possible in Vim! (At least that's what I keep telling myself)