Make telescope results more readable
This commit is contained in:
parent
aab6513188
commit
df2f39f60d
1 changed files with 4 additions and 4 deletions
|
@ -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' },
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue