changed the colorscheme to the built-in 'habamax'

This commit is contained in:
2025-05-05 22:08:50 +02:00
parent 9c7f4185e3
commit bded3ab1df
+2 -9
View File
@@ -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 ()