tint.nvim
tint.nvim copied to clipboard
Dim inactive windows in Neovim using window-local highlight namespaces.
Thank you for your work! I tried setting up this plugin and noticed that in the dev build of nvim v0.10.x the `tint_background_colors` feature does not work. To reproduce ```lua...
Hi! 👋🏻 I really like this plugin. Just enabled it and it works nicely. I spent a bit of time tracking down the required neovim version for the plugin. Looks...
I'm trying to configure `tint.nvim` such that my `NeoTree` window doesn't get it's bg tinted, however I want everything else to be tinted. I see that there is the `tint_background_colors`...
I'm looking for a way to consistently dim the background whenever there is a popover window shown, for example `telescope`, `noice`, `which-key`. Is it possible that `tint.nvim` can handle this?...
if multiple colorschemes are used - e.g. colorscheme per filetype like folke/styler.nvim - tint resets to wrong colorscheme on untint and tints only with the default colorscheme with this commit...
This looks amazing! 
'tint.nvim' is always overwriting hl-CursorLine configs. I've set hl-CursorLine to italic when in insert mode, but after install tint, this not work anymore in any window (even in non-tinted ones)....