🚚 Reorganize Themes
- Put the themes all into a single file - Eliminate the themes directory
This commit is contained in:
@@ -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",
|
||||
},
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- ----------------------------------- Ayu -------------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"Shatur/neovim-ayu",
|
||||
lazy = true,
|
||||
}
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- --------------------------------- Dracula -----------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"Mofiqul/dracula.nvim",
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
return {
|
||||
"eldritch-theme/eldritch.nvim",
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- ---------------------------- Github Nvim Theme ------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"projekt0n/github-nvim-theme",
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
return {
|
||||
"ellisonleao/gruvbox.nvim",
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- -------------------------------- Kanagawa -----------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"rebelot/kanagawa.nvim",
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
return {
|
||||
"kdheepak/monochrome.nvim",
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
return {
|
||||
"diegoulloao/neofusion.nvim",
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- ---------------------------------- Nord -------------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"shaunsingh/nord.nvim",
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- ------------------------------ One Dark Pro ---------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"olimorris/onedarkpro.nvim",
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
return {
|
||||
"nyoom-engineering/oxocarbon.nvim",
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
return {
|
||||
"https://gitlab.com/yorickpeterse/vim-paper.git",
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- -------------------------------- Rose Pine ----------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"rose-pine/neovim",
|
||||
name = "rose-pine",
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- ------------------------------ One Dark Pro ---------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"LZDQ/umbra.nvim",
|
||||
}
|
||||
Reference in New Issue
Block a user