X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6ce8e791f19869586ff422d661d430b4aee9856e..536551e394b2de152673f5f0d280105ee4cbcc5c:/templates/_help.colortemplate diff --git a/templates/_help.colortemplate b/templates/_help.colortemplate index 8eef140..ba94e9c 100644 --- a/templates/_help.colortemplate +++ b/templates/_help.colortemplate @@ -1,37 +1,37 @@ # vim: ft=colortemplate fdm=marker noet ts=8 tw=78 documentation -*@shortname.txt* For Vim version 8.0 Last change: 2018 March 26 +*@shortname.txt* For Vim version @vimversion Last change: @date - VIM REFERENCE MANUAL by wimstefan + @fullname color scheme by @maintainer - @fullname colorscheme *@shortname* + @fullname colorscheme *@shortname* @fullname 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 @shortname -< + + set background=dark + colorscheme @shortname + @fullname requires at least 256 colors and supports "true color" terminals. ============================================================================== -1. Colorscheme options *@optionprefix-options* - - *g:@optionprefix_italic* -Set to 1 if you want to enable italics in the terminal. Note that the terminal -must support italics. -> - let g:@optionprefix_italic = 0 -< - *g:@optionprefix_transp_bg* -Set to 1 if you want a transparent background. Takes effect only in the -terminal. -> - let g:@optionprefix_transp_bg = 0 -< +Colorscheme options @shortname-options* + + *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_transparent = 0 + enddocumentation