You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just starting neovim without any specified color scheme. If I could just use my alacritty settings for bacground color it would work fine (but since you override the configuration all my settings are gone).
Activity
beeender commentedon Aug 12, 2019
Hi! which color scheme are you using?
The
set background
should just work if the color scheme support true color.erlanger commentedon Aug 12, 2019
Just starting neovim without any specified color scheme. If I could just use my alacritty settings for bacground color it would work fine (but since you override the configuration all my settings are gone).
beeender commentedon Aug 12, 2019
A quick workaround for now, using some true color support scheme.
I am using https://github.com/NLKNguyen/papercolor-theme which works fine with background switching.
For the future, I think glrnvim should define a standard color groups for every terminal, then those 16 colors vim schemes should work.
Also adding a
use_user_conf
might be useful. If that is true, glrnvim won't overwrite user's terminal conf.