From 97a72158345a953edf904cd0120c1637a9ec7f84 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Tue, 24 Aug 2021 18:15:34 +0800 Subject: [PATCH] more telescope improvements --- lua/lush_theme/zenbones.lua | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/lua/lush_theme/zenbones.lua b/lua/lush_theme/zenbones.lua index a98060e..652e36c 100644 --- a/lua/lush_theme/zenbones.lua +++ b/lua/lush_theme/zenbones.lua @@ -287,19 +287,20 @@ local theme = lush(function() -- TSURI { }; -- Any URI like a link or email. -- Other plugins - GitSignsAdd { fg = leaf }, - GitSignsChange { fg = water }, - GitSignsDelete { fg = rose }, + GitSignsAdd { fg = leaf }, + GitSignsChange { fg = water }, + GitSignsDelete { fg = rose }, - IndentBlanklineChar { fg = sand.da(12).de(20) }, + IndentBlanklineChar { fg = sand.da(12).de(20) }, - TelescopeSelection { PmenuSel }, - TelescopePreviewLine { PmenuSel }, - TelescopeBorder { FloatBorder }, + TelescopeSelection { CursorLine }, + TelescopeSelectionCaret { TelescopeSelection, fg = rose }, + TelescopeMatching { fg = blossom, gui = "bold" }, + TelescopeBorder { FloatBorder }, - Sneak { Search }, - SneakLabel { WildMenu }, - SneakLabelMask { bg = blossom, fg = blossom } + Sneak { Search }, + SneakLabel { WildMenu }, + SneakLabelMask { bg = blossom, fg = blossom } } end) -- stylua: ignore end