vim
vim copied to clipboard
Dracula breaks in floating windows in neovim 0.10.0
What happened
Colorscheme is not applied to floating windows properly.
What I expected to happen
The dracula colorscheme is applied to floating windows
Screenshot
Unintended behavior:
Intended behavior: (nvim version 0.9.5)
Machine Info
-
Vim type (
vim
/gvim
/neovim
): neovim - Vim version: 0.10.0
- OS: Linux zach-arch 6.9.2-arch1-1 # 1 SMP PREEMPT_DYNAMIC Sun, 26 May 2024 01:30:29 +0000 x86_64 GNU/Linux
- Terminal/Terminal Emulator/VTE: Kitty
-
TERM
environment variable: xterm-kitty
Additional Info
Colorschemes have been a known issue due to some changes in nvim 0.10.0 the "standard" fix for this is to :set colorscheme vim
before loading the custom colorscheme. However, this does not fix the behavior.