mini-hues
URL: https://github.com/nvim-mini/mini.hues/
Maintainers: Heitor Augusto
colorschemes.mini-hues.enable
Whether to enable mini-hues.
Type: boolean
Default:
false
Example:
true
Declared by:
colorschemes.mini-hues.package
The mini-hues package to use.
Type: package
Default:
pkgs.vimPlugins.mini-hues
Declared by:
colorschemes.mini-hues.autoLoad
Whether to automatically load mini-hues when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
colorschemes.mini-hues.callSetup
Whether to generate the standard require('mini.hues').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by:
colorschemes.mini-hues.settings
Options provided to the require('mini.hues').setup function.
Type: lua value
Default:
{ }
Example:
{
accent = "bg";
autoadjust = true;
background = "#351721";
foreground = "#cdc4c6";
n_hues = 8;
plugins = {
default = true;
};
saturation = "medium";
}
Declared by: