nvim/lua/plugins/tokyonight.lua

10 lines
191 B
Lua
Raw Normal View History

return {
2023-05-17 17:06:16 +01:00
"folke/tokyonight.nvim",
lazy = true,
config = true,
opts = {
transparent = false,
2023-05-17 17:06:16 +01:00
styles = { sidebars = "normal", floats = "transparent" },
},
}