gruvbox
URL: https://github.com/ellisonleao/gruvbox.nvim/
Maintainers: Gaetan Lepage
colorschemes.gruvbox.enable
Whether to enable gruvbox.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
colorschemes.gruvbox.package
The gruvbox.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.gruvbox-nvim
Declared by:
colorschemes.gruvbox.settings
Options provided to the require('gruvbox').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
palette_overrides = {
bright_blue = "#5476b2";
bright_purple = "#fb4934";
dark1 = "#323232";
dark2 = "#383330";
dark3 = "#323232";
};
terminal_colors = true;
}
Declared by: