gruvbox.nvim icon indicating copy to clipboard operation
gruvbox.nvim copied to clipboard

Add palette overriding

Open mario-amazing opened this issue 3 years ago • 1 comments
trafficstars

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

mario-amazing avatar Aug 16 '22 13:08 mario-amazing

@ellisonleao could you review it?

mario-amazing avatar Aug 27 '22 11:08 mario-amazing

This would be a great feature. I'm colorblind and the red color just doesn't do it for me.

lmapii avatar Sep 24 '22 10:09 lmapii

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 avatar Sep 30 '22 16:09 lcrownover

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)

mario-amazing avatar Sep 30 '22 17:09 mario-amazing

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

ellisonleao avatar Sep 30 '22 17:09 ellisonleao