Back to everforest theme

This reverts commit 2b3b917c09.
This commit is contained in:
Ivar Fatland
2025-06-20 08:11:14 +02:00
parent 66c01a8829
commit 7fe1bace70
+3 -4
View File
@@ -187,14 +187,13 @@ require'lazy'.setup{ --{{{1
require'mini.align'.setup() require'mini.align'.setup()
end, end,
}, },
{ 'projekt0n/github-nvim-theme', --{{{2 { 'sainnhe/everforest', --{{{2
name = 'github-theme',
lazy = false, lazy = false,
priority = 1000, priority = 1000,
config = function() config = function()
vim.o.termguicolors = true vim.o.termguicolors = true
require('github-theme').setup({}) vim.g.everforest_enable_italic = true
vim.cmd('colorscheme github_dark_default') vim.cmd.colorscheme('everforest')
end, end,
}, },
{ 'folke/zen-mode.nvim', --{{{2 { 'folke/zen-mode.nvim', --{{{2