colorschemes.ayu.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  callback = {
    __raw = ''
      function()
        print('nixvim')
      end
    '';
  };
  foo_bar = 42;
  hostname = "localhost:8080";
}

Declared by:

colorschemes.ayu.settings.mirage

Set to true to use mirage variant instead of dark for dark background.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

colorschemes.ayu.settings.overrides

A dictionary of group names, each associated with a dictionary of parameters (bg, fg, sp and style) and colors in hex.

Alternatively, overrides can be a function that returns a dictionary of the same format. You can use the function to override based on a dynamic condition, such as the value of background.

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

Default: null

Plugin default: {}

Declared by: