]> git.madduck.net Git - etc/vim.git/blob - doc/artesanal.txt

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:

18528c0c0091094b15e9289dc2d07430d91c5d6f
[etc/vim.git] / doc / artesanal.txt
1 *artesanal.txt* For Vim version 8.0     Last change: 2018 March 26
2
3
4                   VIM REFERENCE MANUAL    by wimstefan
5
6
7                         Artesanal colorscheme                   *artesanal*
8
9 Artesanal is my personal colorscheme.
10
11 It supports dark and light backgrounds, so you must set 'background'
12 before loading the colorscheme. For example:
13 >
14         set background=light
15         colorscheme artesanal
16 <
17 Artesanal requires at least 256 colors and supports "true color" terminals.
18
19 ==============================================================================
20 1. Colorscheme options                                  *artesanal-options*
21
22                                                         *g:artesanal_italic*
23 Set to 1 if you want to enable italics in the terminal. Note that the terminal
24 must support italics.
25 >
26         let g:artesanal_italic = 0
27 <
28                                                 *g:artesanal_transp_bg*
29 Set to 1 if you want a transparent background. Takes effect only in the
30 terminal.
31 >
32         let g:artesanal_transp_bg = 0
33 <
34
35 vim:tw=78:ts=8:ft=help:norl: