highlight

Define new highlight groups

Type: attribute set of (attribute set)

Default: { }

Example:

''
  highlight = {
    MacchiatoRed.fg = "#ed8796";
  };
''

Declared by:

highlight.<name>.bg

Color for the background (color name or ‘#RRGGBB’).

Type: null or string or raw lua code

Default: null

Declared by:

highlight.<name>.blend

Integer between 0 and 100.

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

Default: null

Declared by:

highlight.<name>.bold

Type: null or boolean

Default: null

Declared by:

highlight.<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:

highlight.<name>.ctermbg

Sets background of cterm color.

Type: null or string or raw lua code

Default: null

Declared by:

highlight.<name>.ctermfg

Sets foreground of cterm color.

Type: null or string or raw lua code

Default: null

Declared by:

highlight.<name>.default

Don’t override existing definition.

Type: null or boolean

Default: null

Declared by:

highlight.<name>.fg

Color for the foreground (color name or ‘#RRGGBB’).

Type: null or string or raw lua code

Default: null

Declared by:

highlight.<name>.italic

Type: null or boolean

Default: null

Declared by:

Name of another highlight group to link to.

Type: null or string or raw lua code

Default: null

Declared by:

highlight.<name>.nocombine

Type: null or boolean

Default: null

Declared by:

highlight.<name>.reverse

Type: null or boolean

Default: null

Declared by:

highlight.<name>.sp

Special color (color name or ‘#RRGGBB’).

Type: null or string or raw lua code

Default: null

Declared by:

highlight.<name>.standout

Type: null or boolean

Default: null

Declared by:

highlight.<name>.strikethrough

Type: null or boolean

Default: null

Declared by:

highlight.<name>.undercurl

Type: null or boolean

Default: null

Declared by:

highlight.<name>.underdashed

Type: null or boolean

Default: null

Declared by:

highlight.<name>.underdotted

Type: null or boolean

Default: null

Declared by:

highlight.<name>.underdouble

Type: null or boolean

Default: null

Declared by:

highlight.<name>.underline

Type: null or boolean

Default: null

Declared by: