github-theme
URL: https://github.com/projekt0n/github-nvim-theme/
Maintainers: Gaetan Lepage
colorschemes.github-theme.enable
Whether to enable github-theme.
Type: boolean
Default:
false
Example:
true
Declared by:
colorschemes.github-theme.package
The github-theme package to use.
Type: package
Default:
pkgs.vimPlugins.github-nvim-theme
Declared by:
colorschemes.github-theme.autoLoad
Whether to automatically load github-theme when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
colorschemes.github-theme.callSetup
Whether to generate the standard require('github-theme').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by:
colorschemes.github-theme.settings
Options provided to the require('github-theme').setup function.
Type: lua value
Default:
{ }
Example:
{
options = {
dim_inactive = true;
styles = {
comments = "italic";
keywords = "bold";
};
transparent = true;
};
}
Declared by: