Switch to everforest
This commit is contained in:
parent
7380e89046
commit
c4273ee232
28
init.lua
28
init.lua
|
@ -827,26 +827,26 @@ require('lazy').setup({
|
||||||
-- end,
|
-- end,
|
||||||
-- },
|
-- },
|
||||||
|
|
||||||
-- {
|
|
||||||
-- 'sainnhe/everforest',
|
|
||||||
-- priority = 1000,
|
|
||||||
-- init = function()
|
|
||||||
-- vim.g.everforest_enable_italic = true
|
|
||||||
-- vim.g.everforest_background = 'hard'
|
|
||||||
-- vim.cmd.colorscheme 'everforest'
|
|
||||||
-- end,
|
|
||||||
-- },
|
|
||||||
|
|
||||||
{
|
{
|
||||||
'sainnhe/gruvbox-material',
|
'sainnhe/everforest',
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
init = function()
|
init = function()
|
||||||
vim.g.gruvbox_material_enable_italic = true
|
vim.g.everforest_enable_italic = true
|
||||||
vim.g.gruvbox_material_background = 'hard'
|
vim.g.everforest_background = 'hard'
|
||||||
vim.cmd.colorscheme 'gruvbox-material'
|
vim.cmd.colorscheme 'everforest'
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- {
|
||||||
|
-- 'sainnhe/gruvbox-material',
|
||||||
|
-- priority = 1000,
|
||||||
|
-- init = function()
|
||||||
|
-- vim.g.gruvbox_material_enable_italic = true
|
||||||
|
-- vim.g.gruvbox_material_background = 'hard'
|
||||||
|
-- vim.cmd.colorscheme 'gruvbox-material'
|
||||||
|
-- end,
|
||||||
|
-- },
|
||||||
|
|
||||||
-- Highlight todo, notes, etc in comments
|
-- Highlight todo, notes, etc in comments
|
||||||
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
|
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue