]> git.madduck.net Git - etc/vim.git/blobdiff - .vim/bundle/vim-artesanal/templates/_help.colortemplate

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Merge commit '907d4569b0384e76f9e3ca4a6a7ee917712c031d' into tmp
[etc/vim.git] / .vim / bundle / vim-artesanal / templates / _help.colortemplate
index 0594b622e26106f7aad6618ea1e279ec491a17e2..f521118d4f39a7e815a0f4105a30add410063bb5 100644 (file)
@@ -1,4 +1,4 @@
-# vim: ft=colortemplate fdm=marker noet ts=8 tw=78
+; vim: ft=colortemplate fdm=marker noet ts=8 tw=78
 
 documentation
 *@shortname.txt*       For Vim version @vimversion       Last change: @date
@@ -22,10 +22,16 @@ before loading the colorscheme. For example:
 ==============================================================================
 Colorscheme options                                   @shortname-options*
 
-                                                 *g:@optionprefix_transp_bg*
+                                                 *g:@optionprefix_dimmed*
+Set to 1 to dim down some colours a bit.
+Takes effect only in the terminal.
+
+       let g:@optionprefix_dimmed = 0
+
+                                                 *g:@optionprefix_transparent*
 Set to 1 if you want a transparent background.
 Takes effect only in the terminal.
 
-       let g:@optionprefix_transp_bg = 0
+       let g:@optionprefix_transparent = 0
 
 enddocumentation