]> git.madduck.net Git - etc/vim.git/blobdiff - .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
index d185f504ea3587440e9317a45245908b82b557d3..7cfe157fd4bd7fb4e54c22c40e1aa9722aebd2f3 100644 (file)
@@ -1,4 +1,4 @@
-*artesanal.txt*       For Vim version 8.2       Last change: 2020 Mar 15
+*artesanal.txt*       For Vim version 8.0       Last change: 2021 Jul 31
 
 
                 Artesanal color scheme    by Stefan Wimmer <wimstefan@gmail.com>
@@ -19,9 +19,15 @@ Artesanal requires at least 256 colors and supports "true color" terminals.
 ==============================================================================
 Colorscheme options                                   artesanal-options*
 
-                                                 *g:artesanal_transp_bg*
+                                                 *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_transp_bg = 0
+       let g:artesanal_transparent = 0