Make telescope results more readable

This commit is contained in:
Fernando Schauenburg 2023-08-18 09:28:14 +02:00
parent aab6513188
commit 05d472eb88

View file

@ -511,10 +511,10 @@ M.highlights = function()
TelescopeTitle = { link = 'FloatTitle' },
TelescopePromptPrefix = { link = 'FloatTitle' },
TelescopePromptCounter = { fg = C.bg3 },
TelescopeNormal = { fg = C.gray },
TelescopeMatching = { fg = C.fg0 },
TelescopeSelection = { bg = C.bg1 },
TelescopeMultiSelection = { fg = C.yellow, italic = true },
TelescopeNormal = { fg = C.fg },
TelescopeMatching = { fg = C.br_yellow, bg = C.yellow_bg },
TelescopeSelection = { bg = C.blue_bg },
TelescopeMultiSelection = { fg = C.orange, italic = true },
TelescopeMultiIcon = { link = 'TelescopeMultiSelection' },
},