colorschemes.dracula.settings

The configuration options for dracula without the dracula_ prefix.

For example, the following settings are equivialent to these :setglobal commands:

  • foo_bar = 1 -> :setglobal dracula_foo_bar=1
  • hello = "world" -> :setglobal dracula_hello="world"
  • some_toggle = true -> :setglobal dracula_some_toggle
  • other_toggle = false -> :setglobal nodracula_other_toggle

Type: attribute set of anything

Default: { }

Example:

{
  colorterm = false;
  italic = false;
}

Declared by:

colorschemes.dracula.settings.bold

Include bold attributes in highlighting.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

colorschemes.dracula.settings.colorterm

Include background fill colors.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

colorschemes.dracula.settings.full_special_attrs_support

Explicitly declare full support for special attributes. On terminal emulators, set to true to allow underline/undercurl highlights without changing the foreground color.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

colorschemes.dracula.settings.high_contrast_diff

Use high-contrast color when in diff mode.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

colorschemes.dracula.settings.inverse

Include inverse attributes in highlighting.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

colorschemes.dracula.settings.italic

Include italic attributes in highlighting.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

colorschemes.dracula.settings.strikethrough

Include strikethrough attributes in highlighting.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

colorschemes.dracula.settings.undercurl

Include undercurl attributes in highlighting (only if underline is enabled).

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

colorschemes.dracula.settings.underline

Include underline attributes in highlighting.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by: