Added more transparency

This commit is contained in:
2025-05-02 00:37:51 +02:00
parent 29f49ac45c
commit 6300046d76
2 changed files with 12 additions and 1 deletions

View File

@@ -29,6 +29,9 @@ local opts = {
enabled = true,
notify = false,
},
ui = {
border = "rounded",
},
}
lazy.setup(plugins, opts)

View File

@@ -40,7 +40,15 @@ return {
"VertSplit",
"EndOfBuffer",
"SignColumn",
"SnacksNotifierBorderTrace",
"NeotreeNormal",
"NeotreeNormalNC",
"TelescopeNormal",
"TelescopeBorder",
"TelescopePromptNormal",
"TelescopePromptBorder",
"TelescopePromptTitle",
"LazyNormal",
"LazyButton",
"SnacksNotifierBorderError",
"SnacksNotifierBorderDebug",
"SnacksNotifierBorderWarn",