summaryrefslogtreecommitdiff
path: root/lua/plugins/colorscheme.lua
blob: c83b83d39c11bb3a0be2031acfb20e2d61b8cbb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
return {
	{
		"EdenEast/nightfox.nvim"
	},
	{
		"metalelf0/jellybeans-nvim",
		dependencies = { 'rktjmp/lush.nvim' },
		priority = 1000,
		lazy = false,
	},
}