Doc: mention SignColumn highlight group

References #182
This commit is contained in:
Marco Hinz 2018-10-02 01:01:54 +02:00
parent 40d1a4ee19
commit ce2dd937bf
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -583,6 +583,14 @@ For Unix people there is a small script, showcolors.bash, in the repo that
shows all 256 colors available to the terminal. That makes picking the right
numbers much easier.
Default highlight groups:~
The sign column (often mistakenly called "gutter") itself (all lines without
signs) is highlighted by |hl-SignColumn|. Some colorschemes define no background
color for |hl-Normal| but for |hl-SignColumn|. To avoid that visible difference:
>
highlight SignColumn ctermbg=NONE cterm=NONE guibg=NONE gui=NONE
<
==============================================================================
FAQ *signify-faq*