colorschemes.poimandres.settings

Options provided to the require('poimandres').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  bold_vert_split = false;
  dim_nc_background = true;
  disable_background = false;
  disable_float_background = false;
  disable_italics = true;
}

Declared by:

colorschemes.poimandres.settings.bold_vert_split

Use bold vertical separators.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

colorschemes.poimandres.settings.dark_variant

Dark variant.

Plugin default: "main"

Type: null or string or raw lua code

Default: null

Declared by:

colorschemes.poimandres.settings.dim_nc_background

Dim ‘non-current’ window backgrounds.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

colorschemes.poimandres.settings.disable_background

Whether to disable the background.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

colorschemes.poimandres.settings.disable_float_background

Whether to disable the background for floats.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

colorschemes.poimandres.settings.disable_italics

Whether to disable italics.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

colorschemes.poimandres.settings.groups

Which color to use for each group.

default: see source

Type: null or (attribute set of (string or attribute set of string))

Default: null

Declared by:

colorschemes.poimandres.settings.highlight_groups

Highlight groups.

Plugin default: {}

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

Default: null

Declared by: