Skip to content

Commit 5c5ab07

Browse files
committed
fix: flash.nvim search background contrast
fixes #28
1 parent f978043 commit 5c5ab07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/modus-themes/theme.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ function M.setup()
633633

634634
-- flash.nvim
635635
FlashBackdrop = { fg = c.fg_dim },
636-
FlashLabel = { bg = c.magenta_cooler, bold = true, fg = c.fg_main },
636+
FlashLabel = { bg = c.bg_magenta_intense, bold = true, fg = c.fg_main },
637637

638638
-- lightspeed.nvim
639639
LightspeedGreyWash = { fg = c.fg_dim },

0 commit comments

Comments
 (0)