-
I was banging my head against a wall when trying to link the snacks.nvim/lua/snacks/win.lua Line 924 in 5e00b0a I get using a separate hlgroup for transparency but doesn't having a color code included in the hlgroup name kinda defeat the purpose? Or is my googlefu just off and I'm missing something here? I've never run across hlgroups with underscores in the name before, hence the confusion. And if anybody runs across this discussion later on, I did come up with the following workaround to the original problem: styles = {
zen = {
backdrop = {
transparent = false, -- works even with transparent = true but then it'll tint the backdrop with the hlgroup as well
win = {
wo = { winhighlight = "Normal:SnacksBackdrop" },
},
},
},
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
It depends on the blend value of the backdrop