Hello,
I am getting unlegible highlight in Visual mode in Neovim:

with the following configuration:
vim.g.seoul256_srgb = 1
vim.g.seoul256_background = 236
I have managed to "fix" it with the following command that I run on startup:
autocmd VimEnter * highlight Visual ctermfg=NONE
I love this colorscheme by the way !
NVIM v0.11.1
Build type: RelWithDebInfo
LuaJIT 2.1.1744318430
Hello,
I am getting unlegible highlight in Visual mode in Neovim:
with the following configuration:
I have managed to "fix" it with the following command that I run on startup:
I love this colorscheme by the way !