feat: more colorschemes

This commit is contained in:
Thomas Alcala Schneider 2024-01-03 10:34:39 +01:00
parent fe489cc9bb
commit 7f60e43f2c
5 changed files with 31 additions and 22 deletions

View file

@ -0,0 +1,3 @@
return {
"zootedb0t/citruszest.nvim"
}

View file

@ -0,0 +1,3 @@
return {
"polirritmico/monokai-nightasty.nvim",
}

View file

@ -0,0 +1 @@
return { "kristijanhusak/vim-hybrid-material" }

View file

@ -1,9 +1,9 @@
return {
return {
"waltr-fr/redalert.nvim",
dependencies = { 'nvim-lua/plenary.nvim' },
config = function()
require("redalert").setup({
cutoff_days = 5,
require("redalert").setup({
cutoff_days = 5,
})
end,
}