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: