mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-22 18:29:40 +01:00
colorschemes/dracula: migrate to by-name
This commit is contained in:
parent
89e0e286eb
commit
48c550442c
3 changed files with 0 additions and 1 deletions
|
|
@ -1,34 +0,0 @@
|
|||
{
|
||||
empty = {
|
||||
colorschemes.dracula.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
colorschemes.dracula = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
bold = true;
|
||||
italic = true;
|
||||
strikethrough = true;
|
||||
underline = true;
|
||||
undercurl = true;
|
||||
full_special_attrs_support = false;
|
||||
high_contrast_diff = false;
|
||||
inverse = true;
|
||||
colorterm = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
example = {
|
||||
colorschemes.dracula = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
italic = false;
|
||||
colorterm = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue