diff options
| author | max397574 <81827001+max397574@users.noreply.github.com> | 2021-11-29 22:47:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-29 21:47:19 +0000 |
| commit | c1951b37229f6628a07e1290430eeb83e532dc90 (patch) | |
| tree | e07a25e0204d6deecf3a047b5dd8d0d4024cedfc /lua/telescope/pickers.lua | |
| parent | 22e59556f95f8021381c21f09d8cfc54d47db1bc (diff) | |
add Normal highlights for prompt and results (#1514)
* feat(highlight): add Normal highlights for prompt and results
* fix(highlight): link to TelescopeNormal by default
Diffstat (limited to 'lua/telescope/pickers.lua')
| -rw-r--r-- | lua/telescope/pickers.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua index 618a6e1..92482db 100644 --- a/lua/telescope/pickers.lua +++ b/lua/telescope/pickers.lua @@ -320,11 +320,11 @@ function Picker:find() -- `popup.nvim` massaging so people don't have to remember minheight shenanigans popup_opts.results.minheight = popup_opts.results.height - popup_opts.results.highlight = "TelescopeNormal" + popup_opts.results.highlight = "TelescopeResultsNormal" popup_opts.results.borderhighlight = "TelescopeResultsBorder" popup_opts.results.titlehighlight = "TelescopeResultsTitle" popup_opts.prompt.minheight = popup_opts.prompt.height - popup_opts.prompt.highlight = "TelescopeNormal" + popup_opts.prompt.highlight = "TelescopePromptNormal" popup_opts.prompt.borderhighlight = "TelescopePromptBorder" popup_opts.prompt.titlehighlight = "TelescopePromptTitle" if popup_opts.preview then |
