kickstart.nvim/lua/custom/plugins/colorschemes.lua

21 lines
319 B
Lua
Raw Normal View History

return {
--Gruvbox colorscheme
{
"ellisonleao/gruvbox.nvim", priority = 1000, config = true, opts = ...
},
--tokyonight colorscheme
{
2023-12-11 20:09:10 +05:30
"folke/tokyonight.nvim", priority = 1000
},
2023-12-11 20:09:10 +05:30
-- lunar-vim colorschemes
{
"lunarvim/colorschemes", priority = 1000
},
2023-12-11 20:09:10 +05:30
{
"rebelot/kanagawa.nvim", priority = 1000
}
}