nvim add melange (now default) and nordic colorschemes

This commit is contained in:
2025-03-29 12:29:00 +01:00
parent cfb882fdc9
commit bfa2c6313f
2 changed files with 12 additions and 4 deletions

View File

@@ -2,14 +2,20 @@ return {
{
"ramojus/mellifluous.nvim",
branch = "v1",
config = function()
vim.o.background = require('lupan.utils').terminalbg()
vim.cmd.colorscheme('mellifluous')
end
},
{
'rmehri01/onenord.nvim',
},
{
'AlexvZyl/nordic.nvim',
},
{
"savq/melange-nvim",
config = function()
vim.o.background = require('lupan.utils').terminalbg()
vim.cmd.colorscheme('melange')
end
},
{
-- Indentation guides (see `:help indent_blankline.txt`)
'lukas-reineke/indent-blankline.nvim',