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' },
|
||||
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' },
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue