Revert "update theme to high-contrast"

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