more themes

This commit is contained in:
Tawfeeq 2025-04-02 18:47:32 +02:00
parent 67ce1adc7f
commit eaefbf8750
7 changed files with 52 additions and 1 deletions

View file

@ -0,0 +1,6 @@
return {
'jackplus-xyz/binary.nvim',
opts = {
-- Add your configuration here
},
}

View file

@ -0,0 +1,3 @@
return {
'myypo/borrowed.nvim',
}

View file

@ -0,0 +1 @@
return { 'whatyouhide/vim-gotham' }

View file

@ -0,0 +1,9 @@
return {
-- Colorscheme
"mstcl/ivory",
lazy = false,
priority = 1000,
dependencies = {
"rktjmp/lush.nvim",
},
}

View file

@ -0,0 +1,4 @@
return {
"shoenot/witchesbrew.nvim",
dependencies = { 'rktjmp/lush.nvim' },
}