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

colorschemes.kanagawa.settings.colors.palette

Change all usages of these colors.

Example:

{
  sumiInk0 = "#000000";
  fujiWhite = "#FFFFFF";
}

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

Default: null

Plugin default: { }

Declared by:

colorschemes.kanagawa.settings.colors.theme

Change specific usages for a certain theme, or for all of them

Example:

{
  wave = {
    ui = {
        float = {
            bg = "none";
        };
    };
  };
  dragon = {
      syn = {
          parameter = "yellow";
      };
  };
  all = {
      ui = {
          bg_gutter = "none";
      };
  };
}

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

Default: null

Plugin default:

{
  all = { };
  dragon = { };
  lotus = { };
  wave = { };
}

Declared by: