colorschemes.ayu.settings.overrides
A dictionary of group names, each associated with a dictionary of parameters
(bg
, fg
, sp
and style
) and colors in hex.
Alternatively, overrides
can be a function that returns a dictionary of the same
format.
You can use the function to override based on a dynamic condition, such as the value of
background
.
Type: null or lua code string or attribute set of (attribute set)
Default:
null
Plugin default: { }
Declared by:
colorschemes.ayu.settings.overrides.<name>.bg
Color for the background (color name or ‘#RRGGBB’).
Type: null or string or raw lua code
Default:
null
colorschemes.ayu.settings.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.ayu.settings.overrides.<name>.bold
Type: null or boolean
Default:
null
colorschemes.ayu.settings.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.ayu.settings.overrides.<name>.ctermbg
Sets background of cterm color.
Type: null or string or raw lua code
Default:
null
colorschemes.ayu.settings.overrides.<name>.ctermfg
Sets foreground of cterm color.
Type: null or string or raw lua code
Default:
null
colorschemes.ayu.settings.overrides.<name>.default
Don’t override existing definition.
Type: null or boolean
Default:
null
colorschemes.ayu.settings.overrides.<name>.fg
Color for the foreground (color name or ‘#RRGGBB’).
Type: null or string or raw lua code
Default:
null
colorschemes.ayu.settings.overrides.<name>.italic
Type: null or boolean
Default:
null
colorschemes.ayu.settings.overrides.<name>.link
Name of another highlight group to link to.
Type: null or string or raw lua code
Default:
null
colorschemes.ayu.settings.overrides.<name>.nocombine
Type: null or boolean
Default:
null
colorschemes.ayu.settings.overrides.<name>.reverse
Type: null or boolean
Default:
null
colorschemes.ayu.settings.overrides.<name>.sp
Special color (color name or ‘#RRGGBB’).
Type: null or string or raw lua code
Default:
null
colorschemes.ayu.settings.overrides.<name>.standout
Type: null or boolean
Default:
null
colorschemes.ayu.settings.overrides.<name>.strikethrough
Type: null or boolean
Default:
null
colorschemes.ayu.settings.overrides.<name>.undercurl
Type: null or boolean
Default:
null
colorschemes.ayu.settings.overrides.<name>.underdashed
Type: null or boolean
Default:
null
colorschemes.ayu.settings.overrides.<name>.underdotted
Type: null or boolean
Default:
null
colorschemes.ayu.settings.overrides.<name>.underdouble
Type: null or boolean
Default:
null
colorschemes.ayu.settings.overrides.<name>.underline
Type: null or boolean
Default:
null