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

Merge commit '907d4569b0384e76f9e3ca4a6a7ee917712c031d' into tmp
[etc/vim.git] / .vim / bundle / vim-artesanal / doc / artesanal.txt
1 *artesanal.txt*       For Vim version 8.0       Last change: 2021 Jul 31
2
3
4                 Artesanal color scheme    by Stefan Wimmer <wimstefan@gmail.com>
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=dark
15        colorscheme artesanal
16
17 Artesanal requires at least 256 colors and supports "true color" terminals.
18
19 ==============================================================================
20 Colorscheme options                                   artesanal-options*
21
22                                                  *g:artesanal_dimmed*
23 Set to 1 to dim down some colours a bit.
24 Takes effect only in the terminal.
25
26        let g:artesanal_dimmed = 0
27
28                                                  *g:artesanal_transparent*
29 Set to 1 if you want a transparent background.
30 Takes effect only in the terminal.
31
32        let g:artesanal_transparent = 0
33