tokyonight: add new style

This commit is contained in:
Ching Pei Yang 2023-04-18 17:10:52 +02:00 committed by GitHub
parent 65c64492e5
commit 3b85a387b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
setup = {style ? "night"}: '' setup = {style ? "night"}: ''
vim.cmd[[colorscheme tokyonight-${style}]] vim.cmd[[colorscheme tokyonight-${style}]]
''; '';
styles = ["day" "night" "storm"]; styles = ["day" "night" "storm" "moon"];
}; };
dracula = { dracula = {