Files
neovim-config/lua/plugins/themes.lua
T
rootiest 823f28c448 🚚 Reorganize Themes
- Put the themes all into a single file
- Eliminate the themes directory
2024-07-18 13:28:42 -04:00

50 lines
858 B
Lua

-- -----------------------------------------------------------------------------
-- --------------------------------- 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",
},
}