]> 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:

- make a difference between hlsearch and incsearch highlights - kudos to /u/EgZvor...
[etc/vim.git] / doc / artesanal.txt
1 *artesanal.txt*       For Vim version 8.2       Last change: 2020 Mar 15
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_transp_bg*
23 Set to 1 if you want a transparent background.
24 Takes effect only in the terminal.
25
26        let g:artesanal_transp_bg = 0
27