colorschemes/dracula: add plugin + test (#583)

This commit is contained in:
Adithya Nair 2023-09-10 15:59:46 +05:30 committed by GitHub
parent 0c161811aa
commit 9e6892e839
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 103 additions and 0 deletions

View 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;
};
};
}