switch colorscheme to unokai without termguicolors
This commit is contained in:
@@ -25,6 +25,8 @@ vim.cmd [[
|
||||
set guicursor=n-v-c:block-Cursor
|
||||
set cursorline
|
||||
set noswapfile
|
||||
colorscheme unokai
|
||||
set notermguicolors
|
||||
|
||||
nnoremap ,co :copen<CR>
|
||||
nnoremap ,cc :cclose<CR>
|
||||
@@ -437,15 +439,6 @@ 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 ()
|
||||
|
||||
Reference in New Issue
Block a user