mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
feat: dracula theme
This commit is contained in:
parent
8658ea13a2
commit
c1c98d57e3
3 changed files with 35 additions and 6 deletions
|
@ -19,6 +19,13 @@
|
|||
styles = ["day" "night" "storm"];
|
||||
};
|
||||
|
||||
dracula = {
|
||||
setup = ''
|
||||
require('dracula').setup({});
|
||||
require('dracula').load();
|
||||
'';
|
||||
};
|
||||
|
||||
catppuccin = {
|
||||
setup = {
|
||||
style ? "mocha",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue