colorschemes/dracula-nvim: migrate to by-name

This commit is contained in:
Heitor Augusto 2025-11-02 19:46:38 -03:00 committed by Gaétan Lepage
parent 745e478d35
commit de5bca9f9a
3 changed files with 0 additions and 1 deletions

View file

@ -1,14 +0,0 @@
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "dracula-nvim";
moduleName = "dracula";
colorscheme = "dracula";
isColorscheme = true;
maintainers = [ lib.maintainers.refaelsh ];
settingsExample = {
italic_comment = true;
colors.green = "#00FF00";
};
}

View file

@ -2,7 +2,6 @@
imports = [
./cmp
./colorschemes/dracula-nvim.nix
./colorschemes/dracula.nix
./colorschemes/everforest.nix
./colorschemes/github-theme.nix