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

Which package to use for the gruvbox.nvim plugin.

Type: package

Default: <derivation vimplugin-gruvbox.nvim-2024-06-05>

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: