Merge pull request #52 from horriblename/main

Update tokyonight config
This commit is contained in:
NotAShelf 2023-04-18 20:25:35 +03:00 committed by GitHub
commit 7bf6594755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -12,11 +12,9 @@
tokyonight = {
setup = {style ? "night"}: ''
-- need to set style before colorscheme to apply
vim.g.tokyonight_style = '${style}'
vim.cmd[[colorscheme tokyonight]]
vim.cmd[[colorscheme tokyonight-${style}]]
'';
styles = ["day" "night" "storm"];
styles = ["day" "night" "storm" "moon"];
};
dracula = {