10 lines
191 B
Lua
10 lines
191 B
Lua
return {
|
|
'folke/tokyonight.nvim',
|
|
lazy = true,
|
|
opts = {
|
|
transparent = false,
|
|
styles = { sidebars = "normal", floats = "transparent", }
|
|
},
|
|
config = true,
|
|
}
|