Mofiqul / dracula.nvim

Dracula colorscheme for neovim written in Lua
MIT License
630 stars 104 forks source link

Add highlights for floating windows #3

Closed ericem closed 3 years ago

ericem commented 3 years ago

This is a simple change to style the border and background of a floating window. Without these highlight groups, Neovim falls back to using VertSplit (black) which makes it hard to see the floating window.

Mofiqul commented 3 years ago

Thanks for the PR.