From bded3ab1dfed498080f49b3d3921668f3467c112 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 5 May 2025 22:08:50 +0200 Subject: [PATCH] changed the colorscheme to the built-in 'habamax' --- init.lua | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/init.lua b/init.lua index 356e61c..1167399 100644 --- a/init.lua +++ b/init.lua @@ -14,6 +14,8 @@ end -- GENERAL SETTINGS {{{1 vim.cmd [[ + colorscheme habamax + set nofixeol set exrc set secure @@ -220,15 +222,6 @@ 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 ()