create highlight group for filename in finder grep

This commit is contained in:
2026-01-27 01:02:50 +02:00
parent d7122e9345
commit 70486dda84
2 changed files with 21 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ function M.load_theme()
highlights = function(c, tool)
c.bg_float = tool(152)
return {
FinderPath = { fg = c.muted },
Whitespace = { fg = c.outline_light },
ModeMsg = { fg = c.yellow, bg = c.none, bold = true },
WinSeparator = { fg = c.outline, bg = c.base },