mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-28 05:54:13 +02:00
colorschemes/dracula: add plugin + test (#583)
This commit is contained in:
parent
0c161811aa
commit
9e6892e839
3 changed files with 103 additions and 0 deletions
19
tests/test-sources/plugins/colorschemes/dracula.nix
Normal file
19
tests/test-sources/plugins/colorschemes/dracula.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
empty = {
|
||||
colorschemes.dracula.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
colorschemes.dracula = {
|
||||
enable = true;
|
||||
bold = true;
|
||||
italic = true;
|
||||
underline = true;
|
||||
undercurl = true;
|
||||
fullSpecialAttrsSupport = false;
|
||||
highContrastDiff = false;
|
||||
inverse = true;
|
||||
colorterm = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue