-
-
Notifications
You must be signed in to change notification settings - Fork 865
Simon Hauser edited this page Jul 16, 2021
·
2 revisions
https://github.com/nvim-telescope/telescope.nvim/issues/719
We have a wide variety of highlight groups so you can customize telescope to your liking.
highlight TelescopeSelection guifg=#D79921 gui=bold " Selected item
highlight TelescopeSelectionCaret guifg=#CC241D " Selection caret
highlight TelescopeMultiSelection guifg=#928374 " Multisections
highlight TelescopeNormal guibg=#00000 " Floating windows created by telescope
" Border highlight groups
highlight TelescopeBorder guifg=#ffffff
highlight TelescopePromptBorder guifg=#ffffff
highlight TelescopeResultsBorder guifg=#ffffff
highlight TelescopePreviewBorder guifg=#ffffff
" Highlight characters your input matches
highlight TelescopeMatching guifg=blue
" Color the prompt prefix
highlight TelescopePromptPrefix guifg=red
To checkout the default values of the highlight groups, check out plugin/telescope.vim
TelescopePrompt
is the prompt Filetype. You can customize the Filetype as you would normally.
autocmd! FileType TelescopeResults setlocal nofoldenable