Vim Tips Wiki
(Hint for getting this to work in gvim.)
 
(standard format)
Line 1: Line 1:
  +
{{ScriptComments|1230|Rainbow Parenthesis: highlight matching parens in a rainbow of colors}}
If you want this to work in gvim, you will have to set the guifg, not ctermfg
 
 
e.g.
 
   
  +
==Comments==
 
If you want this to work in gvim, you will have to set guifg, not ctermfg, for example:
  +
<pre>
 
hi level13c ctermfg=darkgreen guifg=darkgreen
 
hi level13c ctermfg=darkgreen guifg=darkgreen
  +
</pre>

Revision as of 10:12, 22 October 2010

Use this page to discuss script 1230 1230

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments

If you want this to work in gvim, you will have to set guifg, not ctermfg, for example:

hi level13c ctermfg=darkgreen guifg=darkgreen