This commit is contained in:
foozzi 2024-02-22 12:29:23 -05:00
parent a6d4b3136a
commit 6d5a3deaf3
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,
}