remove transparency from submenus (eg lsp suggestion)

This commit is contained in:
Carlos Sousa 2025-01-08 15:33:04 +01:00
parent fa346ec559
commit 930e864e90

View File

@ -16,7 +16,7 @@ return {
variant = "main",
dim_inactive_windows = false,
styles = {
transparency = true,
transparency = false,
},
highlight_groups = {
TelescopeNormal = { fg = "subtle", bg = "overlay" },