colorschemes.cyberdream.settings.theme.highlights

Highlight groups to override, adding new groups is also possible. See :h highlight-groups for a list of highlight groups.

Example:

{
  Comment = {
    fg = "#696969";
    bg = "NONE";
    italic = true;
  };
}

Complete list can be found in lua/cyberdream/theme.lua in upstream repository.

Type: null or (attribute set of ((attribute set) or raw lua code))

Default: null

Plugin default: { }

Declared by:

colorschemes.cyberdream.settings.theme.highlights.<name>.bg

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

Type: null or string or raw lua code

Default: null

colorschemes.cyberdream.settings.theme.highlights.<name>.blend

Integer between 0 and 100.

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

Default: null

colorschemes.cyberdream.settings.theme.highlights.<name>.bold

Type: null or boolean

Default: null

colorschemes.cyberdream.settings.theme.highlights.<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

colorschemes.cyberdream.settings.theme.highlights.<name>.ctermbg

Sets background of cterm color.

Type: null or string or raw lua code

Default: null

colorschemes.cyberdream.settings.theme.highlights.<name>.ctermfg

Sets foreground of cterm color.

Type: null or string or raw lua code

Default: null

colorschemes.cyberdream.settings.theme.highlights.<name>.default

Don’t override existing definition.

Type: null or boolean

Default: null

colorschemes.cyberdream.settings.theme.highlights.<name>.fg

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

Type: null or string or raw lua code

Default: null

colorschemes.cyberdream.settings.theme.highlights.<name>.italic

Type: null or boolean

Default: null

Name of another highlight group to link to.

Type: null or string or raw lua code

Default: null

colorschemes.cyberdream.settings.theme.highlights.<name>.nocombine

Type: null or boolean

Default: null

colorschemes.cyberdream.settings.theme.highlights.<name>.reverse

Type: null or boolean

Default: null

colorschemes.cyberdream.settings.theme.highlights.<name>.sp

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

Type: null or string or raw lua code

Default: null

colorschemes.cyberdream.settings.theme.highlights.<name>.standout

Type: null or boolean

Default: null

colorschemes.cyberdream.settings.theme.highlights.<name>.strikethrough

Type: null or boolean

Default: null

colorschemes.cyberdream.settings.theme.highlights.<name>.undercurl

Type: null or boolean

Default: null

colorschemes.cyberdream.settings.theme.highlights.<name>.underdashed

Type: null or boolean

Default: null

colorschemes.cyberdream.settings.theme.highlights.<name>.underdotted

Type: null or boolean

Default: null

colorschemes.cyberdream.settings.theme.highlights.<name>.underdouble

Type: null or boolean

Default: null

colorschemes.cyberdream.settings.theme.highlights.<name>.underline

Type: null or boolean

Default: null