The idea is that by using set termguicolors
in Vim, I should get the colorscheme (gruvbox) to look in my terminal (st
, has true color support) exactly like in GVim. But all I get is white text on black background.
The part in vimrc which sets the colorscheme:
set background=dark
colorscheme gruvbox
set termguicolors
Run Code Online (Sandbox Code Playgroud) vim ×1