starter/lua/plugins/colorscheme.lua

7 lines
102 B
Lua

return {
"folke/tokyonight.nvim",
lazy = true,
priority = 1000,
opts = { style = "night" },
}