From fa4d5fcabaf52e398fe4a1ef0330f1514931d26b Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Tue, 6 May 2025 06:51:13 +0200 Subject: [PATCH] Revert "changed the colorscheme to the built-in 'habamax'" This reverts commit bded3ab1dfed498080f49b3d3921668f3467c112. --- init.lua | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 1167399..356e61c 100644 --- a/init.lua +++ b/init.lua @@ -14,8 +14,6 @@ end -- GENERAL SETTINGS {{{1 vim.cmd [[ - colorscheme habamax - set nofixeol set exrc set secure @@ -222,6 +220,15 @@ require'lazy'.setup{ --{{{1 ) end }, + { 'sainnhe/everforest', --{{{2 + lazy = false, + priority = 1000, + config = function() + vim.o.termguicolors = true + vim.g.everforest_enable_italic = true + vim.cmd.colorscheme('everforest') + end, + }, { 'folke/zen-mode.nvim', --{{{2 keys = {",z"}, config = function ()