X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/16cf0684409d79e8506c3218e8ddba7cf63e70ad..d5c95f6a8f274f42cce81bfe544266a7bb53474b:/.vim/bundle/vim-artesanal/templates/_help.colortemplate diff --git a/.vim/bundle/vim-artesanal/templates/_help.colortemplate b/.vim/bundle/vim-artesanal/templates/_help.colortemplate index 0594b62..f521118 100644 --- a/.vim/bundle/vim-artesanal/templates/_help.colortemplate +++ b/.vim/bundle/vim-artesanal/templates/_help.colortemplate @@ -1,4 +1,4 @@ -# vim: ft=colortemplate fdm=marker noet ts=8 tw=78 +; vim: ft=colortemplate fdm=marker noet ts=8 tw=78 documentation *@shortname.txt* For Vim version @vimversion Last change: @date @@ -22,10 +22,16 @@ before loading the colorscheme. For example: ============================================================================== Colorscheme options @shortname-options* - *g:@optionprefix_transp_bg* + *g:@optionprefix_dimmed* +Set to 1 to dim down some colours a bit. +Takes effect only in the terminal. + + let g:@optionprefix_dimmed = 0 + + *g:@optionprefix_transparent* Set to 1 if you want a transparent background. Takes effect only in the terminal. - let g:@optionprefix_transp_bg = 0 + let g:@optionprefix_transparent = 0 enddocumentation