colorschemes.nord.settings

The configuration options for nord without the nord_ prefix.

Example: To set nord_foo_bar to 1, write

  settings = {
    foo_bar = true;
  };

Type: attribute set of anything

Default: { }

Example:

{
  borders = true;
  disable_background = true;
  italic = false;
}

Declared by:

colorschemes.nord.settings.enable_sidebar_background

Re-enables the background of the sidebar if you disabled the background of everything.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

colorschemes.nord.settings.borders

Enable the border between vertically split windows.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

colorschemes.nord.settings.contrast

Make sidebars and popup menus like nvim-tree and telescope have a different background.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

colorschemes.nord.settings.cursorline_transparent

Set the cursorline transparent/visible.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

colorschemes.nord.settings.disable_background

Disable the setting of background color so that NeoVim can use your terminal background.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

colorschemes.nord.settings.italic

Enables/disables italics.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

colorschemes.nord.settings.uniform_diff_background

Enables/disables colorful backgrounds when used in diff mode.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by: