junegunn / vim-peekaboo

:eyes: " / @ / CTRL-R
1.13k stars 39 forks source link

highlight default link peekabooSelected Todo a poor choice for many colorschemes #38

Closed mtglsk closed 8 years ago

mtglsk commented 8 years ago

hi peekabooSelected cterm=reverse Would work with most colorschemes (but not look as good probably, but i am running into cases when the selected register renders black on black with many themes. Maybe drop the highlight group completely?

junegunn commented 8 years ago

Todo looks good to me with the color schemes that I use, but YMMV. But you can customize it, right? You can try this in your vimrc:

hi peekabooSelected cterm=NONE
mtglsk commented 8 years ago

Closing it.