🚚 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",
},
}
-8
View File
@@ -1,8 +0,0 @@
-- -----------------------------------------------------------------------------
-- ----------------------------------- Ayu -------------------------------------
-- -----------------------------------------------------------------------------
return {
"Shatur/neovim-ayu",
lazy = true,
}
-6
View File
@@ -1,6 +0,0 @@
-- -----------------------------------------------------------------------------
-- --------------------------------- Dracula -----------------------------------
-- -----------------------------------------------------------------------------
return {
"Mofiqul/dracula.nvim",
}
-3
View File
@@ -1,3 +0,0 @@
return {
"eldritch-theme/eldritch.nvim",
}
-6
View File
@@ -1,6 +0,0 @@
-- -----------------------------------------------------------------------------
-- ---------------------------- Github Nvim Theme ------------------------------
-- -----------------------------------------------------------------------------
return {
"projekt0n/github-nvim-theme",
}
-3
View File
@@ -1,3 +0,0 @@
return {
"ellisonleao/gruvbox.nvim",
}
-6
View File
@@ -1,6 +0,0 @@
-- -----------------------------------------------------------------------------
-- -------------------------------- Kanagawa -----------------------------------
-- -----------------------------------------------------------------------------
return {
"rebelot/kanagawa.nvim",
}
-3
View File
@@ -1,3 +0,0 @@
return {
"kdheepak/monochrome.nvim",
}
-3
View File
@@ -1,3 +0,0 @@
return {
"diegoulloao/neofusion.nvim",
}
-6
View File
@@ -1,6 +0,0 @@
-- -----------------------------------------------------------------------------
-- ---------------------------------- Nord -------------------------------------
-- -----------------------------------------------------------------------------
return {
"shaunsingh/nord.nvim",
}
-6
View File
@@ -1,6 +0,0 @@
-- -----------------------------------------------------------------------------
-- ------------------------------ One Dark Pro ---------------------------------
-- -----------------------------------------------------------------------------
return {
"olimorris/onedarkpro.nvim",
}
-3
View File
@@ -1,3 +0,0 @@
return {
"nyoom-engineering/oxocarbon.nvim",
}
-3
View File
@@ -1,3 +0,0 @@
return {
"https://gitlab.com/yorickpeterse/vim-paper.git",
}
-7
View File
@@ -1,7 +0,0 @@
-- -----------------------------------------------------------------------------
-- -------------------------------- Rose Pine ----------------------------------
-- -----------------------------------------------------------------------------
return {
"rose-pine/neovim",
name = "rose-pine",
}
-6
View File
@@ -1,6 +0,0 @@
-- -----------------------------------------------------------------------------
-- ------------------------------ One Dark Pro ---------------------------------
-- -----------------------------------------------------------------------------
return {
"LZDQ/umbra.nvim",
}