theme should be loaded in the beginning to make transparency work

This commit is contained in:
2023-09-15 13:38:01 +03:00
parent 4fa17d87c8
commit 75488a16c4
2 changed files with 10 additions and 10 deletions

View File

@@ -1,10 +0,0 @@
return {
"folke/tokyonight.nvim",
opts = {
transparent = true,
styles = {
sidebars = "transparent",
floats = "transparent",
},
},
}