Adjust Neovim colors to also work with light mode
This commit is contained in:
parent
dff2ba275a
commit
035d66c186
4 changed files with 16 additions and 2 deletions
|
@ -4,7 +4,7 @@ return {
|
|||
config = function()
|
||||
require"gruvbox".setup {
|
||||
transparent_mode = true,
|
||||
contrast = "soft",
|
||||
contrast = "hard",
|
||||
}
|
||||
vim.cmd("colorscheme gruvbox")
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue