home ~ projects ~ socials

Set The Border Color Of Neovim Floating Windows

Turn It Back On

Some of the colorschemes I use for Neovim don't have colors set for the borders on floating windows. I set them with this in my init.lua file:

vim.cmd.highlight({ "FloatBorder", "guifg=#54546d guibg=#16161d" })
-- end of line --