New color scheme

This commit is contained in:
2026-01-10 19:39:43 -05:00
parent a778c40896
commit 978d702ee6
3 changed files with 9 additions and 19 deletions

View File

@@ -0,0 +1,9 @@
return {
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {},
config = function()
vim.cmd[[colorscheme tokyonight-storm]]
end
}