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.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: