ThePrimeagen/init.lua

`ColorMyPencils()` isn't respected when a telescope window is open after `rose-pine` 3.0.0 release

ikrommyd opened this issue · 1 comments

After rose-pine 3.0.0 release, whenever you open up a telescope window, the background turns back into the original rose-pine color and ColorMyPencils() defined here isn't respected.
That goes away as soon as you close the telescope window.
Any idea how to fix this? Relatively new neovim user here. Thanks in advance!

Nevermind, there was a breaking change in background transparency. Doing this fixed it

require('rose-pine').setup({
    styles = {
        transparency = true,
    },
})