Konstantin Litvinenko

Results 8 comments of Konstantin Litvinenko

Interesting :) That works for me. Thanks!

```function M.setup() local colors = require('gruvbox.palette') require("gruvbox").setup({ contrast = "hard", overrides = { -- make sign column same as background SignColumn = { bg = colors.dark0_hard }, GruvboxRedSign = {...

Please make sure you will not break `lsp-status` again as I mentioned in #46

I second that. Things like `Gitsigns next_hunk` is not working inside any other head types except `pink`.

Thanks @anuvyklack . All you just said was on my radar except I've missed that `on_key` trick.

The issue with `require('gruvbox').palette` is that it doesn't take into account current contrast which makes it not so useful. Current approach doesn't expose abstract colors that will be set according...

Just throwing in the air... What if `pallete` will contains abstract colors like `bg0` that will be a function and while processing overrides we can do something `if is function...

This is basically the same as #319 except it doesn't work outside of `setup` function.