X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/18e572e03c2d50e2a27c1c8cda66bd2b6c27c054..0b2f7e52830a48089ff4d762633c69b8d15142a3:/templates/_help.colortemplate?ds=sidebyside diff --git a/templates/_help.colortemplate b/templates/_help.colortemplate index 0594b62..ba94e9c 100644 --- a/templates/_help.colortemplate +++ b/templates/_help.colortemplate @@ -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