X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/cda2b98a58049d2cb8dd14c361fc473cc3b79cc5..35621af9c83ee7e5423ff85a925d056f85e15746:/templates/_help.colortemplate diff --git a/templates/_help.colortemplate b/templates/_help.colortemplate index 0594b62..f521118 100644 --- a/templates/_help.colortemplate +++ b/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