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

Enhance transparency to SignColumn and FoldColumn
[etc/vim.git] / doc / artesanal.txt
index 18528c0c0091094b15e9289dc2d07430d91c5d6f..7cfe157fd4bd7fb4e54c22c40e1aa9722aebd2f3 100644 (file)
@@ -1,35 +1,33 @@
-*artesanal.txt*        For Vim version 8.0     Last change: 2018 March 26
+*artesanal.txt*       For Vim version 8.0       Last change: 2021 Jul 31
 
 
-                 VIM REFERENCE MANUAL    by wimstefan
+                Artesanal color scheme    by Stefan Wimmer <wimstefan@gmail.com>
 
 
-                       Artesanal colorscheme                   *artesanal*
+                     Artesanal colorscheme                      *artesanal*
 
 Artesanal 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 artesanal
-<
+
+       set background=dark
+       colorscheme artesanal
+
 Artesanal requires at least 256 colors and supports "true color" terminals.
 
 ==============================================================================
-1. Colorscheme options                                 *artesanal-options*
-
-                                                       *g:artesanal_italic*
-Set to 1 if you want to enable italics in the terminal. Note that the terminal
-must support italics.
->
-       let g:artesanal_italic = 0
-<
-                                               *g:artesanal_transp_bg*
-Set to 1 if you want a transparent background. Takes effect only in the
-terminal.
->
-       let g:artesanal_transp_bg = 0
-<
-
-vim:tw=78:ts=8:ft=help:norl:
+Colorscheme options                                   artesanal-options*
+
+                                                 *g:artesanal_dimmed*
+Set to 1 to dim down some colours a bit.
+Takes effect only in the terminal.
+
+       let g:artesanal_dimmed = 0
+
+                                                 *g:artesanal_transparent*
+Set to 1 if you want a transparent background.
+Takes effect only in the terminal.
+
+       let g:artesanal_transparent = 0
+