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.
Type: null or string or raw lua code
Default:
null
Plugin default:
{
__raw = "vim.fn.stdpath('cache') .. '/palette'";
}
Declared by:
colorschemes.palette.settings.caching
Whether to enable caching.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
colorschemes.palette.settings.italics
Whether to use italics.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
colorschemes.palette.settings.transparent_background
Whether to use transparent background.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by: