colorschemes.one.settings

The configuration options for one without the one_ prefix.

Example: To set one_foo_bar to 1, write

  settings = {
    foo_bar = true;
  };

Type: attribute set of anything

Default: { }

Example:

{
  allow_italics = true;
}

Declared by:

colorschemes.one.settings.allow_italics

Whether to enable italic (as long as your terminal supports it).

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by: