add some more telescope and vim-sneak

This commit is contained in:
Michael Chris Lopez
2021-08-24 10:46:48 +08:00
parent 4e021bb9fd
commit 7b50182993

View File

@@ -277,9 +277,13 @@ local theme = lush(function()
IndentBlanklineChar { fg = sand.da(10).de(20) },
TelescopeSelection { PmenuSel },
TelescopeSelection { PmenuSel },
TelescopePreviewLine { PmenuSel },
TelescopeBorder { FloatBorder }
TelescopeBorder { FloatBorder },
Sneak { Search },
SneakLabel { WildMenu },
SneakLabelMask { bg = blossom, fg = blossom }
}
end)
-- stylua: ignore end