You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for this nice plugin. I got a question, while testing it out I was running into the following scenarios, depending on what color scheme I was using:
kanagawa: Transparency as expected
catppuccin: transparency in telescope float but no nvimtree transparency,
tokyonight: no transparency in telescope float and no nvimtree transparency
rose-pine: no transparency in telescope float.
My configuration is as follows:
return {
"xiyaowong/transparent.nvim",
lazy=false,
opts= {
-- table: default groupsgroups= {
"Normal",
"NormalNC",
"Comment",
"Constant",
"Special",
"Identifier",
"Statement",
"PreProc",
"Type",
"Underlined",
"Todo",
"String",
"Function",
"Conditional",
"Repeat",
"Operator",
"Structure",
"LineNr",
"NonText",
"SignColumn",
"CursorLineNr",
"EndOfBuffer",
},
-- table: additional groups that should be clearedextra_groups= {
"NormalFloat",
"NvimTreeNormal",
"NvimTreeNormalNC",
"NvimTreeNormalFloat",
"NvimTreeEndOfBuffer",
},
-- table: groups you don't want to clearexclude_groups= {},
},
keys= {
{ prefix.."T", "<cmd>TransparentToggle<CR>", desc="Toggle transparency" },
},
}
Is this an issue with the plugin and potentially missing extra groups, or would you suggest it's a color scheme issue? If it's the latter, what would be the appropriate workaround.
If that's an issue that needs to be dealt with on a color scheme by color scheme basis, I and likely many others would appreciate the necessary options to override 😁
The text was updated successfully, but these errors were encountered:
Hi, thanks for this nice plugin. I got a question, while testing it out I was running into the following scenarios, depending on what color scheme I was using:
My configuration is as follows:
Is this an issue with the plugin and potentially missing extra groups, or would you suggest it's a color scheme issue? If it's the latter, what would be the appropriate workaround.
If that's an issue that needs to be dealt with on a color scheme by color scheme basis, I and likely many others would appreciate the necessary options to override 😁
The text was updated successfully, but these errors were encountered: