nvim/lua/plugins/tokyonight.lua

10 lines
189 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-18 10:15:21 +01:00
styles = { sidebars = "dark", floats = "transparent" },
},
}