junegunn / rainbow_parentheses.vim

:rainbow: Simpler Rainbow Parentheses
377 stars 24 forks source link

Whitelist Option? #16

Closed her closed 7 years ago

her commented 7 years ago

Example: If I only want to use 16 colors (in a term with 256) a whitelist would be much easier to configure rather than a blacklist...

Side question: Is it possible to supply a range of numbers in let g:rainbow#blacklist?

Thanks for the great plugins, Junegunn. I'm using several of them 😄 🙏

junegunn commented 7 years ago

You can use this:

let g:rainbow#blacklist = range(16, 255)
her commented 7 years ago

That's great, thanks Junegunn!!! 🙏 🎉