2023-12-11 15:38:17 +05:30
|
|
|
return {
|
|
|
|
--Gruvbox colorscheme
|
2023-12-23 11:33:11 +05:30
|
|
|
{ "ellisonleao/gruvbox.nvim", priority = 1000, config = true, opts = ... },
|
2023-12-11 15:38:17 +05:30
|
|
|
|
|
|
|
--tokyonight colorscheme
|
|
|
|
{
|
2023-12-16 18:36:37 +05:30
|
|
|
"folke/tokyonight.nvim", priority = 1000 },
|
2023-12-11 15:38:17 +05:30
|
|
|
|
2023-12-11 20:09:10 +05:30
|
|
|
-- lunar-vim colorschemes
|
2023-12-16 18:36:37 +05:30
|
|
|
{ "lunarvim/colorschemes", priority = 1000 },
|
2023-12-11 20:09:10 +05:30
|
|
|
|
2023-12-16 18:36:37 +05:30
|
|
|
-- kanagawa
|
|
|
|
{ "rebelot/kanagawa.nvim", priority = 1000 },
|
|
|
|
|
|
|
|
-- latte, frappe, macchiato, mocha
|
2023-12-23 11:33:11 +05:30
|
|
|
{ "catppuccin/nvim", priority = 1000, },
|
2023-12-16 18:36:37 +05:30
|
|
|
|
|
|
|
-- Theme inspired by Atom
|
|
|
|
{ 'navarasu/onedark.nvim', priority = 1000, }
|
2023-12-11 15:38:17 +05:30
|
|
|
}
|