starter/lua/plugins/colorscheme.lua

9 lines
119 B
Lua
Raw Normal View History

2024-04-25 14:34:41 +08:00
return {
2024-04-25 16:11:44 +08:00
{
"folke/tokyonight.nvim",
lazy = true,
priority = 1000,
opts = { style = "night" },
},
2024-04-25 14:34:41 +08:00
}