mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 22:55:58 +01: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"}: ''
|
||||
vim.cmd[[colorscheme tokyonight-${style}]]
|
||||
'';
|
||||
styles = ["day" "night" "storm"];
|
||||
styles = ["day" "night" "storm" "moon"];
|
||||
};
|
||||
|
||||
dracula = {
|
||||
|
|
Loading…
Reference in a new issue