1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-14 21:11:09 +01:00

colorschemes/github-theme: 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 ca0647f56c
commit 59760ce0c0
3 changed files with 0 additions and 1 deletions

View file

@ -1,22 +0,0 @@
{
lib,
...
}:
lib.nixvim.plugins.mkNeovimPlugin {
name = "github-theme";
package = "github-nvim-theme";
isColorscheme = true;
maintainers = [ lib.maintainers.GaetanLepage ];
settingsExample = {
options = {
transparent = true;
dim_inactive = true;
styles = {
comments = "italic";
keywords = "bold";
};
};
};
}

View file

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