Enable tokyonight transparency

This commit is contained in:
Evie Litherland-Smith 2023-05-23 16:28:47 +01:00
parent 06fb5a7ecf
commit e1fa78aa36

View file

@ -3,7 +3,7 @@ return {
lazy = true,
config = true,
opts = {
transparent = false,
styles = { sidebars = "dark", floats = "transparent" },
transparent = true,
styles = { sidebars = "transparent", floats = "transparent" },
},
}