folke / twilight.nvim

🌅 Twilight is a Lua plugin for Neovim 0.5 that dims inactive portions of the code you're editing using TreeSitter.
Apache License 2.0
1.24k stars 21 forks source link

Fix black background with transparent theme #20

Closed benstockil closed 1 year ago

benstockil commented 2 years ago

Fixes #15 Adds a flag dimming.term_bg to setup() - used as bg color for blending if the background is transparent (as well as fallback if get_hl("Normal") returns nil).