colorschemes/dracula-nvim: migrate to by-name
This commit is contained in:
parent
745e478d35
commit
de5bca9f9a
3 changed files with 0 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
./cmp
|
||||
|
||||
./colorschemes/dracula-nvim.nix
|
||||
./colorschemes/dracula.nix
|
||||
./colorschemes/everforest.nix
|
||||
./colorschemes/github-theme.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue