15 lines
269 B
Lua
15 lines
269 B
Lua
-- stylua: ignore
|
|
-- defines cosmetic and theme based configurations and plugins
|
|
|
|
return {
|
|
{
|
|
"folke/tokyonight.nvim",
|
|
opts = {
|
|
transparent = true,
|
|
styles = {
|
|
sidebars = "transparent",
|
|
floats = "transparent",
|
|
},
|
|
},
|
|
},
|
|
}
|