addet some colorschemes
This commit is contained in:
parent
885ac85fba
commit
2f5936df7e
1 changed files with 16 additions and 2 deletions
|
@ -1,9 +1,23 @@
|
||||||
return {
|
return {
|
||||||
{ "folke/tokyonight.nvim" },
|
{ "folke/tokyonight.nvim" },
|
||||||
{ "rose-pine/neovim" },
|
{ "luisiacc/gruvbox-baby" },
|
||||||
|
{ "zootedb0t/citruszest.nvim" },
|
||||||
|
-- { "catppuccin/nvim", name = "catppuccin" },
|
||||||
|
-- { "rose-pine/neovim" },
|
||||||
|
{ "jacoborus/tender.vim" },
|
||||||
{ "sontungexpt/witch" },
|
{ "sontungexpt/witch" },
|
||||||
{ 'AlexvZyl/nordic.nvim' },
|
{ 'AlexvZyl/nordic.nvim' },
|
||||||
{ "eldritch-theme/eldritch.nvim" },
|
{ "eldritch-theme/eldritch.nvim" },
|
||||||
|
{ 'kartikp10/noctis.nvim' },
|
||||||
|
{ 'shrikecode/kyotonight.vim' },
|
||||||
|
{
|
||||||
|
'uloco/bluloco.nvim',
|
||||||
|
lazy = false,
|
||||||
|
dependencies = { 'rktjmp/lush.nvim' },
|
||||||
|
config = function()
|
||||||
|
-- your optional config goes here, see below.
|
||||||
|
end,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ribru17/bamboo.nvim",
|
"ribru17/bamboo.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue