1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-22 18:29:40 +01:00

colorschemes/gruvbox: migrate to by-name

This commit is contained in:
Heitor Augusto 2025-11-02 19:46:40 -03:00
parent c578925cd7
commit 712ee8b31d
No known key found for this signature in database
GPG key ID: 3EEC05B0024AF8A4
3 changed files with 0 additions and 1 deletions

View file

@ -1,22 +0,0 @@
{
lib,
...
}:
lib.nixvim.plugins.mkNeovimPlugin {
name = "gruvbox";
isColorscheme = true;
package = "gruvbox-nvim";
maintainers = [ lib.maintainers.GaetanLepage ];
settingsExample = {
terminal_colors = true;
palette_overrides = {
dark1 = "#323232";
dark2 = "#383330";
dark3 = "#323232";
bright_blue = "#5476b2";
bright_purple = "#fb4934";
};
};
}

View file

@ -2,7 +2,6 @@
imports = [
./cmp
./colorschemes/gruvbox.nix
./colorschemes/gruvbox-baby.nix
./colorschemes/gruvbox-material.nix
./colorschemes/gruvbox-material-nvim.nix