akinsho / toggleterm.nvim

A neovim lua plugin to help easily manage multiple terminal windows
GNU General Public License v3.0
4.06k stars 170 forks source link

Add shading_ratio option #580

Closed gmmyung closed 1 month ago

gmmyung commented 2 months ago

Fixes #579.

Added a shading_ratio option that defaults to -3. The bright background shading factor becomes config.shading_ratio * config.shading_factor after this change. No breaking change is introduced by this pr.