more telescope improvements

This commit is contained in:
Michael Chris Lopez
2021-08-24 18:15:34 +08:00
parent 73958311c1
commit 97a7215834

View File

@@ -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