plugins.toggleterm.settings.highlights
Highlights which map a highlight group name to an attrs of it’s values.
Type: null or (attribute set of ((attribute set) or raw lua code))
Default:
null
Plugin default:
{
FloatBorder = {
link = "Normal";
};
NormalFloat = {
link = "Normal";
};
StatusLine = {
gui = "NONE";
};
StatusLineNC = {
cterm = "italic";
gui = "NONE";
};
}
Declared by:
plugins.toggleterm.settings.highlights.<name>.bg
Color for the background (color name or ‘#RRGGBB’).
Type: null or string or raw lua code
Default:
null
plugins.toggleterm.settings.highlights.<name>.blend
Integer between 0 and 100.
Type: null or integer or floating point number between 0 and 100 (both inclusive)
Default:
null
plugins.toggleterm.settings.highlights.<name>.bold
Type: null or boolean
Default:
null
plugins.toggleterm.settings.highlights.<name>.cterm
cterm attribute map, like |highlight-args|. If not set, cterm attributes will match those from the attribute map documented above.
Type: null or string or (attribute set)
Default:
null
plugins.toggleterm.settings.highlights.<name>.ctermbg
Sets background of cterm color.
Type: null or string or raw lua code
Default:
null
plugins.toggleterm.settings.highlights.<name>.ctermfg
Sets foreground of cterm color.
Type: null or string or raw lua code
Default:
null
plugins.toggleterm.settings.highlights.<name>.default
Don’t override existing definition.
Type: null or boolean
Default:
null
plugins.toggleterm.settings.highlights.<name>.fg
Color for the foreground (color name or ‘#RRGGBB’).
Type: null or string or raw lua code
Default:
null
plugins.toggleterm.settings.highlights.<name>.italic
Type: null or boolean
Default:
null
plugins.toggleterm.settings.highlights.<name>.link
Name of another highlight group to link to.
Type: null or string or raw lua code
Default:
null
plugins.toggleterm.settings.highlights.<name>.nocombine
Type: null or boolean
Default:
null
plugins.toggleterm.settings.highlights.<name>.reverse
Type: null or boolean
Default:
null
plugins.toggleterm.settings.highlights.<name>.sp
Special color (color name or ‘#RRGGBB’).
Type: null or string or raw lua code
Default:
null
plugins.toggleterm.settings.highlights.<name>.standout
Type: null or boolean
Default:
null
plugins.toggleterm.settings.highlights.<name>.strikethrough
Type: null or boolean
Default:
null
plugins.toggleterm.settings.highlights.<name>.undercurl
Type: null or boolean
Default:
null
plugins.toggleterm.settings.highlights.<name>.underdashed
Type: null or boolean
Default:
null
plugins.toggleterm.settings.highlights.<name>.underdotted
Type: null or boolean
Default:
null
plugins.toggleterm.settings.highlights.<name>.underdouble
Type: null or boolean
Default:
null
plugins.toggleterm.settings.highlights.<name>.underline
Type: null or boolean
Default:
null