From 7b50182993df7626c42493a59bee4de5e3c82b15 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Tue, 24 Aug 2021 10:46:48 +0800 Subject: [PATCH] add some more telescope and vim-sneak --- lua/lush_theme/zenbones.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lua/lush_theme/zenbones.lua b/lua/lush_theme/zenbones.lua index 7345146..181c13f 100644 --- a/lua/lush_theme/zenbones.lua +++ b/lua/lush_theme/zenbones.lua @@ -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