gruvbox.nvim
gruvbox.nvim copied to clipboard
Add palette overriding
Added palette_overrides config key:
require("gruvbox").setup({
palette_overrides = {
bright_green = "#990000",
}
})
vim.cmd("colorscheme gruvbox")
It will fix: https://github.com/ellisonleao/gruvbox.nvim/issues/144
@ellisonleao could you review it?
This would be a great feature. I'm colorblind and the red color just doesn't do it for me.
I was just about to start working on this and I'm happy to see that someone else wanted it too!
Would love this to be implemented :)
I was just about to start working on this and I'm happy to see that someone else wanted it too!
Would love this to be implemented :)
@lcrownover yeah, just waiting for @ellisonleao approve)
Looks good for a first version. Will merge this and start working in the main overrides config, using both colors and groups in the same config var. Thanks for the PR