sainnhe / sonokai

High Contrast & Vivid Color Scheme based on Monokai Pro
MIT License
1.65k stars 119 forks source link

help with folke/noice.nvim and mini view #89

Closed kaykhan closed 1 year ago

kaykhan commented 1 year ago

I recently installed the following plugin https://github.com/folke/noice.nvim which uses mini for its notification messages https://github.com/folke/noice.nvim#-views

A small problem im seeing, does anyone know what is causing the background of eslint to be a different shade of color to the rest of the line.

image

antoineco commented 1 year ago

For those of us who neither use noice.nvim nor eslint, could you please provide a reproduction scenario?

Thank you.

antoineco commented 1 year ago

Ref. this request to support noice.nvim: https://github.com/sainnhe/gruvbox-material/issues/148

kaykhan commented 1 year ago

Okay i just assume it is not specific to eslint or a particular lsp server. But anyway will try to provide more shortly.

antoineco commented 1 year ago

If it can be reproduced without null-ls that's even easier.

kaykhan commented 1 year ago

Doing some more digging and found a issue that resembles the problem - https://github.com/folke/noice.nvim/issues/226#issuecomment-1315913597

I managed to resolve it by setting on the noice plugin

    views = {
        mini = {
            win_options = {
                winblend = 100,
            },
        },
    },