Skip to content

Commit b46b222

Browse files
committed
fix: FlashBackdrop
1 parent e2deedd commit b46b222

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lua/zenbones/specs/dark.lua

+1
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ local function generate(p, opt)
437437
NoiceConfirmBorder { NoiceCmdlineIcon },
438438

439439
FlashLabel { bg = p.water.lightness(p1.bg.l + 24), fg = p.fg },
440+
FlashBackdrop { fg = Comment.fg },
440441
}
441442
end)
442443
-- stylua: ignore end

lua/zenbones/specs/light.lua

+1
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ local function generate(p, opt)
437437
NoiceConfirmBorder { NoiceCmdlineIcon },
438438

439439
FlashLabel { bg = p.water.lightness(p1.bg.l - 15), fg = p.fg },
440+
FlashBackdrop { fg = Comment.fg },
440441
}
441442
end)
442443
-- stylua: ignore end

0 commit comments

Comments
 (0)