starter/lua/plugins/colorscheme.lua

7 lines
102 B
Lua
Raw Normal View History

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