more telescope improvements
This commit is contained in:
@@ -287,19 +287,20 @@ local theme = lush(function()
|
|||||||
-- TSURI { }; -- Any URI like a link or email.
|
-- TSURI { }; -- Any URI like a link or email.
|
||||||
|
|
||||||
-- Other plugins
|
-- Other plugins
|
||||||
GitSignsAdd { fg = leaf },
|
GitSignsAdd { fg = leaf },
|
||||||
GitSignsChange { fg = water },
|
GitSignsChange { fg = water },
|
||||||
GitSignsDelete { fg = rose },
|
GitSignsDelete { fg = rose },
|
||||||
|
|
||||||
IndentBlanklineChar { fg = sand.da(12).de(20) },
|
IndentBlanklineChar { fg = sand.da(12).de(20) },
|
||||||
|
|
||||||
TelescopeSelection { PmenuSel },
|
TelescopeSelection { CursorLine },
|
||||||
TelescopePreviewLine { PmenuSel },
|
TelescopeSelectionCaret { TelescopeSelection, fg = rose },
|
||||||
TelescopeBorder { FloatBorder },
|
TelescopeMatching { fg = blossom, gui = "bold" },
|
||||||
|
TelescopeBorder { FloatBorder },
|
||||||
|
|
||||||
Sneak { Search },
|
Sneak { Search },
|
||||||
SneakLabel { WildMenu },
|
SneakLabel { WildMenu },
|
||||||
SneakLabelMask { bg = blossom, fg = blossom }
|
SneakLabelMask { bg = blossom, fg = blossom }
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
-- stylua: ignore end
|
-- stylua: ignore end
|
||||||
|
|||||||
Reference in New Issue
Block a user