go back to everforest colorscheme

This reverts commit 0a989f9350.

Revert "switch colorscheme to unokai without termguicolors"

This reverts commit 474227d2e0.
This commit is contained in:
2025-11-15 16:27:07 +01:00
parent 140d6bc82e
commit 3da3f8c43f
2 changed files with 9 additions and 3 deletions
+9 -2
View File
@@ -25,8 +25,6 @@ vim.cmd [[
set guicursor=n-v-c:block-Cursor
set cursorline
set noswapfile
colorscheme unokai
set termguicolors
nnoremap ,co :copen<CR>
nnoremap ,cc :cclose<CR>
@@ -439,6 +437,15 @@ require'lazy'.setup{ --{{{1
require'mini.align'.setup()
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,
},
{ 'roodletoof/zen-mode.nvim', --{{{2
keys = {',z'},
config = function ()
-1
View File
@@ -1,4 +1,3 @@
set termguicolors
try
colorscheme unokai
catch /^Vim\%((\a\+)\)\=:E185/