mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
Merge pull request #123 from NotAShelf/fix-dracula-theme
This commit is contained in:
commit
2ce28cbb85
1 changed files with 7 additions and 2 deletions
|
@ -27,8 +27,13 @@
|
|||
};
|
||||
|
||||
dracula = {
|
||||
setup = ''
|
||||
require('dracula').setup({});
|
||||
setup = {
|
||||
style ? null,
|
||||
transparent,
|
||||
}: ''
|
||||
require('dracula').setup({
|
||||
transparent_bg = ${lib.boolToString transparent},
|
||||
});
|
||||
require('dracula').load();
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue