colorschemes.cyberdream.settings.theme.colors

Override the default colors used.

For a full list of colors, see upstream documentation.

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

Default: null

Plugin default: {}

Declared by:

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: