We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FloatShadow
1 parent 6efc53e commit 4420f0aCopy full SHA for 4420f0a
1 file changed
lua/catppuccin/groups/editor.lua
@@ -48,7 +48,8 @@ function M.get()
48
fg = C.crust,
49
bg = C.lavender,
50
} or { fg = C.subtext0, bg = (O.float.transparent and vim.o.winblend == 0) and C.none or C.mantle }, -- Title of floating windows
51
- FloatShadow = { fg = (O.float.transparent and vim.o.winblend == 0) and C.none or C.overlay0 },
+ FloatShadow = { bg = (O.float.transparent and vim.o.winblend == 0) and C.none or C.overlay0, blend = 80 },
52
+ FloatShadowThrough = { bg = (O.float.transparent and vim.o.winblend == 0) and C.none or C.overlay0, blend = 100 },
53
Pmenu = {
54
bg = (O.transparent_background and vim.o.pumblend == 0) and C.none or C.mantle,
55
fg = C.overlay2,
0 commit comments