OK: RPC echo: Neovim send "Give me five!" and receive "Give me five!"
**Describe the bug**
On a light theme, the text file preview colors are not adjusted, which results in white text which is very painful to read. I couldn't find the corresponding :hl group, neither am I sure there is one.
To Reproduce using nvim -u mini.vim
Example:
cat mini.vim
" use your plugin manager, here is `vim-plug`
call plug#begin('~/.config/nvim/plugged')
Plug 'kevinhwang91/rnvimr'
Plug 'ellisonleao/gruvbox.nvim'
colorscheme gruvbox
set background=light
let g:rnvimr_vanilla = 1
tnoremap <silent> <M-i> <C-\><C-n>:RnvimrResize<CR>
nnoremap <silent> <M-o> :RnvimrToggle<CR>
tnoremap <silent> <M-o> <C-\><C-n>:RnvimrToggle<CR>
call plug#end()
Steps to reproduce the behavior:
Create a .txt file with any contents;
Open Neovim with mini.vim provided above;
Hover over the .txt file from 1.;
See that all text is white and undiscernable.
Expected behavior
A clear to read text using whatever theme the user prefers.
Screenshots
Additional context
Add any other context about the problem here.
nvim --version
: v0.7.0nvim +'checkhealth rnvimr'
:Ranger
Python
Pynvim
Ueberzug (optional)
RPC
To Reproduce using
nvim -u mini.vim
Example:cat mini.vim
Steps to reproduce the behavior:
mini.vim
provided above;Expected behavior A clear to read text using whatever theme the user prefers.
Screenshots
Additional context Add any other context about the problem here.