gruvbox-baby
URL: https://github.com/luisiacc/gruvbox-baby/
Maintainers: Saygo
colorschemes.gruvbox-baby.enable
Whether to enable gruvbox-baby.
Type: boolean
Default:
false
Example:
true
Declared by:
colorschemes.gruvbox-baby.package
The gruvbox-baby package to use.
Type: package
Default:
pkgs.vimPlugins.gruvbox-baby
Declared by:
colorschemes.gruvbox-baby.autoLoad
Whether to automatically load gruvbox-baby when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
colorschemes.gruvbox-baby.settings
Options provided to the require('gruvbox-baby').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
function_style = "NONE";
highlights = {
Normal = {
bg = "NONE";
fg = "#123123";
style = "underline";
};
};
keyword_style = "italic";
telescope_theme = 1;
transparent_mode = 1;
}
Declared by: