add winblend ui option

This commit is contained in:
Simon McLean 2024-11-13 15:10:46 +00:00
parent 7967abe557
commit 5df6d0b178
2 changed files with 5 additions and 0 deletions

View file

@ -89,6 +89,8 @@ M.defaults = {
border = "none",
-- The backdrop opacity. 0 is fully opaque, 100 is fully transparent.
backdrop = 60,
-- The main window opacity. 0 is fully opaque, 100 is fully transparent.
winblend = 0,
title = nil, ---@type string only works when border is not "none"
title_pos = "center", ---@type "center" | "left" | "right"
-- Show pills on top of the Lazy window