colorschemes.vscode.settings.group_overrides
A dictionary of group names, each associated with a dictionary of parameters
(bg
, fg
, sp
and style
) and colors in hex.
Type: null or (attribute set of ((attribute set) or raw lua code))
Default:
null
Plugin default: { }
Declared by:
colorschemes.vscode.settings.group_overrides.<name>.bg
Color for the background (color name or ‘#RRGGBB’).
Type: null or string or raw lua code
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.blend
Integer between 0 and 100.
Type: null or integer or floating point number between 0 and 100 (both inclusive)
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.bold
Type: null or boolean
Default:
null
colorschemes.vscode.settings.group_overrides.<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
colorschemes.vscode.settings.group_overrides.<name>.ctermbg
Sets background of cterm color.
Type: null or string or raw lua code
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.ctermfg
Sets foreground of cterm color.
Type: null or string or raw lua code
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.default
Don’t override existing definition.
Type: null or boolean
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.fg
Color for the foreground (color name or ‘#RRGGBB’).
Type: null or string or raw lua code
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.italic
Type: null or boolean
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.link
Name of another highlight group to link to.
Type: null or string or raw lua code
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.nocombine
Type: null or boolean
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.reverse
Type: null or boolean
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.sp
Special color (color name or ‘#RRGGBB’).
Type: null or string or raw lua code
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.standout
Type: null or boolean
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.strikethrough
Type: null or boolean
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.undercurl
Type: null or boolean
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.underdashed
Type: null or boolean
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.underdotted
Type: null or boolean
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.underdouble
Type: null or boolean
Default:
null
colorschemes.vscode.settings.group_overrides.<name>.underline
Type: null or boolean
Default:
null