Reapply "update theme to high-contrast"

This reverts commit 33a466459c.
This commit is contained in:
2026-06-19 22:34:56 +02:00
parent f710497c0d
commit 9c1d37ccc2
+2 -3
View File
@@ -623,13 +623,12 @@ require'lazy'.setup{ --{{{1
require'mini.align'.setup() require'mini.align'.setup()
end, end,
}, },
{ 'sainnhe/everforest', --{{{2 { 'miikanissi/modus-themes.nvim', --{{{2
lazy = false, lazy = false,
priority = 1000, priority = 1000,
config = function() config = function()
vim.o.termguicolors = true vim.o.termguicolors = true
vim.g.everforest_enable_italic = true vim.cmd.colorscheme('modus_vivendi')
vim.cmd.colorscheme('everforest')
end, end,
}, },
{ 'folke/lazydev.nvim', --{{{2 { 'folke/lazydev.nvim', --{{{2