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.
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: