X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6ce8e791f19869586ff422d661d430b4aee9856e..907d4569b0384e76f9e3ca4a6a7ee917712c031d:/doc/artesanal.txt diff --git a/doc/artesanal.txt b/doc/artesanal.txt index 18528c0..7cfe157 100644 --- a/doc/artesanal.txt +++ b/doc/artesanal.txt @@ -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 - 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 +