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

[Question] Which one in the palette is used for change the background color?

Open LintaoAmons opened this issue 2 years ago • 1 comments

Which one in the palette is used for change the background color?

Do we have a dimmed color for the windows which are not active?

LintaoAmons avatar Aug 01 '23 02:08 LintaoAmons

@LintaoAmons it looks to be base2. I've confirmed that this works on my end:

    {
        "tanvirtin/monokai.nvim",
        lazy = false,
        init = function()
            local palette = require("monokai").ristretto
            palette.base2 = '#000000'
            require("monokai").setup({ palette = palette })
        end,
        enabled = true,
    },

cmpadden avatar Oct 28 '24 20:10 cmpadden