go back to everforest colorscheme
This reverts commit0a989f9350. Revert "switch colorscheme to unokai without termguicolors" This reverts commit474227d2e0.
This commit is contained in:
@@ -25,8 +25,6 @@ vim.cmd [[
|
|||||||
set guicursor=n-v-c:block-Cursor
|
set guicursor=n-v-c:block-Cursor
|
||||||
set cursorline
|
set cursorline
|
||||||
set noswapfile
|
set noswapfile
|
||||||
colorscheme unokai
|
|
||||||
set termguicolors
|
|
||||||
|
|
||||||
nnoremap ,co :copen<CR>
|
nnoremap ,co :copen<CR>
|
||||||
nnoremap ,cc :cclose<CR>
|
nnoremap ,cc :cclose<CR>
|
||||||
@@ -439,6 +437,15 @@ require'lazy'.setup{ --{{{1
|
|||||||
require'mini.align'.setup()
|
require'mini.align'.setup()
|
||||||
end,
|
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
|
{ 'roodletoof/zen-mode.nvim', --{{{2
|
||||||
keys = {',z'},
|
keys = {',z'},
|
||||||
config = function ()
|
config = function ()
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
set termguicolors
|
|
||||||
try
|
try
|
||||||
colorscheme unokai
|
colorscheme unokai
|
||||||
catch /^Vim\%((\a\+)\)\=:E185/
|
catch /^Vim\%((\a\+)\)\=:E185/
|
||||||
|
|||||||
Reference in New Issue
Block a user