If you’re familiar with the iTerm2 application, you’ll know that you can split views similar to vim, and the inactive views are “dimmed.”
I usually work in vim with three vertical split views and it would be nice to dim the inactive ones by setting the background color to a darker tone, for example.
Is there a way to do this?

I have come up with the following solution (using ‘colorcolumn’ and unsetting ‘cursorline’):
View it at my (current) dotfiles: https://github.com/blueyed/dotfiles/blob/master/vimrc#L351
Update
I have created a plugin out of it: https://github.com/blueyed/vim-diminactive