🚚 Reorganize Themes

- Put the themes all into a single file
- Eliminate the themes directory
This commit is contained in:
2024-07-18 13:28:42 -04:00
parent 2029c6176a
commit 823f28c448
15 changed files with 49 additions and 69 deletions
+49
View File
@@ -0,0 +1,49 @@
-- -----------------------------------------------------------------------------
-- --------------------------------- THEMES ------------------------------------
-- -----------------------------------------------------------------------------
return {
{
"Shatur/neovim-ayu",
},
{
"Mofiqul/dracula.nvim",
},
{
"eldritch-theme/eldritch.nvim",
},
{
"projekt0n/github-nvim-theme",
},
{
"ellisonleao/gruvbox.nvim",
},
{
"rebelot/kanagawa.nvim",
},
{
"kdheepak/monochrome.nvim",
},
{
"diegoulloao/neofusion.nvim",
},
{
"shaunsingh/nord.nvim",
},
{
"olimorris/onedarkpro.nvim",
},
{
"nyoom-engineering/oxocarbon.nvim",
},
{
"https://gitlab.com/yorickpeterse/vim-paper.git",
},
{
"rose-pine/neovim",
name = "rose-pine",
},
{
"LZDQ/umbra.nvim",
},
}