ishan9299 / modus-theme-vim

Port of modus-themes in neovim
MIT License
160 stars 10 forks source link

modus_dim_inactive_window = 0 is no longer respected #29

Closed daveriedstra closed 1 year ago

daveriedstra commented 1 year ago

On NVIM v0.10.0-dev setting modus_dim_inactive_window = 0 is ignored and inactive panes / windows are still dimmed.

ishan9299 commented 1 year ago

are you setting the variable before or after applying the colorscheme ?

daveriedstra commented 1 year ago

aha, no I wasn't, and doing so fixed it. Thanks! Curiously, it had been working until recently...