]> git.madduck.net Git - etc/vim.git/blobdiff - 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:

- migrate to Colortemplate v2
[etc/vim.git] / templates / _help.colortemplate
index 8eef1404e90f62e346c9314a33febab205bdd522..0594b622e26106f7aad6618ea1e279ec491a17e2 100644 (file)
@@ -1,37 +1,31 @@
 # vim: ft=colortemplate fdm=marker noet ts=8 tw=78
 
 documentation
-*@shortname.txt*       For Vim version 8.0     Last change: 2018 March 26
+*@shortname.txt*       For Vim version @vimversion       Last change: @date
 
 
-                 VIM REFERENCE MANUAL    by wimstefan
+                @fullname color scheme    by @maintainer
 
 
-                       @fullname colorscheme                   *@shortname*
+                     @fullname colorscheme                      *@shortname*
 
 @fullname is my personal colorscheme.
 
 It supports dark and light backgrounds, so you must set 'background'
 before loading the colorscheme. For example:
->
-       set background=light
-       colorscheme @shortname
-<
+
+       set background=dark
+       colorscheme @shortname
+
 @fullname requires at least 256 colors and supports "true color" terminals.
 
 ==============================================================================
-1. Colorscheme options                                 *@optionprefix-options*
-
-                                                       *g:@optionprefix_italic*
-Set to 1 if you want to enable italics in the terminal. Note that the terminal
-must support italics.
->
-       let g:@optionprefix_italic = 0
-<
-                                               *g:@optionprefix_transp_bg*
-Set to 1 if you want a transparent background. Takes effect only in the
-terminal.
->
-       let g:@optionprefix_transp_bg = 0
-<
+Colorscheme options                                   @shortname-options*
+
+                                                 *g:@optionprefix_transp_bg*
+Set to 1 if you want a transparent background.
+Takes effect only in the terminal.
+
+       let g:@optionprefix_transp_bg = 0
+
 enddocumentation