Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

highlightOverride

Define highlight groups to override existing highlight

Type: attribute set of (open submodule of (attribute set))

Default:

{ }

Example:

{
  Comment = {
    fg = "#ff0000";
  };
}

Declared by:

highlightOverride.<name>.bg

Color for the background (color name, ‘#RRGGBB’, or 24-bit RGB integer).

Type: null or signed integer or string or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.blend

Integer between 0 and 100.

Type: null or integer or floating point number between 0 and 100 (both inclusive) or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.bold

Type: null or boolean or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.cterm

cterm attribute map, like |highlight-args|. If not set, cterm attributes will match those from the attribute map documented above.

Type: null or string or (attribute set)

Default:

null

Declared by:

highlightOverride.<name>.ctermbg

Sets background of cterm color (color name or palette index).

Type: null or signed integer or string or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.ctermfg

Sets foreground of cterm color (color name or palette index).

Type: null or signed integer or string or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.default

Don’t override existing definition.

Type: null or boolean or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.fg

Color for the foreground (color name, ‘#RRGGBB’, or 24-bit RGB integer).

Type: null or signed integer or string or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.italic

Type: null or boolean or raw lua code

Default:

null

Declared by:

Name or id of another highlight group to link to.

Type: null or signed integer or string or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.nocombine

Type: null or boolean or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.reverse

Type: null or boolean or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.sp

Special color (color name, ‘#RRGGBB’, or 24-bit RGB integer).

Type: null or signed integer or string or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.standout

Type: null or boolean or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.strikethrough

Type: null or boolean or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.undercurl

Type: null or boolean or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.underdashed

Type: null or boolean or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.underdotted

Type: null or boolean or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.underdouble

Type: null or boolean or raw lua code

Default:

null

Declared by:

highlightOverride.<name>.underline

Type: null or boolean or raw lua code

Default:

null

Declared by: