This commit is contained in:
2026-03-19 16:14:24 -05:00
parent 24d5bcc047
commit 792a99bf0f
15 changed files with 242 additions and 145 deletions

View File

@@ -11,7 +11,9 @@ plugin({
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {},
opts = {
transparent = true,
},
init = function()
vim.cmd([[colorscheme tokyonight-night]])
end,