github-theme
URL: https://github.com/projekt0n/github-nvim-theme/
Maintainers: Gaetan Lepage
colorschemes.github-theme.enable
Whether to enable github-nvim-theme.
Type: boolean
Default:
false
Example:
true
Declared by:
colorschemes.github-theme.package
The github-nvim-theme package to use.
Type: package
Default:
pkgs.vimPlugins.github-nvim-theme
Declared by:
colorschemes.github-theme.autoLoad
Whether to automatically load github-nvim-theme when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
colorschemes.github-theme.settings
Options provided to the require('github-theme').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
options = {
dim_inactive = true;
styles = {
comments = "italic";
keywords = "bold";
};
transparent = true;
};
}
Declared by: