1 2 3 4 5 6 7 8 9 10 11 12 13 14
local nohl = { bg = "surface" } require('rose-pine').setup { styles = { transparency = true, }, highlight_groups = { Pmenu = nohl, StatusLine = nohl, StatusLineNC = nohl, }, } vim.cmd.colorscheme('rose-pine')