xiyaowong / transparent.nvim

Remove all background colors to make nvim transparent
806 stars 23 forks source link

Transparency not working for Mason. #43

Closed RiteshChepuri closed 1 year ago

RiteshChepuri commented 1 year ago

Hi, transparency works fine with every other plugin but it doesn't work along with mason. Here is the screenshot of what i am getting. Screenshot from 2023-05-20 06-53-00

Here is my transparency config require("transparent").setup({

groups = { -- table: default groups
    "Normal",
    "NormalNC",
    "Comment",
    "Constant",
    "Special",
    "Identifier",
    "Statement",
    "PreProc",
    "Type",
    "Underlined",
    "Todo",
    "String",
    "Function",

    "Conditional",
    "Repeat",
    "Operator",
    "Structure",
    "LineNr",
    "NonText",
    "SignColumn",
    "CursorLineNr",
    "EndOfBuffer",
},

extra_groups = { "NormalFloat", "NvimTreeNormal" }, -- table: additional groups that should be cleared
exclude_groups = {}, -- table: groups you don't want to clear

})

xiyaowong commented 1 year ago

Please search the existing issue list for any questions regarding the floating window. Note that setting the floating window to transparent is meaningless as the content will be mixed together.