fix: typos in theme names

This commit is contained in:
Abhishek Keshri
2024-06-10 23:31:54 +05:30
parent bb854ed3c1
commit eb8555334a

View File

@@ -1,18 +1,9 @@
return {
{ "folke/tokyonight.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "tokyonight",
},
},
{
"folke/tokyonight.nvim",
opts = {
transparent = true,
styles = {
sidebars = "transparent",
floats = "transparent",
},
},
},
}