Added more color themes:
- kanagawa - github-nvim-theme - gruvbox-material - onedark, - nightfox - eldritch - gruvbox - nightwolf
This commit is contained in:
@@ -25,7 +25,42 @@ return {
|
|||||||
{
|
{
|
||||||
"folke/tokyonight.nvim",
|
"folke/tokyonight.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd("colorscheme tokyonight-night")
|
-- vim.cmd("colorscheme tokyonight-night")
|
||||||
end
|
end
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"rebelot/kanagawa.nvim"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'projekt0n/github-nvim-theme', name = 'github-theme',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"sainnhe/gruvbox-material",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"navarasu/onedark.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"EdenEast/nightfox.nvim",
|
||||||
|
config = function()
|
||||||
|
require("nightfox").setup({})
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"eldritch-theme/eldritch.nvim",
|
||||||
|
lazy = false,
|
||||||
|
priority = 1000,
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ellisonleao/gruvbox.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
config = true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ricardoraposo/nightwolf.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user