config-nvim/lua/plugins/tokyonight.lua

4 lines
70 B
Lua
Raw Normal View History

2024-09-02 11:46:54 +00:00
return {
{ "folke/tokyonight.nvim", opts = { style = "night" } },
}