Saturday, December 20, 2014

Re: modify "tab indent markers"

On 2014-12-20 18:36, mustermann, max wrote:
> i have installed this vim distribution here: http://vim.spf13.com/
> and i like to know, how i can make these greyish/white "tab indent
> markers" less visible (=> darker), and what command in the vimrc is
> responsible for this.

Colors are controlled by your colorscheme. I took one of the ones
that come with Vim and modified it to my liking. You want to tweak
the SpecialKey highlighting to whatever colors you want. In my
custom ~/.vim/colors/timchase.vim color-scheme, I have a line that
reads

hi link SpecialChar Operator

which makes these special-characters like tabs show up in the same
color as operators.

-tim



--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: