Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mini-base16

URL: https://github.com/nvim-mini/mini.base16/

Maintainers: Heitor Augusto

colorschemes.mini-base16.enable

Whether to enable mini-base16.

Type: boolean

Default: false

Example: true

Declared by:

colorschemes.mini-base16.package

The mini-base16 package to use.

Type: package

Default: pkgs.vimPlugins.mini-base16

Declared by:

colorschemes.mini-base16.autoLoad

Whether to automatically load mini-base16 when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

colorschemes.mini-base16.settings

Options provided to the require('mini.base16').setup function.

Type: lua value

Default: { }

Example:

{
  palette = {
    base00 = "#112641";
    base01 = "#3a475e";
    base02 = "#606b81";
    base03 = "#8691a7";
    base04 = "#d5dc81";
    base05 = "#e2e98f";
    base06 = "#eff69c";
    base07 = "#fcffaa";
    base08 = "#ffcfa0";
    base09 = "#cc7e46";
    base0A = "#46a436";
    base0B = "#9ff895";
    base0C = "#ca6ecf";
    base0D = "#42f7ff";
    base0E = "#ffc4ff";
    base0F = "#00a5c5";
  };
}

Declared by: