feat: dracula theme

This commit is contained in:
NotAShelf 2023-04-18 02:01:51 +03:00
commit c1c98d57e3
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
3 changed files with 35 additions and 6 deletions

View file

@ -19,6 +19,13 @@
styles = ["day" "night" "storm"];
};
dracula = {
setup = ''
require('dracula').setup({});
require('dracula').load();
'';
};
catppuccin = {
setup = {
style ? "mocha",