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