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' }, TelescopeTitle = { link = 'FloatTitle' },
TelescopePromptPrefix = { link = 'FloatTitle' }, TelescopePromptPrefix = { link = 'FloatTitle' },
TelescopePromptCounter = { fg = C.bg3 }, TelescopePromptCounter = { fg = C.bg3 },
TelescopeNormal = { fg = C.gray }, TelescopeNormal = { fg = C.fg },
TelescopeMatching = { fg = C.fg0 }, TelescopeMatching = { fg = C.br_yellow, bg = C.yellow_bg },
TelescopeSelection = { bg = C.bg1 }, TelescopeSelection = { bg = C.blue_bg },
TelescopeMultiSelection = { fg = C.yellow, italic = true }, TelescopeMultiSelection = { fg = C.orange, italic = true },
TelescopeMultiIcon = { link = 'TelescopeMultiSelection' }, TelescopeMultiIcon = { link = 'TelescopeMultiSelection' },
}, },