colorschemes.kanagawa.extraOptions.colors.palette

Change all usages of these colors.

Example:

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

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

Default: null

Plugin default: {}

Declared by:

colorschemes.kanagawa.extraOptions.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))

Default: null

Plugin default:

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

Declared by: