This commit is contained in:
foozzi 2024-02-22 12:29:23 -05:00
parent 6094dd3072
commit 6aa58174c8
7 changed files with 37 additions and 105 deletions

View file

@ -4,6 +4,6 @@ return {
priority = 1000,
opts = {},
config = function()
vim.cmd("colorscheme tokyonight-storm")
vim.cmd("colorscheme tokyonight-night")
end,
}