blinds.nvim emphasizes the current window by shading the non-active windows.
Set variable g:blinds_fg and g:blinds_hl to the desired color in init.vim.
Example that will shade the other windows in grey:
let g:blinds_fg = "Gray"
neovim version 0.2 and above that supports the winhighlight feature.
