colorschemes.nord.settings

The configuration options for nord without the nord_ prefix.

For example, the following settings are equivialent to these :setglobal commands:

  • foo_bar = 1 -> :setglobal nord_foo_bar=1
  • hello = "world" -> :setglobal nord_hello="world"
  • some_toggle = true -> :setglobal nord_some_toggle
  • other_toggle = false -> :setglobal nonord_other_toggle

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.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

colorschemes.nord.settings.borders

Enable the border between vertically split windows.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

colorschemes.nord.settings.contrast

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

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

colorschemes.nord.settings.cursorline_transparent

Set the cursorline transparent/visible.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

colorschemes.nord.settings.disable_background

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

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

colorschemes.nord.settings.italic

Enables/disables italics.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by:

colorschemes.nord.settings.uniform_diff_background

Enables/disables colorful backgrounds when used in diff mode.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by: