]> git.madduck.net Git - etc/vim.git/blob - .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
1 ; vim: ft=colortemplate fdm=marker noet ts=8 tw=78
2
3 documentation
4 *@shortname.txt*       For Vim version @vimversion       Last change: @date
5
6
7                 @fullname color scheme    by @maintainer
8
9
10                      @fullname colorscheme                      *@shortname*
11
12 @fullname is my personal colorscheme.
13
14 It supports dark and light backgrounds, so you must set 'background'
15 before loading the colorscheme. For example:
16
17        set background=dark
18        colorscheme @shortname
19
20 @fullname requires at least 256 colors and supports "true color" terminals.
21
22 ==============================================================================
23 Colorscheme options                                   @shortname-options*
24
25                                                  *g:@optionprefix_dimmed*
26 Set to 1 to dim down some colours a bit.
27 Takes effect only in the terminal.
28
29        let g:@optionprefix_dimmed = 0
30
31                                                  *g:@optionprefix_transparent*
32 Set to 1 if you want a transparent background.
33 Takes effect only in the terminal.
34
35        let g:@optionprefix_transparent = 0
36
37 enddocumentation