mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-26 15:06:45 +00:00
tokyonight: add new style
This commit is contained in:
parent
65c64492e5
commit
3b85a387b4
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue