change theme and remove unused file

This commit is contained in:
PeteChu 2023-04-21 18:04:31 +07:00
parent 690372bd88
commit b27e31d57c
2 changed files with 1 additions and 37 deletions

View file

@ -129,7 +129,7 @@ require('lazy').setup({
{
'folke/tokyonight.nvim', -- Theme
config = function()
vim.cmd [[colorscheme tokyonight-night]]
vim.cmd [[colorscheme tokyonight-storm]]
end
},
{