Enable tokyonight transparency
This commit is contained in:
parent
06fb5a7ecf
commit
e1fa78aa36
|
@ -3,7 +3,7 @@ return {
|
||||||
lazy = true,
|
lazy = true,
|
||||||
config = true,
|
config = true,
|
||||||
opts = {
|
opts = {
|
||||||
transparent = false,
|
transparent = true,
|
||||||
styles = { sidebars = "dark", floats = "transparent" },
|
styles = { sidebars = "transparent", floats = "transparent" },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue