fix: selected icon highlight with color_devicons to false (#2187)

This commit is contained in:
Antoine Bertin
2022-10-08 09:10:26 +02:00
committed by GitHub
parent 3a29c1e89d
commit 5fadc247c5
4 changed files with 4 additions and 5 deletions

View File

@@ -82,7 +82,6 @@ local highlights = {
TelescopeResultsNumber = { default = true, link = "Number" },
TelescopeResultsComment = { default = true, link = "Comment" },
TelescopeResultsSpecialComment = { default = true, link = "SpecialComment" },
TelescopeResultsFileIcon = { default = true, link = "Normal" },
-- Used for git status Results highlighting
TelescopeResultsDiffChange = { default = true, link = "DiffChange" },