1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-27 12:41:03 +01:00

colorschemes/gruvbox: migrate to by-name

This commit is contained in:
Heitor Augusto 2025-11-02 19:46:40 -03:00 committed by Gaétan Lepage
parent 59760ce0c0
commit 7f8b78b746
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";
};
};
}