My end goal is to change the background color to white (#FFFFFF) and maybe the foreground to black (#000000), if it ends up being a change that I actually prefer over the default gruvbox dark theme.
This is not changing any of the greens, however after opening Neovim, the variable that overrides the color palette is set correctly. Am I doing something wrong? Is it changing something in another place and I just did not understand the wiki?
I want to try and change a gruvbox palette color. This is what I did.
Doing
:echo g:gruvbox_colors
ouputs:My end goal is to change the background color to white (#FFFFFF) and maybe the foreground to black (#000000), if it ends up being a change that I actually prefer over the default gruvbox dark theme.
This is not changing any of the greens, however after opening Neovim, the variable that overrides the color palette is set correctly. Am I doing something wrong? Is it changing something in another place and I just did not understand the wiki?