colorschemes.palette.settings
Options provided to the require('palette').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{ }
Declared by:
colorschemes.palette.settings.cache_dir
Cache directory.
Plugin default: "{__raw = \"vim.fn.stdpath('cache') .. '/palette'\";}"
Type: null or string or raw lua code
Default:
null
Declared by:
colorschemes.palette.settings.caching
Whether to enable caching.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
colorschemes.palette.settings.italics
Whether to use italics.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
colorschemes.palette.settings.transparent_background
Whether to use transparent background.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by: